Upgrade to Docusaurus 3 and rewrite docs for readability#67
Merged
Conversation
Upgrade Docusaurus from 2.0.0-beta.20 to 3.10.1 with React 18 and MDX 3, and pin Node.js to 20 via engines and .nvmrc. Fix MDX 3 incompatibilities (Pandoc attribute syntax, JSX-like angle-bracket placeholders) so the build passes cleanly. Rebuild the site structure to match opcon-docs and windows-agent-docs: card-grid index page, breadcrumbs enabled, sidebar auto-collapse, release notes restructured with major-version groupings, release notes promoted to the second sidebar slot, and section overview pages wired to each category. Apply the technical-writer skill (imported under .claude/skills/) across every doc page: front matter, sentence-case headings, customer-facing terminology, procedural lead-ins, and "What is it?", "FAQs", "Glossary", and "Related topics" sections where appropriate. Each page now opens with a use-case bullet list and ends with related links. Convert the SQL job actions reference to use Docusaurus tabs so users can switch between configuration variants instead of scrolling through every example image. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
MoKranda
approved these changes
May 7, 2026
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
enginesand.nvmrc. CI workflows already bumped to Node 20.[Text]{.Class}syntax and<Var\>JSX-like placeholders) so the build passes cleanly..claude/skills/) across every doc page: front matter, sentence-case headings, customer-facing terminology, procedural lead-ins, and What is it? / FAQs / Glossary / Related topics sections where appropriate.Test plan
yarn install(Docusaurus 3.10.1, react 18, MDX 3) completes without errorsyarn buildsucceeds — generates 147 documents, no broken anchors, no broken linksyarn startruns the dev server cleanly on Node 20+Enterprise Managerreferences on installation/admin pages are still correct (flagged for SME — not silently replaced withSolution Manager)Notes
overview.mdplus a section overview page for each of installation, administration, advanced features, reference.manage-lsam.mdwas retained so URLs do not break.🤖 Generated with Claude Code