22:28

Zensical — Modern Static Site Generator by Material for MkDocs Team

Next-gen static site generator by the creators of Material for MkDocs. 5x faster rebuilds, blazing-fast search (Disco), modern design, MIT-licensed. Reads mkdocs.yml natively for easy migration.
00:40

DocMD

Generate beautiful, lightweight static documentation sites from Markdown files.
20:02

Outline Wiki — Docker Compose Install Guide

Complete Docker Compose setup for Outline, a self-hosted Notion-alternative wiki (BSL 1.1 license, ~39.8k GitHub stars). Covers Postgres 18/Redis 7, Slack or OIDC auth, SMTP, local file storage, and Cloudflare Tunnels. Updated for v1.9.0.
22:18

Wiki Go

A modern, feature-rich, databaseless flat-file wiki platform built with Go.
This wiki app looks promising. Pretty much looks like WikiDocs but better.
20:58

MkDocs Charts Plugin

Mkdocs plugin to include charts in your site.
Another one of those great MkDocs plugin we need to check out and install.
14:14

Relative Markdown Links in Hugo

The minimal example for relative markdown links:

[My Article](../my-article/index.md)  

Template: /layouts/_default/_markup/render-link.html:

<a href="{{ (.Page.GetPage .Destination).RelPermalink | safeURL }}">  
  {{ .Text | safeHTML }}  
</a>  
This solves the problem of relative markdown links to other pages in Hugo.
00:35

Open-source collaborative wiki and documentation software | Docmost

Docmost is an open-source collaborative wiki and documentation software
13:15

Setting Up MkDocs with Docker Compose - Techdox Docs

MkDocs is a static site generator that’s geared towards project documentation. With the Material theme, it provides a sleek, responsive, and user-friendly interface for your documentation projects.
21:19

GitHub - BookStackApp/api-scripts: Examples of BookStack API scripts

Examples of BookStack API scripts. Contribute to BookStackApp/api-scripts development by creating an account on GitHub.
21:19

GitHub - Zavy86/WikiDocs: 📗 Just a databaseless markdown flat-file wiki engine

📗 Just a databaseless markdown flat-file wiki engine - Zavy86/WikiDocs