Add missing README information to centralized repo docs#12
Merged
dobby-coder[bot] merged 1 commit intocentralize-docsfrom Apr 15, 2026
Merged
Add missing README information to centralized repo docs#12dobby-coder[bot] merged 1 commit intocentralize-docsfrom
dobby-coder[bot] merged 1 commit intocentralize-docsfrom
Conversation
Audited all 16 repo READMEs against their centralized docs pages and added missing content: - pdf-signature: frontend setup, backend configuration table, build/run commands - cryptify: backend configuration table with all config options, build/run commands including running the built binary - postguard: unaudited warning, prerequisites (Rust 1.90+, Docker, wasm-pack), WASM build instructions, Docker Compose dev environment, PKG server setup with key generation and CLI flags, environment variables, CLI usage examples (encrypt/decrypt), Docusaurus site reference, funding section - postguard-fallback: dependency version table (Rust 1.57, NGINX 1.21, PostgreSQL 12, Mailhog 1.0), IRMA/irmaseal documentation links - postguard-website: Docker stopping commands, docker-compose build Resolves feedback on #8. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
Addresses feedback from @rubenhensen on #8 — information from repo READMEs was missing in the centralized docs pages.
Audited all 16 non-archived repo READMEs against their corresponding
docs/repos/*.mdpages. Five repos had missing information:server_url,address,data_dir, SMTP settings,allowed_origins,pkg_url), commands for running the built binarydocker-compose buildcommandThe remaining 11 repos (ibe, ibs, irmaseal-mail-utils, pg-components, pg-curve, pg-example, postguard-js, postguard-dotnet, postguard-tb-addon, postguard-outlook-addon, postguard-examples) were verified to already contain all information from their READMEs.
Test plan