MkDocs
BookStack
MkDocs | BookStack | |
---|---|---|
126 | 318 | |
20,932 | 17,256 | |
0.6% | 1.0% | |
3.5 | 9.6 | |
29 days ago | 4 days ago | |
Python | PHP | |
BSD 2-clause "Simplified" License | MIT |
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.
MkDocs
-
Your MkDocs Site Can Look 10x Better with Material Theme
In simple terms, Material for MkDocs is a theme for MkDocs, which is a static site generator specifically designed for project documentation. Think of MkDocs as a tool that converts markdown files into a neat website and the Material theme makes that website look great, inspired by Google’s Material Design principles.
-
How to Install and Use MkDocs: A Beginner's Guide
# Welcome to MkDocs For full documentation visit [mkdocs.org](https://www.mkdocs.org). ## Commands * `mkdocs new [dir-name]` - Create a new project. * `mkdocs serve` - Start the live-reloading docs server. * `mkdocs build` - Build the documentation site. * `mkdocs -h` - Print help message and exit. ## Project layout mkdocs.yml # The configuration file. docs/ index.md # The documentation homepage. ... # Other markdown pages, images and other files.
-
The Carpet feature that nobody will use
The documentation is built with MkDocs and hosted on GitHub Pages. You can browse the complete documentation at carpet.jerolba.com.
-
Why I am Migrating From Zola Back to Hugo
MkDocs
-
How to Migrate Technical Documentation: Tools, Checklist, and Tips
MkDocs is a static site generator designed specifically for project documentation and written in Python. It’s easy to set up, uses markdown for content, and features a number of themes, including the popular Material for MkDocs. MkDocs integrates well with Python-based workflows and CI/CD tools. It’s a great choice for Python developers and teams looking for simplicity and readability.
-
KiSSES: Keep Static Site Examples Simple
Because of my frustrations, I've released two example GitHub repositories for two popular static site generators: MkDocs and Sphinx. The goal with these repositories is to be focussed on a minimal project using the static site generator, that builds into a Read The Docs theme compatible website, and provide supporting tooling regarding formatting of the underlying formatting language. It also provides the tooling needed to deploy to GitHub Pages both from the command line and via GitHub Actions (both are powered by the ghp-import project).
-
Automating an Open Source Project with GitHub Actions
The documentation of the CLI is provided via a GitHub page as part of the repository. We are using MkDocs to generate the content, but I think most of the tools in that area are well integrated with GitHub and GitHub Actions.
-
How to Create and Publish a Python Package on PyPI 🐍
The original mkdocs uses a Python package for its installer, so you can just pip install mkdocs, mkdocs new ., and then mkdocs build to convert markdown files into HTML.
-
Docusaurus – Build optimized websites quickly, focus on your content
If you don't like to run javascript outside of a browser, MkDocs is a great Python-based alternative: https://www.mkdocs.org/
-
Why I Prefer RST to Markdown
I like Markdown because it's simple and doesn't give me that many headaches.
You know what I don't like? HTML, for user submitted content in particular. The mess I've seen, after someone opted for using HTML for messages in a system, because that's what JS based editors were available for at the time. Endless need to work against XSS, with more and more incremental updates needed to the sanitization logic, some of which broke the presentation of the data in the DB.
Never again. Markdown, BBCode, anything but that.
As for docs? Currently just some Markdown, because that's what GitHub, GitLab, Gitea and others all know how to render.
Maybe something like https://www.mkdocs.org/ for the more standalone use cases.
BookStack
-
Ask HN: Best self-hosted wiki solution in 2025? Mediawiki or something else?
We use outline (https://github.com/outline/outline) at work and it works pretty well for us. It supports collaborative editing, which was the main reason we went with it.
Personally, I use bookstack (https://github.com/BookStackApp/BookStack) at home. Mostly because I really like the mental model of using Bookshelves, Books, Chapters and Pages to sort my notes in.
-
Self-hosting with Podman
Additionally at some point people behind this product decided to change the licensing model, and allow the use of community editions for up to 5 nodes. It wasn't my case, but that pushed me to use something more independent. So I started using dockge, then added another service for docker logs, version monitor, and keeps adding applications that are fun to use, for example homebox or bookstack. It was fun until I released the cost of energy and maintenance effort need to keep it running, at my home. Every internet issue, or power issue takes my setup down. Maybe it was not happening very often, but when I wasn’t home, and the hardware was down, there was no chance to fix it remotely. And I started relaying on that service. That is why I simply decided to migrate to hetzner, and podman at the same time, and use remote NFS. However, let's start from the beginning.
-
I Created API Docs for 5 Open-source Projects Within 10 Minutes
BookStack: A platform for storing and organising information and documentation.
- BookStack: Simple and Free Wiki Software
-
Information flow - how I capture the notes
Joplin open-source tool, with paid Sync service. However, it supports WebDav sync. As a user of Fastmail have a lot lot of storage for it. Those parts work great, links, complexity level, and clear Markdown. Themes, mobile app, tags, everything I needed was there. Unfortunately, again, for short notes, my go-to app becomes memos, for long-form BookStack, seems to be the best solution. Why? Firstly my love for self-hosted solutions boomed, also Joplin even if looks perfect for my use case was some reason hard to describe and did not encourage me to write. Soo.. I back to Obsidian.
-
Show HN: I am building an open-source Confluence and Notion alternative
We use Bookstack[0] for this and I can recommend it. Free and open source.
[0] https://www.bookstackapp.com/
-
15 open-source tools to elevate your software design workflow
Link | Demo | Github | License
-
What wiki platforms are you using and how is it structured?
While I haven't used it, Bookstack is spoken of favourably.
- Solution de documentation local ?
-
Revision numbers?
On another topic, anyone knows anything similar to what's mentioned in this issue? https://github.com/BookStackApp/BookStack/issues/473
What are some alternatives?
sphinx - The Sphinx documentation generator
Outline - The fastest knowledge base for growing teams. Beautiful, realtime collaborative, feature packed, and markdown compatible.
pdoc - API Documentation for Python Projects
Wiki.js - Wiki.js | A modern and powerful wiki app built on Node.js
DocFX - Static site generator for .NET API documentation.
Dokuwiki - The DokuWiki Open Source Wiki Engine