Version : 0.5
Website / Demo / Guide
Change Log & Features
Release / Distribution
Roadmap
Developer Guide
Contribution Guidelines
Create documentation websites quickly with Wiki3, built with vanilla JavaScript for lightweight, easy to use (build-free) framework.
- Vanilla JS no building, no complex web knowledge needed.
- Lightweight and extremely fast SPA.
- Headers, Paragraphs and Selection linking.
- Search and Table of Content (both separate and integrated).
- Multiple pages support.
- Multi language/code tabs
- Easy to configure, extend and theme.
- Just focus on your Markdown/HTML documents.
You can checkout >
Live website and >
Roadmap
You can either include all the files from Release
folder or
Add the following HTML code
<div id=wiki></div>
<link type="text/css" rel="stylesheet" href="wiki.css">
<script src="https://cdn.jsdelivr.net/npm/prismjs@1/prism.min.js" data-manual></script>
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script type="text/javascript" src="wiki-setup.js"></script>
<script type="text/javascript" src="wiki.js"></script>
You must include wiki-setup.js
and wiki.js
;
then edit wiki-setup.js
following the Setup guide.
Wiki3 @MIT licensed, by @MustafaHi
current version use the following libraries:
Marked
PrismJS