We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26db48 commit f9c4202Copy full SHA for f9c4202
scripts/clidocgen/main.go
@@ -14,8 +14,8 @@ import (
14
15
// route is an individual page object in the docs manifest.json.
16
type route struct {
17
- Title string `json:"title,omitempty"`
18
- Description string `json:"description,omitempty"`
+ Title string `json:"title,omitempty"`
+ Description string `json:"description,omitempty"`
19
Path string `json:"path,omitempty"`
20
IconPath string `json:"icon_path,omitempty"`
21
State []string `json:"state,omitempty"` // Changed to []string to support an array of states
0 commit comments