Commit Graph

14 Commits

Author SHA1 Message Date
Mike Hillyer 164f109326 Traffic Shaping Refactor First Pass 2026-06-09 13:23:56 -04:00
Ryan Bonnell eddc42b45c Add missing space in Markdown link to 'UserGuide' 2025-02-28 08:41:39 -08:00
Wez Furlong 84cb629c91 docs: fix doc build after tsa page was removed 2024-09-09 06:46:59 -07:00
Wez Furlong d416b31af9 docs: add toml_data macro
This macro allows embedding TOML data into the docs,
and showing it in a tab that has both the TOML and JSON
representation of that data.

It works by executing the toml2jsonc helper that was added
in an earlier commit.

There's some machinery here to compile that utility to run
in the context of the mkdocs docker image; that works
locally, let's see how well it works in CI!

Usage is simple; before:

```toml
["something"]
foo = "bar"
```

after:

{% call toml_data() %}
["something"]
foo = "bar"
{% endcall %}

The first page to get switched over to this is https://docs.kumomta.com/tutorial/configuring_kumomta/

refs: https://github.com/KumoCorp/kumomta/issues/212
2024-07-03 14:59:52 -07:00
Mike Hillyer 88cdfce76f Fix broken link in the config section of the Tutorial. 2024-06-11 17:26:17 -04:00
Mike Hillyer 8624da376a Fixing what I thought was a problem, but the build isn't happening which was probably the issue in the first place. 2024-02-09 10:26:03 -05:00
Mike Hillyer cfd5687300 More attempts to fix ordering and indentation. 2024-02-09 10:06:43 -05:00
Mike Hillyer ab1c84c7e1 Trying to correct the restart of the step numbering. 2024-02-09 09:46:43 -05:00
Mike Hillyer 07d13203c9 Add traffic shaping Youtube video embeds to the relevant pages. 2024-01-09 18:00:04 -05:00
Mike Hillyer 45c0a190d2 Fix formatting of one of the notes on the config tutorial page. 2023-12-21 15:06:30 -05:00
Mike Hillyer 998f6d5707 Add video link to example config video to tutorial page. 2023-12-21 14:52:29 -05:00
Mike Hillyer 9ab48b8d13 Make the TSA config step in the config section of the tutorial more clear. 2023-12-19 18:02:28 -05:00
Mike Hillyer 42d8a8cd03 Bring the configuration page of the tutorial in line with the latest example config. 2023-12-14 16:52:52 -05:00
Mike Hillyer eead8d568f Split out the install/config/start sections of the tutorial. 2023-11-16 17:12:02 -05:00