-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the official documentation and knowledge base for Markifyβthe zero-install, zero-build modern documentation engine for developers.
- π¦ Download Latest Release: Markify Releases
- π Live Website: Markify Home Page
- π License: CC-BY-NC-SA 4.0 International
Markify is a lightweight client-side documentation generator designed to convert plain Markdown files directly into a modern, fully interactive Single Page Application (SPA) inside the browser.
Unlike traditional static site generators, Markify requires no Node.js, no npm dependencies, and no build compilation steps.
- β‘ Zero Setup & Zero Build: Works straight out of the box with just a single
index.htmlfile. - π¨ Glassmorphism UI: Built-in modern glassmorphic layout with Light and Dark mode support.
- π Instant Full-Text Search: Integrated client-side search powered by FlexSearch (
Ctrl + K). - π Floating ToC: Dynamic Table of Contents generated automatically from headings.
- π» Code Snippets: Syntax highlighting via Prism.js with one-click code copy buttons.
- π Dynamic Sidebar: Auto-generated navigation menu built directly from your
_sidebar.mdfile.
Set up your workspace with the following basic files:
my-docs/ βββ index.html βββ _sidebar.md βββ README.md
Add your page structure using standard Markdown links:
* **Getting Started** * [Home](README) * [Quick Start](quickstart) * [Configuration](configuration)
Because Markify uses client-side fetch(), open your project using any local HTTP server (such as VS Code Live Server or python3 -m http.server 8000).
Markify is shared under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC-BY-NC-SA 4.0) license. Feel free to adapt and share for non-commercial projects.