Is your feature request related to a problem? Please describe.
MicroBin’s built-in guide is useful but add local documentation would be more helpful
Describe the solution you'd like
Allow operators to provide a custom guide page, or append custom Markdown/HTML content to the built-in /guide page.
This should support local instance-specific content such as:
- CLI examples
- Localized documentation
Describe alternatives you've considered
MICROBIN_FOOTER_TEXT can add a short HTML footer, but it is unsuitable for longer documentation, multiple command examples, or i18n content. Maintaining a separate external documentation page is less discoverable.
Is your feature request related to a problem? Please describe.
MicroBin’s built-in guide is useful but add local documentation would be more helpful
Describe the solution you'd like
Allow operators to provide a custom guide page, or append custom Markdown/HTML content to the built-in
/guidepage.This should support local instance-specific content such as:
Describe alternatives you've considered
MICROBIN_FOOTER_TEXTcan add a short HTML footer, but it is unsuitable for longer documentation, multiple command examples, or i18n content. Maintaining a separate external documentation page is less discoverable.