@@ -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
2728Commands 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
3738Outbound links, those going from the documentation set to other sources, are validated as part of the build process.
3839
3940Inbound 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
4546Assembler 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