summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/index.md8
-rw-r--r--mkdocs.yml2
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
diff --git a/mkdocs.yml b/mkdocs.yml
index 5f50357..ee3de01 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -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'