Replies: 1 comment 1 reply
-
I think you might be looking for the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to build URLS with something like
[my link](my_site_variable/about/)
instead of[my link](https://my_website.com)
How can I do this within the documentation.
I tried putting in a
site_name
variable at the top of the YAML file that is gloabl.and I tried putting it in the
extra
sectionand I tried linking to them in my documentation like
and
however, both did not recognize it as a variable and tried taking me to my local site.
Is there a way that I can get this to work for me?
Beta Was this translation helpful? Give feedback.
All reactions