Skip to content

Commit 03f65bf

Browse files
committed
Add docs to CLI section
1 parent d45050e commit 03f65bf

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

docs/_docset.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ toc:
153153
- file: inbound-links-validate.md
154154
- file: inbound-links-validate-all.md
155155
- file: inbound-links-validate-link-reference.md
156+
- folder: release
157+
children:
158+
- file: index.md
159+
- file: changelog-add.md
156160
- folder: migration
157161
children:
158162
- file: index.md

docs/cli/index.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ navigation_title: CLI (docs-builder)
55
# Command line interface
66

77
`docs-builder` is the binary used to invoke various commands.
8-
These commands can be roughly grouped into three main categories
8+
These commands can be roughly grouped into four main categories
99

1010
- [Documentation Set commands](#documentation-set-commands)
1111
- [Link commands](#link-commands)
1212
- [Assembler commands](#assembler-commands)
13+
- [Release doc commands](#release-doc-commands)
1314

1415
### Global options
1516

@@ -22,7 +23,7 @@ The following options are available for all commands:
2223
: Explicitly set the configuration source one of `local`, `remote` or `embedded`. Defaults to `local` if available
2324
other wise `embedded`
2425

25-
## Documentation Set Commands
26+
## Documentation set commands
2627

2728
Commands that operate over a single documentation set.
2829

@@ -32,16 +33,22 @@ These commands are typically what you interface with when you are working on the
3233

3334
[See available CLI commands for documentation sets](docset/index.md)
3435

35-
## Link Commands
36+
## Link commands
3637

3738
Outbound links, those going from the documentation set to other sources, are validated as part of the build process.
3839

3940
Inbound links, those going from other sources to the documentation set, are validated using specialized commands.
4041

4142
[See available CLI commands for inbound links](links/index.md)
4243

43-
## Assembler Commands
44+
## Assembler commands
4445

4546
Assembler builds bring together all isolated documentation set builds and turn them into the overall documentation that gets published.
4647

4748
[See available CLI commands for assembler](assembler/index.md)
49+
50+
## Release doc commands
51+
52+
Commands that pertain to creating and publishing product release documentation.
53+
54+
[See available CLI commands for release docs](release/index.md)

0 commit comments

Comments
 (0)