Skip to content

Commit

Permalink
add structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale-Black committed Jan 13, 2024
1 parent af4d18f commit 9ca8f79
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions structure.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"sidebar": {
"title": "Losers.jl",
"elements": [
{
"type": "notebook",
"path": "index.jl",
"title": "Home"
},
{
"type": "folder",
"title": "Documentation",
"defaultOpened": false,
"elements": [
{
"type": "notebook",
"path": "docs/01_getting_started.jl",
"title": "Getting Started"
},
{
"type": "notebook",
"path": "docs/99_api.jl",
"title": "API"
}
]
}
]
}
}

0 comments on commit 9ca8f79

Please sign in to comment.