summaryrefslogtreecommitdiff
path: root/archived/projt-launcher/docs/README.md
diff options
context:
space:
mode:
authorMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-02 18:51:45 +0300
committerMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-02 18:51:45 +0300
commitd3261e64152397db2dca4d691a990c6bc2a6f4dd (patch)
treefac2f7be638651181a72453d714f0f96675c2b8b /archived/projt-launcher/docs/README.md
parent31b9a8949ed0a288143e23bf739f2eb64fdc63be (diff)
downloadProject-Tick-d3261e64152397db2dca4d691a990c6bc2a6f4dd.tar.gz
Project-Tick-d3261e64152397db2dca4d691a990c6bc2a6f4dd.zip
NOISSUE add archived projects
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
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) |