deploy: whole-flow as plain text, restore v2 diagram shape; admonition variety
- 'The whole flow' is now plain prose, not an abstract box. - Restore the v2 diagram shape (git -> staging via develop-if-gitflow AND git -> deployment, converging on docker) instead of the linear main-only one, keeping the simplified 'libs (rethink-public, pip)' wording. - Spread admonition types for variety across pages: index agent-callout tip -> example; environments uv.lock note -> info; standards logging note -> info. (deploy already mixes success/danger/example/warning/tip.) Verified in-browser: whole-flow reads as text, diagram renders in the v2 shape; mkdocs build --strict clean. Signed-off-by: disqualifier <dev@disqualifier.me>
This commit is contained in:
@@ -100,7 +100,7 @@ uv sync # create/refresh .venv from pyproject.toml + uv.lock
|
||||
uv run python -m yourapp # run inside the managed env, no manual activate
|
||||
```
|
||||
|
||||
!!! note "`uv.lock` is local-only — never committed"
|
||||
!!! info "`uv.lock` is local-only — never committed"
|
||||
`uv sync` writes a `uv.lock` for your machine's resolved environment. It is
|
||||
**gitignored**, not committed — we don't ship a lockfile. Pinning happens in
|
||||
`pyproject.toml` (below), not the lock.
|
||||
|
||||
Reference in New Issue
Block a user