Skip to content

Commit

Permalink
Add a config.json file for docs website (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
SferaDev authored Dec 4, 2024
1 parent c756988 commit fd94011
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/config.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit fd94011

Please sign in to comment.