Based on our record, VitePress should be more popular than LDoc. It has been mentiond 7 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I first tried VitePress, thinking it would be easy for me. I followed the Getting Started Guide. But even during setup, I realized: I'd need time to explore themes, actions, and features. I’d need at least an afternoon with full focus. The baby was already stirring in the carrier—so no time for that. - Source: dev.to / about 1 month ago
Obligatory meme: https://rakhim.org/honestly-undefined/19/ I'm personally in the top left corner and bottom right corner at the same time, which is sort of funny. I have used WordPress since 2004-2005, and I've also written a Python static site generator before using Flask + Frozen-Flask[1]. I've also made stops through tools like Sphinx, Hugo, Gatsby, and VitePress[2]. But my personal site continues to run... - Source: Hacker News / 4 months ago
Import { defineConfig } from 'vitepress' // https://vitepress.dev/reference/site-config Export default defineConfig({ ... vue: { template: { compilerOptions: { isCustomElement: (tag: string) => { return tag.indexOf('rapi-doc') >= 0; } } } }, }). - Source: dev.to / 6 months ago
VitePress and Docusaurus seem decent. I think VitePress might be more suited to blogging, but I admit I haven’t actually used or tested either. https://docusaurus.io/ https://vitepress.dev/. - Source: Hacker News / 6 months ago
I don't get it (really, not pretending). I know many SPAs are crap, but if SPAs were inherently crap, then all SPAs would be at least kind of crap. So, I see those website below as examples and ask myself: What's wrong with those: https://vitepress.dev/ https://www.solidjs.com/ Both are SPAs. Fast, small, working very well. Ok, they need JS to work. But honestly, how many people are not using JS because they can't... - Source: Hacker News / 7 months ago
I am trying to document my code and I am using LDoc for that and for OOP I am using the library middleclass. All of my classes are in a main framework folder and inside that I have each namespace as a folder and then classes that are specific to that namespace in those folders. Source: almost 2 years ago
GitBook - Modern Publishing, Simply taking your books from ideas to finished, polished books.
Doxygen - Generate documentation from source code
Docusaurus - Easy to maintain open source documentation websites
Slate API Docs Generator - Create beautiful, intelligent, responsive API documentation.
MkDocs - Project documentation with Markdown.
LuaDoc - Documentation Generator Tool for the Lua language