You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(event history): replaced photo carousels with interactive demos (#5028)
* feat(event history): replaced photo carousels with interactive demos for Go
* feat(event history): replaced photo carousels with interactive walkthroughs for .net; refactored components for use with multiple languages
* feat(event history): replaced photo carousels with interactive walkthroughs for java
* feat(event history): replaced photo carousels with interactive walkthroughs for python
* feat(event history): replaced photo carousels with interactive walkthroughs for typescript
* feat(event history): removed the PhotoCarousel component
* chore(merge): cleaned up files after rebase with main
* chore(style): minor nit to make code highlight expand width of content
Copy file name to clipboardExpand all lines: MARKDOWN_PIPELINE.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,6 @@ Each component maps to a strategy in `COMPONENT_REGISTRY` (in `scripts/mdx-to-md
128
128
|`CodeSnippet`|`code-snippet`| Fenced code block using the `language` prop |
129
129
|`CaptionedImage`, `EnlargeImage`, `Components.CaptionedImage`|`captioned-image`|``|
130
130
| YouTube/`<iframe>` embeds (often in a styled `<div>`) | strip | Removed; keep a markdown Watch link in surrounding tip/prose for LLMs |
131
-
|`PhotoCarousel`|`photo-carousel`| One `` per entry in the `images`/`captions` arrays |
132
131
|`CallToAction`|`call-to-action`|`- [h3 title](href): p description`|
133
132
|`ReleaseNoteHeader`|`release-note-header`|`> **Public Preview** — Go, Java…` availability note + body blockquote. The self-closing form (`<ReleaseNoteHeader … />`) emits just the note and leaves the page body intact. |
134
133
|`RelatedReadContainer` / `RelatedReadItem`|`related-read-container` / `related-read-item`|`**Related:**` Markdown link list |
Copy file name to clipboardExpand all lines: docs/develop/go/workflows/schedules.mdx
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,6 @@ tags:
13
13
description: Schedule Workflows, start them with delays or as Temporal Cron Jobs using the Go SDK. Master scheduling, backfilling, pausing, deleting, and updating Workflows.
0 commit comments