Hello,
I am trying to change the text on this button. Front page, doks theme. I’ve searched “Example Guide” in my text editor but am getting no matches. Anyone have some insight into this. Thank you!
Hello,
I am trying to change the text on this button. Front page, doks theme. I’ve searched “Example Guide” in my text editor but am getting no matches. Anyone have some insight into this. Thank you!
Copy node_modules/@thulite/doks-core/i18n/en.toml
to i18n/en.toml
and change the [get_started]
key on line 18.
Note, this will become easier —more surfaced— in the upcoming Doks release
Thanks for your reply. Pardon my ignorance, but now I’m having trouble finding i18n/en.toml. I seem to remember that file from before (haven’t played with my site in awhile), but am now having trouble.
Create one.
So create a directory called i18n
in my root directory and inside that a file called en.toml
…
And then simply copy the text node_modules/@thulite/doks-core/i18n/en.toml
into that file?
No, you only need an entry to override the key in question.
Got it. Thank you very much.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.