Skip to content

Commit c804cd9

Browse files
committed
add basic menu to docs configuration
1 parent ef9255a commit c804cd9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/_config.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
theme: jekyll-theme-cayman
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

0 commit comments

Comments
 (0)