https://github.com/syqlorix/syqlorix.github.io
official documentation and comprehensive examples for the Syqlorix Python package.
https://github.com/syqlorix/syqlorix.github.io
python syglorix web website
Last synced: 3 months ago
JSON representation
official documentation and comprehensive examples for the Syqlorix Python package.
- Host: GitHub
- URL: https://github.com/syqlorix/syqlorix.github.io
- Owner: Syqlorix
- License: mit
- Created: 2025-06-01T01:54:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-29T06:41:10.000Z (9 months ago)
- Last Synced: 2025-09-29T08:24:27.182Z (9 months ago)
- Topics: python, syglorix, web, website
- Language: JavaScript
- Homepage: https://syqlorix.github.io/
- Size: 16.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Syqlorix Documentation
This repository contains the source code for the official documentation website for **Syqlorix**.
**[🚀 View the Live Documentation Site](https://syqlorix.github.io/)**
## About This Repository
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.
### Key Links
* **Live Docs:** [syqlorix.github.io](https://syqlorix.github.io/)
* **Main Syqlorix Project:** [github.com/Syqlorix/Syqlorix](https://github.com/Syqlorix/Syqlorix)
---
## Technology Stack
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.