Docusaurus
nextra
Docusaurus | nextra | |
---|---|---|
296 | 45 | |
57,024 | 11,961 | |
1.0% | - | |
9.6 | 9.6 | |
4 days ago | 4 days ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Docusaurus
-
MdBook – a command line tool to create books with Markdown
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/
-
Why You Should TRUST Frameworks (And What It Takes to Build One From Scratch)
For efficient workflows, Commander.js offers a custom CLI, while Docusaurus powers documentation, ensuring that everything is easy to find and well-maintained.
-
Hacktoberfest week 2
I am aware of Docusaurus, since I have seen other documentation and some of our course material site built on it. Under the hood it uses React so I was familiar with it. But this documentation website was written in Python. Although I'm not a fan of Python, it intrigued me, since not only it is written in python, more specifically using Sphinx which utilizes reStructuredText as its markup language. There was Makefile in it as well. A lot of new things but it looked very interesting.
-
Docusaurus authentication with Entra ID and MSAL
Docusaurus (https://docusaurus.io) is a well-regarded open-source tool for building documentation websites. It is a static-site generator that builds a single-page application leveraging the full power of React. However, it does not provide any kind of authentication out of the box. Adding authentication is crucial for securing access to your documentation.
-
One-liner CLI to scaffold+deploy landing page?
- [Optional] List of language codes
I want to avoid JavaScript lock-in at all costs.
https://docusaurus.io/ (far from being a one-liner, still uses JavaScript)
- Show HN: We built a FOSS documentation CMS with a pretty GUI
- Ask HN: Best static site generator for non-designer?
- Docusaurus – Build optimized websites quickly, focus on your content
-
Mermaid: Diagramming and Charting Tool
My standard setup for writing documentation at the moment is using https://docusaurus.io with mermaid in markdown blocks. I can whip up flowcharts in seconds with http://mermaidchart.com and sometimes https://mermaid.live
-
Top 11 Open-Source API Documentation Tools
Developed by Facebook, Docusaurus is designed for creating modern documentation websites, supporting multiple languages and offering customizable templates.
nextra
-
Generate a documentation site using Nextra
In this article, you will learn how Nextra can be used to generate a static documentation site and we also provide an example.
-
Upgrading from Nextra v2 to Nextra v3: A "Quick" Guide
Nextra, a powerful framework built on top of Next.js, has been empowering developers to create content-focused websites effortlessly.
-
Ask HN: Best AI-first documentation engine for OSS devtools?
Been using https://github.com/shuding/nextra in the past, really loved MDX + nextjs, anything better now?
-
Building jargons.dev [#0]: The Initial Commit
At this point for jargons.dev, I have muted that it will be an Open Source dictionary that can accept word contribution, it will not require a server, it will rely on GitHub as backend, using a bunch of md files similar to The Odin Project and doc sites implemented like Nextra (this was infact my knight in shiny armor, I was looking to build jargons.dev with Nextra) but I also want to make contributing to the dictionary fun, and lovable with a streamlined contribution experience.
-
Show HN: I am building an open-source Confluence and Notion alternative
Not quite the same use case, but I've been really enjoying using https://nextra.site/ to create a static documentation site for one of my projects.
It's managed to strike a good balance of getting out the way and letting me mostly just write plain markdown, whilst being able to fall back to react components if needed.
With CD to GitHub pages on merge to main I think it's a pretty good experience
-
Roast My Docs
co-author here
we put in a lot of effort into our docs and we'd greatly appreciate any criticism or feedback! Langfuse is powerful but the docs should help beginners to quickly get started and then incrementally use more features.
docs are OSS, repo: https://github.com/langfuse/langfuse-docs
built using: https://github.com/shuding/nextra
-
Million 3.0: All You Need To Know
However, this may just be due to the lack of proper documentation from the Nextra side of things (shoutout to Nextra though, regardless).
-
React Ecosystem in 2024
Nextra - Nextra is another option for creating documentation sites. While it might not be as well-known as Docusaurus, Nextra offers a modern and minimalist approach to building documentation. It is designed to be lightweight and user-friendly, making it a good choice for those who prefer a simple and clean documentation style. You can explore more about Nextra on their official website.
-
Create Docs like vercel's
I have looked at https://nextra.site/ but that doesn't work with the app router yet. So I'm wondering if there's another alternative.
- MdBook – Create book from Markdown files. Like Gitbook but implemented in Rust
What are some alternatives?
storybook - Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation
typedoc - Documentation generator for TypeScript projects.
oauth2-proxy - A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.
Next.js - The React Framework
JSDoc - An API documentation generator for JavaScript.
VuePress - 📝 Minimalistic Vue-powered static site generator
docsify - 🃏 A magical documentation site generator.
MkDocs - Project documentation with Markdown.
TiddlyWiki - A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
mkdocs-material - Documentation that simply works
next-mdx-prism-example - A Next.js project with MDX and Prism code highlighting