Next.js Discord

Discord Forum

How can I change the title of toc?

Answered
Chinese Alligator posted this in #help-forum
Open in Discord
Avatar
Chinese AlligatorOP
I need to change this title to other value, how can I do this?
I use fumadocs
Image
Answered by fuma 💙 joulev
You can use I18n API here, it's for adding translation to another language but you can use it as a way to customise labels.
Wrap your entire app in I18nProvider and pass translations and locale, you should be able to customise labels there.
View full answer

3 Replies

Avatar
You can use I18n API here, it's for adding translation to another language but you can use it as a way to customise labels.
Wrap your entire app in I18nProvider and pass translations and locale, you should be able to customise labels there.
Answer
Avatar
Chinese AlligatorOP
thanks it is work
Image