Exploring possibility of using analog for docs #779
Replies: 2 comments 1 reply
|
I think this is doable. @goetzrobin is using Analog for the https://spartan.ng docs. Needs more pieces to use out of the box as a documentation platform. |
I've been building NgMd to scratch this itch. It's an Angular docs starter on AnalogJS, Vite, Tailwind, and Shiki. You drop a markdown file under src/content/ and get a routed page with a sidebar, search, link guards, and a sitemap. It's at v0.1.7 right now, but it has a lot of potential to grow. The roadmap to 1.0 covers API reference generation, versioning, and i18n. Scaffold: Thanks to @santoshyadavdev for raising the question in the first place, and to @brandonroberts for building AnalogJS, which NgMd is built on. |
Uh oh!
There was an error while loading. Please reload this page.
Currently we are using docusaurus for documentation, but analog has the capability for rendering markdown, how about exploring the possibility of using analog for documentation, and maybe in future we can provide an doc template similar to what astro did with starlight.
All reactions