docs: remove advanced section and add integration guide

This commit is contained in:
thePR0M3TH3AN
2025-07-10 16:00:03 -04:00
parent 245d215230
commit 0f9d2a939c
17 changed files with 74 additions and 25 deletions

View File

@@ -1,8 +1,8 @@
# Features Overview
Archivox automatically turns your Markdown files into a full documentation site with a responsive layout and search.
Archivox automatically converts your Markdown files into a full documentation site with built-in search and a responsive layout. Key features include:
* Sidebar navigation generated from folders (prefix names with numbers to control order)
* Collapsible mobile menu and dark-mode switch
* Client-side search powered by Lunr.js
* Shortcodes for rich content (images, tabs, notes)
* **Automatic navigation** folders become sidebar sections so you can structure docs however you like.
* **Dark mode** a toggle is included for readers who prefer dark backgrounds.
* **Client-side search** Lunr.js indexes your content to allow instant search without a backend.
* **Shortcodes for rich content** use simple syntax for images, tabs and notes.