Mirror the rethink Gitea theme (data-theme=rethink) on the docs site: - docs/stylesheets/extra.css maps the exact palette onto Material's slate scheme: body #0a0f1f, nav #061541, text #eef1f6, primary #569bcc, accent #55bbff, borders #294274; square corners and blue card/table borders echoing the Gitea repo panels. - Force dark-only (drop the light/dark toggle; Gitea is dark-only). - Rename site to lowercase 'a rethink development' (site_name, copyright, landing H1). Verified: mkdocs build --strict clean; rendered landing + content pages in-browser against the live Gitea page — colors, header bar, links, and cards match. Signed-off-by: disqualifier <dev@disqualifier.me>
43 lines
1.2 KiB
Markdown
43 lines
1.2 KiB
Markdown
# a rethink development
|
|
|
|
The public reference for building and shipping with Rethink Studios: our shared
|
|
libraries, our coding standards, and how to deploy a project on our network.
|
|
|
|
This is a public site — it documents generic patterns and conventions. Real
|
|
infrastructure specifics (hostnames, internal IPs, exact topology, secrets) stay
|
|
out of it; examples use placeholders like `<dev>`, `<project>`, and `/srv/...`.
|
|
|
|
## Sections
|
|
|
|
<div class="grid cards" markdown>
|
|
|
|
- :material-package-variant: __[Libraries](libraries.md)__
|
|
|
|
---
|
|
|
|
The live list of the `rethink-public` library suite, pulled straight from
|
|
Gitea — each entry links to the repo, where the README and tags live.
|
|
|
|
- :material-ruler-square: __[Standards](standards.md)__
|
|
|
|
---
|
|
|
|
House coding standards — file hygiene, docstrings, type hints, linting, and
|
|
how we handle errors.
|
|
|
|
- :material-sitemap: __[Workflow](workflow.md)__
|
|
|
|
---
|
|
|
|
How we actually work day to day — our Gitea, git habits, and the
|
|
plan-in-chat / build-in-Claude-Code flow, plus shell setup.
|
|
|
|
- :material-rocket-launch: __[Deploy](deploy.md)__
|
|
|
|
---
|
|
|
|
How to get a project running on **rethink-net** — containers, paths and
|
|
mounts, permissions, and secrets.
|
|
|
|
</div>
|