Searching for button text

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

1 Like

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. :grimacing:

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.

1 Like

Got it. Thank you very much.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.