Files
wehub-resource-sync 3e779be6f3
CI / lint (push) Failing after 13m4s
CI / test (3.11, ubuntu-latest) (push) Failing after 2m4s
CI / test (3.13, ubuntu-latest) (push) Successful in 13m30s
CI / test (3.14, ubuntu-latest) (push) Successful in 17m21s
CI / test (3.12, ubuntu-latest) (push) Successful in 17m55s
CI / discover-apps-ps (push) Successful in 1m56s
CI / test (3.9, ubuntu-latest) (push) Successful in 13m17s
CI / test (3.10, ubuntu-latest) (push) Successful in 26m21s
CI / audit (push) Successful in 13m38s
Deploy site / deploy (push) Has been cancelled
CI / test (3.14, ubuntu-24.04-arm) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:32:37 +08:00

27 lines
1.6 KiB
Markdown

# docs/
User-facing documentation. Engineering / internal design notes live under [`design/`](design/).
Most documents have an English original and a Korean (`.ko.md`) mirror linked from the toggle at the top of each page. The repo-root [`README.md`](../README.md), [`CHANGELOG.md`](../CHANGELOG.md), [`CODE_OF_CONDUCT.md`](../CODE_OF_CONDUCT.md), [`CONTRIBUTING.md`](../CONTRIBUTING.md), [`SECURITY.md`](../SECURITY.md), and [`THIRD_PARTY_LICENSES.md`](../THIRD_PARTY_LICENSES.md) are the English canonical copies; the corresponding `.ko.md` files in this folder are their Korean mirrors.
## Index
| Topic | English | 한국어 |
|---|---|---|
| Quick install | [INSTALL.md](INSTALL.md) | [INSTALL.ko.md](INSTALL.ko.md) |
| Day-to-day usage | [USAGE.md](USAGE.md) | [USAGE.ko.md](USAGE.ko.md) |
| Feature list | [FEATURES.md](FEATURES.md) | [FEATURES.ko.md](FEATURES.ko.md) |
| How it's put together | [ARCHITECTURE.md](ARCHITECTURE.md) | [ARCHITECTURE.ko.md](ARCHITECTURE.ko.md) |
| vs. winapps, etc. | [COMPARISON.md](COMPARISON.md) | [COMPARISON.ko.md](COMPARISON.ko.md) |
| README mirror | — | [README.ko.md](README.ko.md) |
| Changelog mirror | — | [CHANGELOG.ko.md](CHANGELOG.ko.md) |
| Code of conduct mirror | — | [CODE_OF_CONDUCT.ko.md](CODE_OF_CONDUCT.ko.md) |
| Contributing mirror | — | [CONTRIBUTING.ko.md](CONTRIBUTING.ko.md) |
| Security mirror | — | [SECURITY.ko.md](SECURITY.ko.md) |
Screenshots and diagrams referenced from the docs above live in [`images/`](images/).
## Engineering docs
For design specs, roadmaps, reference docs (lifecycle, transport ABC), and security reviews, see [`design/`](design/) and [`design/README.md`](design/README.md).