Skip to content

Commit c8877a0

Browse files
authored
make directive basics more prominent (#2972)
1 parent 42b43e9 commit c8877a0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/_docset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ toc:
110110
children:
111111
- file: index.md
112112
- file: quick-ref.md
113+
- file: directives.md
113114
- file: headings.md
114115
- file: admonitions.md
115116
- file: agent-skill.md
@@ -123,7 +124,6 @@ toc:
123124
- file: conditionals.md
124125
- file: contributors.md
125126
- file: csv-include.md
126-
- file: directives.md
127127
- file: dropdowns.md
128128
- file: definition-lists.md
129129
- file: example_blocks.md

docs/syntax/directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Directives
1+
# How directives work
22

33
Directives extend Markdown with additional features:
44

docs/syntax/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Elastic Docs V3 uses a custom implementation of [MyST](https://mystmd.org/) (Mar
1212

1313
If you know [Markdown](https://commonmark.org), you already know most of what you need. If not, the CommonMark project offers a [10-minute tutorial](https://commonmark.org/help/).
1414

15-
When you need more than basic Markdown, you can use [directives](directives.md) to add features like callouts, tabs, and diagrams.
15+
When you need more than basic Markdown, you can use _directives_ to add features like callouts, tabs, and diagrams. To learn how directives work in general, including how to add options and arguments and nest multiple directives, refer to [How directives work](directives.md). For a full list of available directives, refer to the sidebar.
1616

1717
## GitHub Flavored Markdown support
1818

0 commit comments

Comments
 (0)