feat: generate memcachejs.org site with Docula - #104
Merged
Conversation
Build a multi-page documentation site from the project README, pull the changelog from GitHub releases, and deploy to Cloudflare Pages on release. Co-authored-by: Jared Wray <me@jaredwray.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #104 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 8 8
Lines 1399 1399
Branches 308 308
=========================================
Hits 1399 1399 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Render the project README via autoReadme instead of multi-page docs, and strip the leading logo so it is not duplicated by the site header. Co-authored-by: Jared Wray <me@jaredwray.com>
jaredwray
marked this pull request as ready for review
August 14, 2026 17:43
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 4a45613. Configure here.
Disable checkout credential persistence and deploy with npx wrangler so pnpm 11 does not fail installing workerd and sharp lifecycle scripts. Co-authored-by: Jared Wray <me@jaredwray.com>
Add wrangler to devDependencies, allow workerd postinstall scripts, and deploy with pnpm exec wrangler from the existing install. Co-authored-by: Jared Wray <me@jaredwray.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.

Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Feature / docs: generate the memcachejs.org documentation site with Docula.
Summary
Docula already had a
site/skeleton (logo, favicon, theme). This completes it into a production site for https://memcachejs.org:/that renders the projectREADME.mdviaautoReadme: trueonAutoReadme)llms.txt/llms-full.txt, sitemap, and robots.txtdeploy-siteworkflow publishessite/distto Cloudflare Pages on release or manual dispatchReview follow-ups
persist-credentials: falseon checkout (Aikido)wrangleras a local devDependency (withworkerdallowed inallowBuilds) and deploy withpnpm exec wranglerinstead ofcloudflare/wrangler-action(Bugbot)Local commands
pnpm website:build— production build tosite/distpnpm website:dev— watch + servepnpm website:serve— serve an existing buildCloudflare Pages project name is
memcache. The workflow needsCLOUDFLARE_API_TOKENandCLOUDFLARE_ACCOUNT_IDrepository secrets, and memcachejs.org DNS pointed at that Pages project.