No description
  • HTML 91%
  • CSS 6.8%
  • SCSS 1.2%
  • JavaScript 0.5%
  • Liquid 0.2%
  • Other 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
drorganvidez 165c6a4d2f
All checks were successful
Deploy docs.splent.io / deploy (push) Successful in 25s
Sync Gemfile.lock after dropping jekyll-github-metadata
2026-09-20 21:35:36 +02:00
.forgejo/workflows Retry the publish step so a dropped connection does not fail a deploy 2026-09-20 21:18:20 +02:00
_includes Point the theme config, nav and topbar at the forge, and drop jekyll-github-metadata 2026-09-20 21:34:10 +02:00
_layouts fix: Fixes minor visual bugs 2026-04-19 01:05:40 +02:00
_plugins Improve docs 2026-03-25 12:17:05 +01:00
_sass fix: Fixes minor visual bugs 2026-04-19 01:05:40 +02:00
_site fix: Fixes minor visual bugs 2026-04-19 01:05:40 +02:00
assets feat: Improves UI 2026-04-16 12:46:36 +02:00
bin first commit 2025-11-03 21:07:51 +01:00
claude-code Point the docs at git.splent.io instead of GitHub 2026-09-20 21:32:12 +02:00
contributing style: remove dash punctuation and stylistic colons from all documentation prose 2026-07-26 20:39:03 +02:00
fixtures first commit 2025-11-03 21:07:51 +01:00
flask_session feat: Improves docs 2026-03-21 23:35:27 +00:00
foundations Document home slots, render_template_hooks, nav dropdowns, the editions refinement and the media gallery lightbox 2026-08-17 00:25:18 +02:00
lib/tasks first commit 2025-11-03 21:07:51 +01:00
marketplace Point the docs at git.splent.io instead of GitHub 2026-09-20 21:32:12 +02:00
roadmap style: remove dash punctuation and stylistic colons from all documentation prose 2026-07-26 20:39:03 +02:00
splent_cache style: remove dash punctuation and stylistic colons from all documentation prose 2026-07-26 20:39:03 +02:00
splent_cli Point the docs at git.splent.io instead of GitHub 2026-09-20 21:32:12 +02:00
splent_framework Document home slots, render_template_hooks, nav dropdowns, the editions refinement and the media gallery lightbox 2026-08-17 00:25:18 +02:00
tests docs: the publishing flow as it now works 2026-07-28 18:58:08 +02:00
tutorials Point the docs at git.splent.io instead of GitHub 2026-09-20 21:32:12 +02:00
.coverage docs: marketplace section, contract fields, feature:info/search, check:contracts 2026-07-26 15:59:37 +02:00
.DS_Store first commit 2025-11-03 21:07:51 +01:00
.env feat: Upgrades tutorials 2026-04-01 17:03:24 +00:00
.gitattributes first commit 2025-11-03 21:07:51 +01:00
.gitignore docs: complete reorganization — spl:* and product:* command docs, product:deselect 2026-03-29 03:12:18 +02:00
404.html first commit 2025-11-03 21:07:51 +01:00
_config.yml Point the theme config, nav and topbar at the forge, and drop jekyll-github-metadata 2026-09-20 21:34:10 +02:00
CNAME Create CNAME 2025-11-16 14:08:23 +01:00
CODE_OF_CONDUCT.md style: remove dash punctuation and stylistic colons from all documentation prose 2026-07-26 20:39:03 +02:00
docker-compose.yml feat: Improves UI 2026-04-16 12:46:36 +02:00
Dockerfile feat: Improves DOCS 2026-03-21 22:13:13 +00:00
favicon.ico feat: Add favicon 2025-11-16 13:53:53 +01:00
Gemfile Point the theme config, nav and topbar at the forge, and drop jekyll-github-metadata 2026-09-20 21:34:10 +02:00
Gemfile.lock Sync Gemfile.lock after dropping jekyll-github-metadata 2026-09-20 21:35:36 +02:00
getting-started.md Point the docs at git.splent.io instead of GitHub 2026-09-20 21:32:12 +02:00
index.md Point the docs at git.splent.io instead of GitHub 2026-09-20 21:32:12 +02:00
just-the-docs.gemspec first commit 2025-11-03 21:07:51 +01:00
LICENSE.txt first commit 2025-11-03 21:07:51 +01:00
linux-environment.md Point the docs at git.splent.io instead of GitHub 2026-09-20 21:32:12 +02:00
package-lock.json first commit 2025-11-03 21:07:51 +01:00
package.json first commit 2025-11-03 21:07:51 +01:00
pre_restore_mydb_20260726_140105.sql docs: marketplace section, contract fields, feature:info/search, check:contracts 2026-07-26 15:59:37 +02:00
pre_restore_mydb_20260726_140107.sql docs: marketplace section, contract fields, feature:info/search, check:contracts 2026-07-26 15:59:37 +02:00
pre_restore_mydb_20260726_140108.sql docs: marketplace section, contract fields, feature:info/search, check:contracts 2026-07-26 15:59:37 +02:00
pre_restore_mydb_20260726_140356.sql docs: marketplace section, contract fields, feature:info/search, check:contracts 2026-07-26 15:59:37 +02:00
Rakefile first commit 2025-11-03 21:07:51 +01:00
README.md style: remove dash punctuation and stylistic colons from all documentation prose 2026-07-26 20:39:03 +02:00
robots.txt feat: Improves UI 2026-04-16 12:46:36 +02:00
windows-environment.md Point the docs at git.splent.io instead of GitHub 2026-09-20 21:32:12 +02:00

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