### 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.
19 lines
587 B
Markdown
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.
|