-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the adoc.tmpl and regex go template for adoc #4103
Conversation
Author: kobergj <jkoberg@owncloud.com> Date: Mon May 16 11:07:00 2022 +0200 [full-ci] Bump Reva version (#3779) * use custom reva to check changes Signed-off-by: jkoberg <jkoberg@owncloud.com> * don't query quota and children when space is disabled Signed-off-by: jkoberg <jkoberg@owncloud.com> * final touches Signed-off-by: jkoberg <jkoberg@owncloud.com> * update expected failures Signed-off-by: jkoberg <jkoberg@owncloud.com> * fix changelog typo Signed-off-by: jkoberg <jkoberg@owncloud.com>
Fixes: #4097 (Some env content provided does not make it into the documentation) Adding the `pass` macro for those two cells is neccessary because the content are go slices (arrays) which would be interpreted differently in Antora.
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
@mmattel So basically this also fixes the escaped http issue we had before? |
also: wrong branch (probably, this belongs into master) |
Caution, we need to escape http in the description. With pass it can be omitted for the default value. |
I thought this belongs to the docs branch, but I may be wrong... |
Fixes: #4097 (Some env content provided does not make it into the documentation)
Adding the
pass
macro for those two cells is neccessary because the content are go slices (arrays) which would be interpreted differently in Antora.IMPORTANT
We also need to remove the regex (@dragonchaser pls help with the file, I guess it is
docs/helpers/adoc-generator.go.tmpl
) in the default text the escaping of the http directive in the default value cell (description is fine). Currently we dohttp
-->\http
. With this PR, the regex applied would print\http
in the default value cell...We can check this when done with the env
THUMBNAILS_DATA_ENDPOINT