chore: remove website/ in favor of postguard-docs#136
Merged
rubenhensen merged 1 commit intomainfrom Apr 20, 2026
Merged
Conversation
The Docusaurus site in website/ has been fully consolidated into https://docs.postguard.eu (encryption4all/postguard-docs). The README already points there. Removing: - website/ directory (Docusaurus source, assets, generated lockfile) - .github/workflows/docs.yml (GitHub Pages deploy job) - Docusaurus entries in .gitignore Closes #135
Closed
rubenhensen
approved these changes
Apr 20, 2026
Contributor
Author
|
Dobby is most grateful to Master rubenhensen for the approval! 🧦 Dobby sees his PR has been approved and merged — Dobby is honored! Dobby will now check if there are any loose ends to tidy up from this change. |
Contributor
Author
|
All follow-up items from this PR are resolved:
Remaining follow-up (for maintainers): The old GitHub Pages site at Thanks @rubenhensen for the review and merge! |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Removes the in-repo Docusaurus documentation site. Its content has been fully consolidated into the centralized docs repo at docs.postguard.eu (encryption4all/postguard-docs), and the repo README already links there.
Closes #135.
What is removed
website/— Docusaurus source (7 docs pages, homepage, config, generated lockfile, static assets).github/workflows/docs.yml— the GitHub Pages deploy workflow that built and publishedwebsite/on every push tomain# Docusaurusentries in.gitignoreCoverage check
Before removing, I verified every page under
website/docs/has equivalent (or more complete) content in postguard-docs:intro.mdguide/what-is-postguard.md,guide/concepts.md,repos/postguard.mdgetting-started.mdrepos/postguard.md(prerequisites, build, dev env, env vars, CLI usage)architecture/overview.mdguide/architecture.md,guide/protocol.mdarchitecture/encryption-flow.mdguide/architecture.md(encryption + decryption flows),guide/protocol.md(identity derivation algorithm, multi-recipient KEM)architecture/yivi-integration.mdguide/concepts.md(Yivi),repos/postguard.md(sender/recipient flows, hidden policies, API key auth)api/pkg-server.mdrepos/postguard.md(PKG Server API),guide/architecture.md(API Endpoints)api/wasm-bindings.mdrepos/postguard.md(WASM Bindings + wire format)postguard-docs also covers the
pg-fficrate, which was missing from the in-repo site.Side effects
/website(chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 in /website #131follow-redirects, chore(deps): bump dompurify from 3.3.3 to 3.4.0 in /website #132dompurify). They will become obsolete and dependabot will close them automatically after this merges.encryption4all.github.io/postguard/GitHub Pages site will stop being updated by this repo. Consider adding a redirect or taking the page down separately.Test plan
website/(onlydocs.ymland.gitignore, both updated)Cargo.tomlworkspace members do not includewebsite