2 Commits

Author SHA1 Message Date
nopeitsnothing f3cb57230f Submit actual develop page
Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
2026-04-25 17:40:12 -04:00
nopeitsnothing 5e8057bb1f Fix copy information in website footer
And also move the develop workflow information to docs/code to cleanup
the guide documents, preventing accidental addition to the PDF.

Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
2026-04-25 17:37:09 -04:00
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ jobs:
- name: 📤 Upload export directory as artifact - name: 📤 Upload export directory as artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: export name: upload pdf artifact
path: | path: |
export/* export/*
if-no-files-found: error if-no-files-found: error
+4 -3
View File
@@ -130,8 +130,9 @@ nav:
- Verify: verify/index.md - Verify: verify/index.md
- Guide: - Guide:
- guide/index.md - guide/index.md
- Workflow Documentation: guide/dev-workflow.md - Code:
- Code: code/index.md - code/index.md
- Develop: code/develop.md
- Contribute: contribute/index.md - Contribute: contribute/index.md
- Constitution: constitution/index.md - Constitution: constitution/index.md
- Mirrors: mirrors/index.md - Mirrors: mirrors/index.md
@@ -139,4 +140,4 @@ nav:
- Releases: changelog/index.md - Releases: changelog/index.md
copyright: | copyright: |
&copy; 2023-2026 <a href="https://anonymousplanet.org/" target="_blank" rel="noopener">Anonymous Planet</a> <a href="https://anonymousplanet.org/">The Hitchhiker's Guide</a> ©2023-2026 by <a href="https://psa.anonymousplanet.org/">Anonymous Planet</a> is licensed under <a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a><img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/nc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"></a>