From 22f649be39de2aa72dbbe46556cf21b3e035280f Mon Sep 17 00:00:00 2001 From: Erlend <49862976+Erb3@users.noreply.github.com> Date: Sun, 29 May 2022 13:31:22 +0200 Subject: [PATCH] Added headings, and disabled jekyll which makes sidebar work... --- docs/.nojekyll | 0 docs/home/gettingStarted.md | 2 ++ docs/home/installer.md | 2 ++ 3 files changed, 4 insertions(+) create mode 100644 docs/.nojekyll diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/docs/home/gettingStarted.md b/docs/home/gettingStarted.md index 9e9b220..b470a31 100644 --- a/docs/home/gettingStarted.md +++ b/docs/home/gettingStarted.md @@ -1,3 +1,5 @@ +# Getting Started! + Basalt aims to be a relatively small, easy to use framework. Accordingly, we have provided an installation script. diff --git a/docs/home/installer.md b/docs/home/installer.md index 41e4959..cc83958 100644 --- a/docs/home/installer.md +++ b/docs/home/installer.md @@ -1,3 +1,5 @@ +# Installer + This is just a script which helps you to install basalt.lua, if it's not already on the computer. Means, you create your program (which requires basalt) and add this on the top of your program. Now, everytime you execute your program it checks if basalt.lua exists or not. ## Visual Installer