Skip to content

Update static site generator to Astro and deploy to cloudflare pages#40

Open
andrewfulton9 wants to merge 12 commits into
mainfrom
update_ssg_and_deployment
Open

Update static site generator to Astro and deploy to cloudflare pages#40
andrewfulton9 wants to merge 12 commits into
mainfrom
update_ssg_and_deployment

Conversation

@andrewfulton9

Copy link
Copy Markdown
Contributor

Reference Issues or PRs

closes #37

What does this implement/fix?

Put a x in the boxes that apply

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds a feature)
  • Breaking change (fix or feature that would cause existing features not to work as expected)
  • Documentation Update
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build related changes
  • Other (please describe):

Testing

  • Did you test the pull request locally?
  • Did you add new tests?

Documentation

Access-centered content checklist

Text styling

  • The content is written with plain language (where relevant).
  • If there are headers, they use the proper header tags (with only one level-one header: H1 or # in markdown).
  • All links describe where they link to (for example, check the Nebari website).
  • This content adheres to the Nebari style guides.

Non-text content

  • All content is represented as text (for example, images need alt text, and videos need captions or descriptive transcripts).
  • If there are emojis, there are not more than three in a row.
  • Don't use flashing GIFs or videos.
  • If the content were to be read as plain text, it still makes sense, and no information is missing.

Any other comments?

Removes Docusaurus 3.5.2 configuration and build artifacts, replaces with
Astro 7.0.2 scaffolding including Starlight, React, and Tailwind. Sets up
package.json, tsconfig.json, and .gitignore for Astro development with
Node >=22. Logo and favicon preserved for later integration.
Adds astro.config.mjs with Starlight integration, content.config.ts,
the intro index.md page, logo/favicon assets, and installs playwright
for mermaid/rehype-mermaid rendering support. Build verified: exits 0,
dist/ created with index.html.
Replace stale Docusaurus instructions with correct Astro + Starlight
commands, Node >= 22 requirement, and CI workflow reference.
@andrewfulton9 andrewfulton9 changed the title Update ssg and deployment Update static site generator to Astro and deploy to cloudflare pages Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOC] - Convert docs engine to Astro

2 participants