File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ It generates an MDX file for each guide.
150150
151151``` sh
152152# Run from root of algolia/docs-new
153- docli gen guides guides.json -o snippets/guides
153+ docli gen guides guides.json -o openapi- snippets/guides
154154```
155155
156156** Flags**
@@ -236,7 +236,7 @@ It generates an MDX file for each snippet so you can include them in the docs.
236236
237237``` sh
238238# Run from root of algolia/docs-new
239- docli gen snippets specs/search-snippets.json -o snippets/ openapi-snippets
239+ docli gen snippets specs/search-snippets.json -o openapi-snippets/search
240240```
241241
242242** Flags**
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ func NewGuidesCommand() *cobra.Command {
3535 ` ),
3636 Example : heredoc .Doc (`
3737 # Run from root of algolia/docs-new
38- docli gen guides guides.json -o snippets/guides
38+ docli gen guides guides.json -o openapi- snippets/guides
3939 ` ),
4040 Args : cobra .ExactArgs (1 ),
4141 Run : func (cmd * cobra.Command , args []string ) {
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ func NewSnippetsCommand() *cobra.Command {
3535 ` ),
3636 Example : heredoc .Doc (`
3737 # Run from root of algolia/docs-new
38- docli gen snippets specs/search-snippets.json -o snippets/ openapi-snippets
38+ docli gen snippets specs/search-snippets.json -o openapi-snippets/search
3939 ` ),
4040 Args : cobra .ExactArgs (1 ),
4141 Run : func (cmd * cobra.Command , args []string ) {
You can’t perform that action at this time.
0 commit comments