Fix menu and remove a deadlink (#10055)
This commit is contained in:
parent
2ac671cc1b
commit
9c7fa7798b
|
|
@ -35,7 +35,7 @@ The config in Consul is:
|
|||
|
||||
|
||||
### Group Config
|
||||
Group config in Consul are key/value pairs as well, but according to the level keys organized by `/`, see: https://www.consul.io/docs/dynamic-app-config/kv#using-consul-kv
|
||||
Group config in Consul are key/value pairs as well, but according to the level keys organized by `/`.
|
||||
|
||||
| Key | Value |
|
||||
|-----|-----|
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ catalog:
|
|||
- name: "Analysis Logs"
|
||||
path: "/en/concepts-and-designs/lal"
|
||||
- name: "Profiling"
|
||||
path: "/en/setup/backend/profiling"
|
||||
path: "/en/setup/backend/concepts-and-designs/profiling"
|
||||
- name: "Query in OAP"
|
||||
path: "/en/protocols/readme#query-protocol"
|
||||
- name: "Event"
|
||||
|
|
|
|||
Loading…
Reference in New Issue