Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Docusaurus

Guides for scaffolding a new Docusaurus project using the Cloudflare CLI, deploying an existing Docusaurus project to Workers Assets, and configuring Wrangler for static site hosting.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers Docusaurus

Guides for scaffolding a new Docusaurus project using the Cloudflare CLI, deploying an existing Docusaurus project to Workers Assets, and configuring Wrangler for static site hosting.

When To Use

Use when you need to scaffold a new Docusaurus documentation site on Cloudflare Workers or migrate an existing pre-rendered Docusaurus project to the Workers Assets platform.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-framework-guides-web-apps-docusaurus-workflow-guide.mdA guide explaining how to scaffold, configure, and deploy Docusaurus documentation sites using Cloudflare Workers.Questions about a guide explaining how to scaffold, configure, and deploy Docusaurus documentation sites using Cloudflare Workers.
examples/workers-framework-guides-web-apps-docusaurus-cloudflare-workers-docusaur.textThe npm command used to initialize a new Docusaurus project using the Cloudflare Workers framework template.Exact payloads, commands, or snippets shown in The npm command used to initialize a new Docusaurus project using the Cloudflare Workers framework template.
examples/workers-framework-guides-web-apps-docusaurus-cloudflare-workers-docusaur-2.textThe terminal command used to initialize a new Docusaurus project using the Cloudflare Workers framework starter.Exact payloads, commands, or snippets shown in The terminal command used to initialize a new Docusaurus project using the Cloudflare Workers framework starter.
examples/workers-framework-guides-web-apps-docusaurus-cloudflare-workers-docusaur-3.textThe pnpm command used to initialize a new Docusaurus project using the Cloudflare Workers framework template.Exact payloads, commands, or snippets shown in The pnpm command used to initialize a new Docusaurus project using the Cloudflare Workers framework template.
examples/workers-framework-guides-web-apps-docusaurus-cloudflare-workers-docusaur-4.textThe npm command used to scaffold a new Docusaurus project configured for the Cloudflare Workers platform.Exact payloads, commands, or snippets shown in The npm command used to scaffold a new Docusaurus project configured for the Cloudflare Workers platform.
examples/workers-framework-guides-web-apps-docusaurus-cloudflare-workers-docusaur-5.textThe yarn create cloudflare command used to initialize a Docusaurus project configured for the Workers platform.Exact payloads, commands, or snippets shown in The yarn create cloudflare command used to initialize a Docusaurus project configured for the Workers platform.
examples/workers-framework-guides-web-apps-docusaurus-cloudflare-workers-docusaur-6.textThe pnpm command used to scaffold a new Docusaurus project configured for the Cloudflare Workers platform.Exact payloads, commands, or snippets shown in The pnpm command used to scaffold a new Docusaurus project configured for the Cloudflare Workers platform.
examples/workers-framework-guides-web-apps-docusaurus-cloudflare-workers-docusaur-7.textThe npm run dev command used to start the local development server for a Workers Docusaurus project.Exact payloads, commands, or snippets shown in The npm run dev command used to start the local development server for a Workers Docusaurus project.
examples/workers-framework-guides-web-apps-docusaurus-cloudflare-workers-docusaur-8.textThe terminal command used to run the Docusaurus development server within a Cloudflare Workers environment.Exact payloads, commands, or snippets shown in The terminal command used to run the Docusaurus development server within a Cloudflare Workers environment.
examples/workers-framework-guides-web-apps-docusaurus-cloudflare-workers-docusaur-9.textThe pnpm command used to run the local development server for a Workers Docusaurus project.Exact payloads, commands, or snippets shown in The pnpm command used to run the local development server for a Workers Docusaurus project.
examples/workers-framework-guides-web-apps-docusaurus-cloudflare-workers-docusaur-10.textThe npm deploy command used to deploy a Docusaurus site to Cloudflare Workers.Exact payloads, commands, or snippets shown in The npm deploy command used to deploy a Docusaurus site to Cloudflare Workers.
examples/workers-framework-guides-web-apps-docusaurus-cloudflare-workers-docusaur-11.textThe yarn run deploy command used to deploy a Docusaurus site to Cloudflare Workers.Exact payloads, commands, or snippets shown in The yarn run deploy command used to deploy a Docusaurus site to Cloudflare Workers.
examples/workers-framework-guides-web-apps-docusaurus-cloudflare-workers-docusaur-12.textThe pnpm deployment command used to deploy a Docusaurus site via Cloudflare Workers.Exact payloads, commands, or snippets shown in The pnpm deployment command used to deploy a Docusaurus site via Cloudflare Workers.
examples/workers-framework-guides-web-apps-docusaurus-cloudflare-workers-docusaur-13.textA wrangler.toml configuration file for deploying a Docusaurus site using Cloudflare Workers.Exact payloads, commands, or snippets shown in A wrangler.toml configuration file for deploying a Docusaurus site using Cloudflare Workers.
examples/workers-framework-guides-web-apps-docusaurus-cloudflare-workers-docusaur-14.textA wrangler.toml configuration file for a Docusaurus project deployed on Cloudflare Workers, specifying the app name, compatibility date, and build assets directory.Exact payloads, commands, or snippets shown in A wrangler.toml configuration file for a Docusaurus project deployed on Cloudflare Workers, specifying the app name,...
examples/workers-framework-guides-web-apps-docusaurus-cloudflare-workers-docusaur-15.textThe npx docusaurus build command used to build a Docusaurus site for Cloudflare Workers.Exact payloads, commands, or snippets shown in The npx docusaurus build command used to build a Docusaurus site for Cloudflare Workers.
examples/workers-framework-guides-web-apps-docusaurus-cloudflare-workers-docusaur-16.textThe yarn docusaurus build command used to build a Docusaurus site on Cloudflare Workers.Exact payloads, commands, or snippets shown in The yarn docusaurus build command used to build a Docusaurus site on Cloudflare Workers.
examples/workers-framework-guides-web-apps-docusaurus-cloudflare-workers-docusaur-17.textThe pnpm build command used to compile a Docusaurus site for deployment on Cloudflare Workers.Exact payloads, commands, or snippets shown in The pnpm build command used to compile a Docusaurus site for deployment on Cloudflare Workers.
examples/workers-framework-guides-web-apps-docusaurus-cloudflare-workers-docusaur-18.textThe npx wrangler command used to deploy a Docusaurus site to Cloudflare Workers.Exact payloads, commands, or snippets shown in The npx wrangler command used to deploy a Docusaurus site to Cloudflare Workers.
examples/workers-framework-guides-web-apps-docusaurus-cloudflare-workers-docusaur-19.textThe wrangler deployment command used to deploy a Docusaurus site to Cloudflare Workers.Exact payloads, commands, or snippets shown in The wrangler deployment command used to deploy a Docusaurus site to Cloudflare Workers.
examples/workers-framework-guides-web-apps-docusaurus-cloudflare-workers-docusaur-20.textThe pnpm wrangler deployment command used to deploy a Workers Docusaurus site.Exact payloads, commands, or snippets shown in The pnpm wrangler deployment command used to deploy a Workers Docusaurus site.

What This Skill Covers

  • Start from CLI: Scaffold a Docusaurus project on Workers, and pick your template.
  • Main sections: Tags, What is Docusaurus?, Deploy a new Docusaurus project on Workers, Deploy an existing Docusaurus project on Workers, If you have a static site.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://developers.cloudflare.com/workers/framework-guides/web-apps/more-web-frameworks/docusaurus