gatekeeper: refresh product page, fix llms.txt routes, add scheduled rebuilds#3
Open
andybons wants to merge 1 commit into
Open
gatekeeper: refresh product page, fix llms.txt routes, add scheduled rebuilds#3andybons wants to merge 1 commit into
andybons wants to merge 1 commit into
Conversation
- Add process and gcp-service-account credential sources to the gatekeeper marketing copy and llms.txt intro, which had drifted from the shipped source list - Add feature cards for the Postgres data plane, LLM policy (Keep), and host gateway, plus the ghcr.io container install line, to the gatekeeper product page - Add [category]/[slug].md.ts for gatekeeper and keep, mirroring moat's route, fixing 404s on their llms.txt per-page .md links - Add a daily schedule trigger to the deploy workflow so doc changes in the product repos (fetched at build time) get picked up even without a push to this repo - Make the OG image brand square per-product instead of hardcoded to moat's sky-700, with sky-700 kept as the fallback - Update CLAUDE.md's moat-only framing, single-product notes, and stale MOAT_DOCS_TOKEN/fetch-script references for the three-product reality (AUDIT_SUMMARY.md left as a dated historical artifact)
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.
What
Fixes from the gatekeeper documentation audit that land in this repo:
process(host command) andgcp-service-accountcredential sources; both updated, and the INTRO now also mentions the Postgres data plane and LLM policy.docker pull ghcr.io/majorcontext/gatekeeper:latestinstall path.[category]/[slug].md.tsroute only existed for moat. Added the missing routes (verifieddist/gatekeeper/**/*.mdanddist/keep/**/*.mdnow build; slug generation confirmed byte-identical across the .md/.astro/llms.txt paths).schedulecron to deploy.yml.Verification
bun install,bun run fetch:docs(pulled all three products including gatekeeper v0.17.0),bunx astro check(0 errors),bun run lint,bun run build(91 pages) — all clean.