Restore GitHub Pages with Redis Agent Memory landing page - #360
Merged
Conversation
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
The landing page uses a separate MkDocs configuration and source directory. This prevents the legacy
V0/docs/content from entering the published artifact.How Has This Been Tested?
pre-commit run --all-filesmkdocs build --config-file mkdocs.pages.yml --clean --strictLinked Items
None.
Breaking Changes
None.
Note
Low Risk
Documentation and CI-only changes; no application runtime, auth, or data paths affected.
Overview
Restores GitHub Pages with a dedicated one-page MkDocs site instead of publishing legacy
V0/docs/.A new
.github/workflows/docs.ymlworkflow builds on push/PR whenV0/landing/**,V0/mkdocs.pages.yml, or the workflow file change; onmainit uploadsV0/siteand deploys via GitHub Pages (pages/id-tokenpermissions,mkdocs-material, strictmkdocs build).V0/mkdocs.pages.ymlpointsdocs_diratlandingand sets the published URL tohttps://redis.github.io/agent-memory-server/, isolating the artifact from open-source server docs.V0/landing/index.mdis the public landing: product positioning, links to official Redis Agent Memory / Iris docs, and a section that routes OSS users to GitHub source andV0/docsMarkdown rather than hosting that tree on Pages.Reviewed by Cursor Bugbot for commit 8c09e4f. Bugbot is set up for automated code reviews on this repo. Configure here.