This repository was archived by the owner on May 29, 2026. It is now read-only.
docs: scaffold Docusaurus site#39
Merged
Merged
Conversation
…elopment) Stand up the journeydoc docs surface for App Versions. The app is in development; this PR provides the brand landing page and a tutorial skeleton anchored on the version-management / external-sources / pat-management specs, so app-versions.conduction.nl resolves to a real Docusaurus site while the admin UI matures. - docs/ tree copied from nextcloud-app-template's canonical scaffold (Docusaurus + @conduction/docusaurus-preset 2.6.1, en-only i18n, custom prism + mermaid themes, brand-theme swizzles) - landing page: version-rows glyph, NL-Conduction tagline corrected off the info.xml summary (NOT the stale 'scaffold/template' framing that lives on conduction-website's apps-catalog), three token-built mock panels (Installed apps + current version, Available versions per source, Recent rollbacks), 'In development' hero status - intro.md rewritten to describe what App Versions actually does (multi-source version picker, rollback or pin, audit-trailed) and links the four canonical specs on GitHub - user track collapses to a single 'who is this for?' pointer page (App Versions is admin-only); admin track gets three intent-stating pages mapped to specs: 01 first launch, 02 rollback (version-management), 03 connect a GitHub source (external-sources + pat-management) - documentation.yml: triggers on [documentation] only (canonical post-revert deploy model), cname app-versions.conduction.nl - CNAME static + docusaurus.config url / editUrl / GitHub link all point at app-versions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Stands up a Docusaurus docs site for App Versions at app-versions.conduction.nl, scaffolded from the canonical nextcloud-app-template
docs/tree. App Versions is in development; this gives the brand landing surface and the journeydoc tutorial skeleton a stable public home while the admin UI matures.docs/src/pages/index.js): version-rows glyph, Conduction-voice tagline + lede anchored on the info.xml summary (NOT the stale 'scaffold/template' framing the apps-catalog uses on conduction-website — that's a follow-up to fix there), three token-built mock panels (Installed apps + current version, Available versions per source, Recent rollbacks), 'In development' status pill.version-management), 03 connect a GitHub source (external-sources+pat-management).documentation.ymltriggers on[documentation]only (canonical post-revert deploy model),cname: app-versions.conduction.nl.docs/static/CNAME,docusaurus.config.jsurl / editUrl / GitHub link all point at app-versions.No capture-spec run — there is no admin UI to shoot yet. Reintroduce screenshots together with the implementation PRs.
Test plan
documentationbranch created fromdevelopmenttip → Pages workflow deploys →curl -sI https://app-versions.conduction.nl/returns HTTP 200.