This repository contains the source code for the official documentation website for Syqlorix.
🚀 View the Live Documentation Site
This site serves as the official user guide, API reference, and documentation hub for the Syqlorix Python framework. While the main project provides the Python package, this repository contains the HTML, CSS, and JavaScript that powers the user-facing documentation.
The site is built as a single-page application that dynamically loads and renders markdown files to provide a fast and smooth user experience.
- Live Docs: syqlorix.github.io
- Main Syqlorix Project: github.com/Syqlorix/Syqlorix
This is a custom-built static site using modern web technologies, designed to be fast, responsive, and easy to maintain.
- HTML5
- Tailwind CSS for all styling and layout.
- Vanilla JavaScript (ES6+) for all client-side functionality, including:
- Collapsible Sidebar Navigation
- Dark/Light Theme Management
- Dynamic Page Loading
- marked.js for parsing markdown files into HTML on the fly.
- Prism.js for beautiful and accurate syntax highlighting in code blocks.