Skip to content

Commit 9223ef3

Browse files
committed
move navigation to /docs/_data/navigation.yml
1 parent c804cd9 commit 9223ef3

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

docs/_config.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1 @@
1-
theme: jekyll-theme-cayman
2-
docs:
3-
- title: Introduction
4-
url: /
5-
- title: Getting Started
6-
url: getting-started.html
7-
- title: Schema Definition
8-
url: schema-definition.html
9-
- title: Parsing, Validating and Executing
10-
url: parsing-validating-executing.html
11-
- title: Server
12-
url: server.html
1+
theme: jekyll-theme-cayman

docs/_data/navigation.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
- title: Introduction
2+
url: /
3+
- title: Getting Started
4+
url: getting-started.html
5+
- title: Schema Definition
6+
url: schema-definition.html
7+
- title: Parsing, Validating and Executing
8+
url: parsing-validating-executing.html
9+
- title: Server
10+
url: server.html

0 commit comments

Comments
 (0)