No description
- HTML 91%
- CSS 6.8%
- SCSS 1.2%
- JavaScript 0.5%
- Liquid 0.2%
- Other 0.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
All checks were successful
Deploy docs.splent.io / deploy (push) Successful in 25s
|
||
| .forgejo/workflows | ||
| _includes | ||
| _layouts | ||
| _plugins | ||
| _sass | ||
| _site | ||
| assets | ||
| bin | ||
| claude-code | ||
| contributing | ||
| fixtures | ||
| flask_session | ||
| foundations | ||
| lib/tasks | ||
| marketplace | ||
| roadmap | ||
| splent_cache | ||
| splent_cli | ||
| splent_framework | ||
| tests | ||
| tutorials | ||
| .coverage | ||
| .DS_Store | ||
| .env | ||
| .gitattributes | ||
| .gitignore | ||
| 404.html | ||
| _config.yml | ||
| CNAME | ||
| CODE_OF_CONDUCT.md | ||
| docker-compose.yml | ||
| Dockerfile | ||
| favicon.ico | ||
| Gemfile | ||
| Gemfile.lock | ||
| getting-started.md | ||
| index.md | ||
| just-the-docs.gemspec | ||
| LICENSE.txt | ||
| linux-environment.md | ||
| package-lock.json | ||
| package.json | ||
| pre_restore_mydb_20260726_140105.sql | ||
| pre_restore_mydb_20260726_140107.sql | ||
| pre_restore_mydb_20260726_140108.sql | ||
| pre_restore_mydb_20260726_140356.sql | ||
| Rakefile | ||
| README.md | ||
| robots.txt | ||
| windows-environment.md | ||
SPLENT Docs
Official documentation for the SPLENT ecosystem (framework, CLI, and feature system).
Published at docs.splent.io
Local development
This site lives in the same workspace as splent_cli and splent_framework.
splent_workspace/
├── splent_framework/ # Core library
├── splent_cli/ # CLI tool
├── splent_docs/ # This site (Jekyll + Just the Docs)
└── sample_splent_app/ # Reference product
Run locally with Docker
cd splent_docs
docker compose up -d --build
Open localhost:4001
Run locally with Jekyll
cd splent_docs
bundle install
bundle exec jekyll serve --port 4001
Structure
splent_docs/
├── index.md # Landing page
├── getting-started.md # Quick start guide
├── foundations/ # Core concepts (lifecycle, sources of truth)
├── splent_framework/ # Framework documentation
└── splent_cli/ # CLI command reference
├── feature/ # feature:* commands
├── product/ # product:* commands
├── database/ # db:* commands
├── cache/ # cache:* commands
├── uvl/ # uvl:* commands
├── export/ # export:* commands
├── release/ # release commands
├── check/ # check:* commands
├── env/ # env commands
├── clear/ # clear:* commands
└── testing/ # test/coverage/locust
License
Creative Commons CC BY 4.0 - SPLENT - Diverso Lab