diff --git a/docs/config.json b/docs/config.json new file mode 100644 index 00000000..59faf099 --- /dev/null +++ b/docs/config.json @@ -0,0 +1,24 @@ +{ + "routes": [ + { + "title": "Getting Started", + "href": "/getting-started", + "file": "docs/getting-started.md" + }, + { + "title": "Tutorial", + "href": "/tutorial", + "file": "docs/tutorial.md" + }, + { + "title": "Command-line Reference", + "href": "/cli-reference", + "file": "docs/cli-reference.md" + }, + { + "title": "Operations Reference", + "href": "/operations-reference", + "file": "docs/operations-reference.md" + } + ] +}