summaryrefslogtreecommitdiff
path: root/archived/projt-launcher/docs/handbook/help-pages.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/handbook/help-pages.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/handbook/help-pages.md')
-rw-r--r--archived/projt-launcher/docs/handbook/help-pages.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/archived/projt-launcher/docs/handbook/help-pages.md b/archived/projt-launcher/docs/handbook/help-pages.md
new file mode 100644
index 0000000000..e263f39fac
--- /dev/null
+++ b/archived/projt-launcher/docs/handbook/help-pages.md
@@ -0,0 +1,37 @@
+# ProjT Launcher Help Pages
+
+> **Player docs**: `docs/handbook/help-pages/` (copied from `website/projtlauncher/wiki/help-pages/`)
+> **Assets**: `website/projtlauncher/img/screenshots/` (`/projtlauncher/img/screenshots/...`)
+> **Latest Version**: 0.0.5-1
+
+---
+
+## Overview
+
+User-facing help articles for ProjT Launcher cover launcher settings, platform importers, and common instance workflows. The canonical copies now live in the handbook under `docs/handbook/help-pages/` so they can be built alongside the rest of the documentation. Content originated from the upstream Prism Launcher wiki but has been rebranded and rewired to local screenshot paths.
+
+---
+
+## Content Map
+
+- **Settings**: `apis.md`, `launcher-settings.md`, `java-settings.md`, `java-wizard.md`, `language-settings.md`, `minecraft-settings.md`, `proxy-settings.md`, `notes.md`.
+- **Instances & worlds**: `instance-copy.md`, `instance-version.md`, `worlds.md`, `screenshots-management.md`, `zip-import.md`.
+- **Platforms/importers**: `vanilla-platform.md`, `mod-platform.md`, `modrinth-platform.md`, `ftb-platform.md`, `technic-platform.md`, `atl-platform.md`, `flame-platform.md`.
+- **Mods/loaders**: `loader-mods.md` for selecting Fabric/Quilt/Forge/NeoForge components.
+- **Automation & tools**: `custom-commands.md`, `environment-variables.md`, `tools.md`, and API key setup in `apis.md`.
+
+---
+
+## Assets & Linking
+
+- Screenshots live in `website/projtlauncher/img/screenshots/` and are referenced as `/projtlauncher/img/screenshots/<file>.png`.
+- Cross-page links target sibling handbook pages or existing getting-started docs (for example `../getting-started/installing-java/`).
+- Several articles include `<!-- TODO: ... -->` placeholders for missing screenshots or descriptions (notably APIs, Launcher Settings, Minecraft Settings, Proxy Settings, Tools, Instance Version).
+
+---
+
+## Editing / Porting Notes
+
+- Handbook copies do not use frontmatter; the first heading is injected if missing.
+- Add or update screenshots in `website/projtlauncher/img/screenshots/` and keep paths consistent (`/projtlauncher/img/screenshots/<file>.png`).
+- If updating the upstream wiki versions in `website/projtlauncher/wiki/help-pages/`, mirror the edits into `docs/handbook/help-pages/` so handbook builds stay in sync.