Skip to content

revert(docs): remove Docusaurus scaffold that piggy-backed on PR #36#38

Merged
EtienneLescot merged 3 commits into
mainfrom
revert/docs-scaffold
Jun 26, 2026
Merged

revert(docs): remove Docusaurus scaffold that piggy-backed on PR #36#38
EtienneLescot merged 3 commits into
mainfrom
revert/docs-scaffold

Conversation

@EtienneLescot

@EtienneLescot EtienneLescot commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

PR #36 (\ ix(wgc): capture per-step stop timing...) was meant to be only the wgc-stop diagnostic work, but it also carried the Docusaurus scaffold (\8176f47) plus its biome-format (\�6d8af3) and SHA-pin (\8f1134e) follow-ups — content that belongs in PR #31's lineage, not the wgc PR.

This reverts those three commits so the docs work can re-land via its own dedicated PR.

Reverts:

  • \8f1134e\ ci(docs): pin actions to commit SHAs in docs.yml
  • \�6d8af3\ style(website): biome auto-format for cce4524 website scaffold
  • \8176f47\ feat(docs): scaffold Docusaurus 3 site + GitHub Pages CI

Touch only \website/\ and .github/workflows/docs.yml\ — the wgc/diagnostic commits on main are untouched.

After this merges, a fresh \ eat(docs): Docusaurus site scaffold + Pages CI\ PR re-introduces the same content (with the biome + SHA-pin improvements) so the history attributes it to the right PR.

Summary by CodeRabbit

  • Chores

    • Removed the documentation website setup and its associated build/deploy automation.
    • Cleaned up website-specific configuration and generated files.
  • Documentation

    • Removed the docs site content, including the intro page, README guidance, and homepage information.
  • Style

    • Removed website-specific styling for the homepage and shared theme customizations.

@coderabbitai

coderabbitai Bot commented Jun 26, 2026

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 5b918a5d-748d-4374-a504-2ca9ada557a5

📥 Commits

Reviewing files that changed from the base of the PR and between 8f1134e and 1b479c7.

⛔ Files ignored due to path filters (2)
  • website/package-lock.json is excluded by !**/package-lock.json
  • website/static/img/logo.svg is excluded by !**/*.svg
📒 Files selected for processing (12)
  • .github/workflows/docs.yml
  • website/.gitignore
  • website/README.md
  • website/docs/intro.md
  • website/docusaurus.config.ts
  • website/package.json
  • website/postcss.config.cjs
  • website/sidebars.ts
  • website/src/css/custom.css
  • website/src/pages/index.module.css
  • website/src/pages/index.tsx
  • website/tsconfig.json

📝 Walkthrough

Walkthrough

The PR removes the GitHub Actions docs workflow and deletes the website Docusaurus app files, including site configuration, docs content, styles, package metadata, and supporting tool configuration.

Changes

Cohort / File(s) Summary
Workflow removal
.github/workflows/docs.yml
Deletes the website build and GitHub Pages deployment workflow.
Website app removal
website/README.md, website/docs/intro.md, website/docusaurus.config.ts, website/package.json, website/postcss.config.cjs, website/sidebars.ts, website/tsconfig.json, website/.gitignore, website/src/css/custom.css, website/src/pages/index.module.css, website/src/pages/index.tsx
Removes the Docusaurus site docs, configuration, homepage, styling, and package/tooling files.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Possibly related PRs

Poem

A little rabbit hopped away,
from docs and pages built to stay.
The burrow grew quiet, soft, and light,
with workflow stars tucked out of sight. 🐇

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch revert/docs-scaffold

Comment @coderabbitai help to get the list of available commands.

@EtienneLescot EtienneLescot merged commit af06dd2 into main Jun 26, 2026
10 of 11 checks passed
@EtienneLescot EtienneLescot deleted the revert/docs-scaffold branch June 26, 2026 09:16
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.

1 participant