feat: add Zensical documentation site#12
Merged
Merged
Conversation
d22937f to
ead35dd
Compare
Contributor
|
looking good, ready for deployment? |
Add comprehensive documentation site under site-docs/ with: - Landing page with Three.js wave animation and GitHub commit badge - Getting started, supported layouts, API reference, contributing guides - Custom Trobz dark theme with hero styling - GA4 analytics integration via main.html override - Full static site build output (HTML, CSS, JS, search index) Also add zensical as dev dependency for documentation generation.
ead35dd to
26e0781
Compare
Collaborator
Author
|
Hi anh @nilshamerlinck , I just improved landing page and content a bit
|
nilshamerlinck
approved these changes
May 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Adds a full documentation site built with Zensical (Material for MkDocs). Includes landing page with Three.js wave animation, comprehensive guides (getting started, supported layouts, API reference), and contributor documentation. Site includes GA4 analytics integration and custom Trobz dark theme.
Changes
index.md— Landing pagegetting-started.md,supported-layouts.md,api-reference.md,contributing.mdjavascripts/hero-scene.js— Three.js wave animation for hero sectionjavascripts/commit-count.js— Dynamic GitHub commit badgestylesheets/hero.css,site.css— Trobz dark theme + hero styleslanding.html— Full-viewport hero landing pagemain.html— GA4 analytics injectionzensicalas dev dependencyTest Plan
cd site-docs && zensical build