diff options
| -rw-r--r-- | docs/index.md | 8 | ||||
| -rw-r--r-- | mkdocs.yml | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md index 909e8f5..801fa24 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1 +1,7 @@ -# Main +# Kevins Programming Language (KPL) Specification + +#### This is not documentation for how to use kpl, this a reference defining the language + +--- + +## Contents @@ -2,3 +2,5 @@ site_name: KPL Specification site_dir: 'public' repo_url: https://git.kpl.dev/kpl-specification/ repo_name: Markdown Source +nav: + - Main: 'index.md' |
