Migrate docs to Nuxt via sparse clone of flowfuse/flowfuse at build time#5177
Migrate docs to Nuxt via sparse clone of flowfuse/flowfuse at build time#5177ZJvandeWeg wants to merge 3 commits into
Conversation
👷 Deploy Preview for flowforge-website processing.
|
✅ Deploy Preview for flowforge-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Replaces the live-branch pipeline with a docs-source Nuxt module that sparse-clones docs/ from the public flowfuse/flowfuse repo on every build. Adds DocsLeftNav, useDocsNav, and docs/[...slug].vue reusing the handbook layout. Removes copy_docs.js, src/docs/, and all related 11ty wiring. Also adds ChecklistItem MDC component for upstream docs migration.
a63e36c to
1562c46
Compare
|
Really like being able to see docs locally without cloning the repo, and in deploy previews, where it's currently not possible at all. Seconding what @dimitrieh flagged, dug into the "errors" screenshot a bit further: the root cause is that A couple of other observations:
Once Algolia search, the right-hand ToC, and the other rendering issues Dimitrie called out are sorted, I'm happy to do a final CSS pass to make sure everything's visually consistent with the rest of the site. |




Replaces the live-branch pipeline with a docs-source Nuxt module that sparse-clones docs/ from the public flowfuse/flowfuse repo on every build. Adds DocsLeftNav, useDocsNav, and docs/[...slug].vue reusing the handbook layout. Removes copy_docs.js, src/docs/, and all related 11ty wiring. Also adds ChecklistItem MDC component for upstream docs migration.
Related Issue(s)
Checklist