Files
git-tui/doc/README.md
Beda Schmid 5e63c01bd2 Adds non-repo bootstrap and publish flows
### Added
- Non-repository startup flow offering init-only or init+publish paths.
- Provider selection for publishing (GitHub via CLI, Gitea via HTTPS API).
- Gitea repository creation and initial push over HTTPS with configurable base URL, owner, and token defaults.
- Root README and documentation updates describing bootstrap flow and environment variables.
2026-02-15 13:39:43 -03:00

19 lines
587 B
Markdown

# Documentation Index
This directory contains project documentation for `git-tui`.
## Entry Points
- [`README.md`](../README.md) - repository front page and quick start.
## Modules
- [`doc/architecture.md`](architecture.md) - architecture and module responsibilities.
- [`doc/branding.md`](branding.md) - logo asset and branding usage.
- [`doc/usage.md`](usage.md) - installation, runtime requirements, and user workflow.
## Conventions
- Keep public behavior changes documented in both module docs and `CHANGELOG.md`.
- Keep this index updated when adding documentation modules.