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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user