Documentation ¶
Overview ¶
This is a tool to embed configuration files into the README.md of all plugins It searches for TOML sections in the plugins' README.md and detects includes specified in the form
```toml [@includeA.conf[ @includeB[ @...]] Whatever is in here gets replaced. ```
Then it will replace everything in this section by the concatenation of the file `includeA.conf`, `includeB` etc. content. The tool is not stateful, so it can be run multiple time with a stable result as long as the included files do not change.
Click to show internal directories.
Click to hide internal directories.