Welcome
engineering-apps-docs-src-content-static-welcome · in engineering/apps/docs/src/content/static · org-wide · updated 2026-06-01 10:19
Frontmatter
- lang
- en
- order
- 1
- title
- Welcome to Galaxy Docs
- description
- Productgalaxy operator handbook + reading surface for notes across all businesses.
- imported_at
- 2026-06-01T10:19:40.662Z
- source_path
- productgalaxy/apps/docs/src/content/static/welcome.md
- source_repo
- productgalaxy
Welcome
This is the reading surface for galaxy-docs — productgalaxy's notes system. Notes are
authored in the admin UI at /admin/notes/ (or in Obsidian against the
Local REST API plugin
pointed at Galaxy) and surfaced here for browsing, reading, and sharing.
How this site works
- Sidebar lists folders + tags scoped to the active business. Pick a business from the home page to scope everything.
- Search in the header uses Pagefind (built-in, client-side). It indexes the build-time snapshot. For notes added after the last build, use the inline search form on the home page — it queries the live API.
- Wikilinks like
[[some-note]]resolve to internal URLs. Cross-domain wikilinks like[[issue:TVK-AI-008]]open in the appropriate legacy app. - Backlinks appear under every note: every other note that links here.
- Per-business scoping: notes are filtered by business by default. Org-wide notes
(
business_id = NULL) appear under the/orgvirtual business.
Bilingual
Notes can be tagged lang: fa in frontmatter — the reader will switch to RTL
layout + Persian font automatically. UI strings are translated via Starlight's
i18n; switch the language from the header dropdown.
Edits
This page (and a few other operator pages like "Changelog") live in-repo at
apps/docs/src/content/static/. They survive Galaxy outages and ship at build
time. Everything else lives in the database and updates live.