|
If I want to send someone a link to the documentation of a MariaDB server variable, it is really easy to do so because the server documentation has anchor links for each variable. e.g. the documentation for datadir can be found here:
https://mariadb.com/kb/en/library/server-system-variables/#datadir
The MaxScale documentation does not have anchor links for each configuration option. If I want to send someone a link to the documentation for the version_string option, then the best I can do is to send them a link to all options available for Services. e.g.:
https://mariadb.com/kb/en/mariadb-enterprise/mariadb-maxscale-22-mariadb-maxscale-configuration-usage-scenarios/#service
Would it be possible to add anchor links for configuration options to the documentation?
|