mirror of https://github.com/status-im/consul.git
docs: move agent/options.mdx into agent/config/index.mdx and add placeholder .mdx files for cli/files
Also update nav data
This commit is contained in:
parent
e1db4c04d8
commit
caf34daa39
|
@ -888,7 +888,20 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Configuration",
|
"title": "Configuration",
|
||||||
"path": "agent/options"
|
"routes": [
|
||||||
|
{
|
||||||
|
"title": "General",
|
||||||
|
"path": "agent/config"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "CLI Reference",
|
||||||
|
"path": "agent/config/agent-config-cli"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Configuration Reference",
|
||||||
|
"path": "agent/config/agent-config-files"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Configuration Entries",
|
"title": "Configuration Entries",
|
||||||
|
|
Loading…
Reference in New Issue