feat(docs): scaffold docusaurus next site (phase 1)#110
Closed
pratyush618 wants to merge 2 commits intomasterfrom
Closed
feat(docs): scaffold docusaurus next site (phase 1)#110pratyush618 wants to merge 2 commits intomasterfrom
pratyush618 wants to merge 2 commits intomasterfrom
Conversation
Brings up `docs-next/` (Docusaurus 3.10.1 + TypeScript) alongside the existing Zensical site. Six top-level sections, five sidebars, IA skeleton stubs only — content port and cutover are later phases.
Catches build breaks in the new docusaurus site before merge. No deploy step yet — cutover lives in phase 7.
Collaborator
Author
|
Switching to Fumadocs after revisiting the GH Pages constraint — Next.js static export works fine and the LLM-readability + MDX-with-shadcn wins are worth the swap. Replacement PR coming. |
This was referenced May 2, 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.
First phase of the docs migration off Zensical. Sets up
docs-next/(Docusaurus 3.10.1 + TypeScript) alongside the existing Zensical site. The Zensical site atdocs.byteveda.org/taskitokeeps shipping unchanged; nothing is removed or repointed in this PR.What's in here
docs-next/— Docusaurus 3.10.1 scaffold customised for Taskito:url: https://docs.byteveda.org,baseUrl: /taskito/(so cutover preserves existing URLs)colorMode.defaultMode: dark(matches the brand)blog: false) — we're docs-onlygettingStartedSidebar/guidesSidebar/architectureSidebar/apiReferenceSidebar/moreSidebar— all autogenerated from folder layoutMoredropdown (Examples / Comparison / FAQ / Changelog) + GitHub iconmarkdown.hooks.onBrokenMarkdownLinks: 'throw'(Docusaurus v4-ready shape; the deprecated top-level field is gone)additionalLanguages: rust, toml, bash, yaml, json, pythonIA skeleton (33 files, all stubs that say "Phase 1 stub — content port pending"):
getting-started/× 3 (installation, quickstart, concepts)guides/× 9 sub-categories (core, reliability, advanced-execution, operations, observability, resources, workflows, integrations, extensibility) — folds in three formerly-top-level Zensical sections (Resources, Workflows, Integrations) per the approved IAarchitecture/overview.mdxapi-reference/overview.mdxmore/× 4 (examples, comparison, faq, changelog) — collapses Zensical's awkward "Changelog" + "Changelog Archive" splitLanding page — minimal Taskito version of
src/pages/index.tsxandHomepageFeatures(3 cards: Brokerless / Rust-powered / Python-native). Phase 5 does the real visual polish..github/workflows/docs-next.yml— build + typecheck on PR (path-filtered todocs-next/**). No deploy step yet — cutover lives in phase 7.What's NOT in here (next phases)
docs/into the stubs<APIMethod>— phase 3)/llms.txt,/raw/[...slug]— phase 6)Test plan
pnpm install --frozen-lockfile— cleanpnpm typecheck(i.e.tsc) — cleanpnpm build—[SUCCESS] Generated static files in "build", zero warningsgit status --untracked-files=allafter install —node_modules/build/.docusaurusall stay out of the index (Docusaurus's own.gitignorehandles them)Build Docs (Next)job passes on this PRpnpm --dir docs-next startlocally and confirm all 6 nav buckets resolve, the dropdown opens, dark mode is default