-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
35 lines (35 loc) · 843 Bytes
/
docs.json
File metadata and controls
35 lines (35 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"$schema": "https://raw.githubusercontent.com/whilesmart/docs-kit/main/schema/docs.schema.json",
"name": "FlatRun CLI",
"description": "Command-line interface for the FlatRun container orchestration platform",
"icon": "terminal",
"category": {
"language": "go"
},
"sidebar": [
{
"title": "Guides",
"path": "docs/guides/get-started.md",
"children": [
{
"title": "Deploy from CI",
"path": "docs/guides/ci-deployments.md"
},
{
"title": "Release the CLI",
"path": "docs/guides/releases.md"
}
]
},
{
"title": "Reference",
"path": "docs/reference/commands.md",
"children": [
{
"title": "Configuration",
"path": "docs/reference/configuration.md"
}
]
}
]
}