docs: add ability to inject supplementary documentation into the readme

Some commands - such as link or upgrade - have extra documenation on a per-plugin basis. Rather than make some sort of weird templating logic in the help output generation, that documentation is added directly to the repository and then injected at generation time.
This commit is contained in:
Jose Diaz-Gonzalez
2021-09-13 01:21:19 -04:00
parent d72138aad3
commit 0d84637c85
2 changed files with 8 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ postgres:upgrade <service> [--upgrade-flags...] # upgrade service <service> t
## Usage
Help for any commands can be displayed by specifying the command as an argument to postgres:help. Please consult the `postgres:help` command for any undocumented commands.
Help for any commands can be displayed by specifying the command as an argument to postgres:help. Plugin help output in conjunction with any files in the `docs/` folder is used to generate the plugin documentation. Please consult the `postgres:help` command for any undocumented commands.
### Basic Usage