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
Copy file name to clipboardExpand all lines: docs/syntax/dropdowns.md
-35Lines changed: 0 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,57 +51,23 @@ Dropdown content
51
51
52
52
:::::
53
53
54
-
<<<<<<< HEAD
55
-
## Deeplinking
56
-
57
-
Dropdowns support deeplinking through anchor links. When you navigate to a URL with a hash that points to a dropdown or content within a dropdown, the dropdown will automatically open. When you manually open a dropdown that has a name/anchor, the URL will automatically update to reflect the current state.
58
-
=======
59
54
## With applies_to badge
60
55
61
56
You can add an applies_to badge to the dropdown title by specifying the `:applies_to:` option. This displays a badge indicating which deployment types, versions, or other applicability criteria the dropdown content applies to.
62
-
>>>>>>> main
63
57
64
58
:::::{tab-set}
65
59
66
60
::::{tab-item} Output
67
61
68
-
<<<<<<< HEAD
69
-
:::{dropdown} Deeplink Example
70
-
:name: deeplink-example
71
-
72
-
This dropdown can be opened by navigating to `#deeplink-example`.
73
-
74
-
When you open this dropdown manually by clicking the title, the URL will automatically update to show `#deeplink-example`.
75
-
76
-
#### Nested Content [#nested-content]
77
-
78
-
You can also link directly to content within dropdowns. This content has the anchor `#nested-content`.
79
-
80
-
=======
81
62
:::{dropdown} Dropdown Title
82
63
:applies_to: stack: ga 9.0
83
64
Dropdown content for Stack GA 9.0
84
-
>>>>>>> main
85
65
:::
86
66
87
67
::::
88
68
89
69
::::{tab-item} Markdown
90
70
```markdown
91
-
<<<<<<< HEAD
92
-
:::{dropdown} Deeplink Example
93
-
:name: deeplink-example
94
-
95
-
This dropdown can be opened by navigating to `#deeplink-example`.
96
-
97
-
When you open this dropdown manually by clicking the title, the URL will automatically update to show `#deeplink-example`.
98
-
99
-
#### Nested Content [#nested-content]
100
-
101
-
You can also link directly to content within dropdowns. This content has the anchor `#nested-content`.
102
-
103
-
:::
104
-
=======
105
71
:::{dropdown} Dropdown Title
106
72
:applies_to: stack: ga 9.0
107
73
Dropdown content for Stack GA 9.0
@@ -133,7 +99,6 @@ Dropdown content for ECE and ECH
0 commit comments