Skip to content

Commit 82e8095

Browse files
committed
Update _docset.yml and fix broken link
- Add all 33 syntax pages back to the table of contents - Fix cumulative-docs link in branching-strategy.md to point to docs-content
1 parent 470dba0 commit 82e8095

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

docs/_docset.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,39 @@ toc:
8080
children:
8181
- file: index.md
8282
- file: quick-ref.md
83+
- file: headings.md
84+
- file: admonitions.md
85+
- file: applies.md
86+
- file: applies-switch.md
87+
- file: automated_settings.md
88+
- file: code.md
89+
- file: comments.md
90+
- file: conditionals.md
91+
- file: csv-include.md
92+
- hidden: diagrams.md
93+
- file: directives.md
94+
- file: dropdowns.md
95+
- file: definition-lists.md
96+
- file: example_blocks.md
97+
- file: file_inclusion.md
98+
- file: frontmatter.md
99+
- file: icons.md
100+
- file: images.md
101+
- file: kbd.md
102+
- file: math.md
103+
- file: lists.md
104+
- file: line_breaks.md
105+
- file: links.md
106+
- file: passthrough.md
107+
- file: sidebars.md
108+
- file: stepper.md
109+
- file: substitutions.md
110+
- file: version-variables.md
111+
- file: sundries.md
112+
- file: tables.md
113+
- file: tabs.md
114+
- file: tagged_regions.md
115+
- file: titles.md
83116
- folder: cli
84117
children:
85118
- file: index.md

docs/contribute/branching-strategy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Add an action as part of that repo’s release process for the release manager t
6363
When these releases happen, create a PR against the [`assembler.yml`](https://github.com/elastic/docs-builder/blob/main/config/assembler.yml) that defines the new `current` branch, to merge on release day.
6464

6565
:::{tip}
66-
Regardless of the branching strategy, you also need to update the current version in [`versions.yml`](https://github.com/elastic/docs-builder/blob/main/config/versions.yml) as part of your release process. This version number is used in documentation variables and drives our [dynamic version badge logic](/contribute/cumulative-docs/index.md#how-do-these-tags-behave-in-the-output).
66+
Regardless of the branching strategy, you also need to update the current version in [`versions.yml`](https://github.com/elastic/docs-builder/blob/main/config/versions.yml) as part of your release process. This version number is used in documentation variables and drives our [dynamic version badge logic](https://www.elastic.co/docs/contribute-docs/how-to/cumulative-docs/index#how-do-these-tags-behave-in-the-output).
6767
:::
6868

6969

0 commit comments

Comments
 (0)