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