summaryrefslogtreecommitdiff
path: root/archived/projt-launcher/docs/handbook/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'archived/projt-launcher/docs/handbook/README.md')
-rw-r--r--archived/projt-launcher/docs/handbook/README.md65
1 files changed, 65 insertions, 0 deletions
diff --git a/archived/projt-launcher/docs/handbook/README.md b/archived/projt-launcher/docs/handbook/README.md
new file mode 100644
index 0000000000..785215e6ac
--- /dev/null
+++ b/archived/projt-launcher/docs/handbook/README.md
@@ -0,0 +1,65 @@
+# Handbook
+
+Documentation for Project Tick contributors and players.
+Latest Version: 0.0.5-1
+
+## For Players
+
+- [help-pages/index.md](./help-pages/index.md) - Launcher help (settings, instances, mod platforms)
+- [wiki/overview/index.md](./wiki/overview/index.md) - Full ProjT Launcher wiki (mirrored)
+
+## For Contributors
+
+### Core Components
+
+- [program_info.md](./program_info.md) - Application branding and configuration
+- [launcherjava.md](./launcherjava.md) - Java launcher component
+- [javacheck.md](./javacheck.md) - Java runtime detection
+
+### Detached Fork Libraries
+
+Libraries independently maintained by Project Tick.
+
+#### Compression
+
+- [zlib.md](./zlib.md) - DEFLATE compression
+- [bzip2.md](./bzip2.md) - Block-sorting compression
+- [quazip.md](./quazip.md) - Qt ZIP wrapper
+
+#### Data Formats
+
+- [tomlplusplus.md](./tomlplusplus.md) - TOML parser
+- [libnbtplusplus.md](./libnbtplusplus.md) - NBT format
+- [cmark.md](./cmark.md) - Markdown parser
+- [libqrencode.md](./libqrencode.md) - QR code generation
+
+### Build System
+
+- [extra-cmake-modules.md](./extra-cmake-modules.md) - KDE CMake modules
+- [bzip2-compiling.md](./bzip2-compiling.md) - bzip2 build instructions
+- [bzip2-tests.md](./bzip2-tests.md) - bzip2 test suite
+- [bzip2-testfiles.md](./bzip2-testfiles.md) - Test file collection
+
+### CI/CD & Automation
+
+- [workflows.md](./workflows.md) - GitHub Actions architecture
+- [ci_support.md](./ci_support.md) - CI configuration files
+- [bot.md](./bot.md) - PR automation bot
+- [ptcigh.md](./ptcigh.md) - GitHub script helpers
+- [ptcieval.md](./ptcieval.md) - Nix-based validation
+
+### Platform Support
+
+- [nix.md](./nix.md) - Nix/NixOS packaging
+- [linux-packaging.md](./linux-packaging.md) - Linux distribution packaging
+- [images.md](./images.md) - CI Docker images
+
+### Reference
+
+- [third-party.md](./third-party.md) - All Libraries
+- [website-tomlplusplus.md](./website-tomlplusplus.md) - toml++ docs build
+- [help-pages.md](./help-pages.md) - Help pages overview and locations
+
+---
+
+See also: [Contributing Guide](../../CONTRIBUTING.md)