summaryrefslogtreecommitdiff
path: root/archived/projt-launcher/docs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'archived/projt-launcher/docs/README.md')
-rw-r--r--archived/projt-launcher/docs/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/archived/projt-launcher/docs/README.md b/archived/projt-launcher/docs/README.md
new file mode 100644
index 0000000000..3635a2b696
--- /dev/null
+++ b/archived/projt-launcher/docs/README.md
@@ -0,0 +1,19 @@
+# Documentation
+
+ProjT Launcher documentation.
+
+## Sections
+
+- [Contributing](./contributing/) — Contribution guidelines
+- [Handbook](./handbook/) — Developer reference
+- [Packaging](./packaging/) — Platform-specific packaging
+
+## Quick Links
+
+| Topic | Location |
+|-------|----------|
+| Getting started | [contributing/GETTING_STARTED.md](./contributing/GETTING_STARTED.md) |
+| Code style | [contributing/CODE_STYLE.md](./contributing/CODE_STYLE.md) |
+| Architecture | [contributing/ARCHITECTURE.md](./contributing/ARCHITECTURE.md) |
+| Third-party libs | [handbook/third-party.md](./handbook/third-party.md) |
+| CI workflows | [handbook/workflows.md](./handbook/workflows.md) |