-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the kvalifik wiki!
This wiki contains useful information that is to be found nowhere else! You better read it!!
Clone the repo locally:
git clone git@github.com:Kvalifik/kvalifik.wiki.git
Then install the devtools:
npm install
Serve the site locally with markserv:
npm run serve
If you want live reloading, follow the instructions here.
Using images
If you need to display images, place them in images/ and link to them. Example:
Images folder
images/
└── my-crazy-image.png
In your page
![alt text](images/my-crazy-image.png)
Including a Table of contents
If your file is very long, you should include a table of contents. The plugin Markdown All in One supports adding and updating this automatically.
Dear reader
We try to maintain this documentation as well as we can, but even we can make mistakes...
Is something missing? Please add it! See how here.