Skip to content

Commit

Permalink
update sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
marihachi committed Jul 29, 2023
1 parent 9fcb2c3 commit f14c9ec
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "API",
"position": 1,
"position": 2,
"link": {
"type": "generated-index",
"description": "Terrario API Docs"
Expand Down
6 changes: 6 additions & 0 deletions docs/api/api-old.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
---
sidebar_position: 3
---

# API Docs (old page)

Terrario v0.9.0

# Basic APIs

## T.language()
Expand Down
4 changes: 4 additions & 0 deletions docs/api/classes/Parser.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 1
---

# Class: `Parser<U>`

Parser class
Expand Down
2 changes: 1 addition & 1 deletion docs/api/classes/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Classes",
"position": 1,
"position": 2,
"link": {
"type": "generated-index",
"description": "List of Class"
Expand Down
4 changes: 4 additions & 0 deletions docs/api/modules.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 1
---

# Modules

## Type Aliases
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 0
sidebar_position: 1
---

# Getting Started
Expand Down

0 comments on commit f14c9ec

Please sign in to comment.