A zensical site under docs/, served by a new `docs` compose service behind Traefik, built with --strict in CI. Same pattern the sibling n3xd workspace uses. Getting started splits the way the landing page does — one path is `pip install fluksio` and a training script, the other is a Docker stack and an afternoon in the browser — because the two audiences will not spend the same amount of time. Everything after that is shared: the concepts, the web interface (app and portal), the CLI and the API, and a reference for node types, payload types and configuration. The three flow guides move here from the docs submodule rather than being copied, so there is one version of them. Styling mirrors DESIGN-GUIDELINES.md: the app's token palette remapped onto Material's variables in both schemes, Inter, the 16px panel radius, and the one terracotta accent spent on the facility lane of the audience split. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01M7Xv3cJEW5c8AXxn2hoojV
25 lines
481 B
Plaintext
25 lines
481 B
Plaintext
.vscode/*
|
|
!.vscode/extensions.json
|
|
node_modules/
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
|
|
# Generated locally by the workspace root's scripts/setup.sh; never committed.
|
|
.env
|
|
secrets/
|
|
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# The local flow store (its own git repository) and the encrypted secrets file.
|
|
/backend/flow-data/
|
|
|
|
# Output of `make verify` (root Makefile).
|
|
/frontend/screenshots/
|
|
*.tsbuildinfo
|
|
|
|
# Output of `make docs` (the zensical build of docs/).
|
|
/site/
|