Add MkDocs documentation site #16
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/16/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #15
Adds a versioned MkDocs Material documentation site at https://kokopelli.marvin8.zone, following the zaojun pattern.
Prerequisites before first deploy: create the
pagesorphan branch in the Codeberg repo (see CI job comment).docs/javascripts/asciinema.jsline 5✅ Fixed in commit
49d6019— flag is now set only after a successfulAsciinemaPlayer.createcall, inside a try-catch that prevents one failing player from breaking the rest of the loop.docs/javascripts/asciinema.jsline 6✅ Fixed in commit
49d6019—AsciinemaPlayer.createis now wrapped in try-catch; errors are logged to the console and the loop continues to initialize remaining players..forgejo/workflows/ci.ymlline 111🔴 Not actioned.
${{ forge.token }}is the correct Forgejo built-in context — the Forgejo equivalent of GitHub Actions'${{ github.token }}. It is already used in the existingpr-reviewjob in this same workflow (forgejo_token: ${{ forge.token }}). No secrets need to be added..forgejo/workflows/ci.ymlline 138🔴 Not actioned — same reasoning as the comment on line 111.
${{ forge.token }}is the correct Forgejo built-in token context and is the intended mechanism here..forgejo/workflows/ci.ymlline 115🔴 Not actioned. This is the established pattern in this project (copied from the zaojun
deploy-docsjob). Forgejo Actions masksforge.tokenin log output, so the token will not appear in plain text. Thegit remote set-urlstep does not echo the URL to stdout in normal operation.This PR is too large to review automatically (2134 lines; limit is 2000). Please consider splitting it into smaller PRs.
This PR is too large to review automatically (2222 lines; limit is 2000). Please consider splitting it into smaller PRs.
This PR is too large to review automatically (2295 lines; limit is 2000). Please consider splitting it into smaller PRs.
This PR is too large to review automatically (2349 lines; limit is 2000). Please consider splitting it into smaller PRs.
This PR is too large to review automatically (2541 lines; limit is 2000). Please consider splitting it into smaller PRs.
This PR is too large to review automatically (2541 lines; limit is 2000). Please consider splitting it into smaller PRs.
This PR is too large to review automatically (2541 lines; limit is 2000). Please consider splitting it into smaller PRs.
This PR is too large to review automatically (2580 lines; limit is 2000). Please consider splitting it into smaller PRs.