Skip to content

Updating this documentation

The Tucson Mesh documentation site is just specially-formatted text files, processed by open source software and turned into a static website. This guide covers how to make changes to the documentation and the technologies that make that possible.

This documentation is written as Markdown files that are turned into a website using MKDocs with the Material for MKDocs theme.

If you just want to make some changes, check out Editing existing documentation pages.

It's probably helpful to read the Writing with Markdown section of the MKDocs User Guide.

You'll have the best experience editing this documentation if you have an understanding of the difference between absolute and relative paths and URLs. Creating links from the Mozilla Developer Network Structuring content with HTML tutorial has a good description of these concepts.