How can I change the title of toc?
Answered
Chinese Alligator posted this in #help-forum
Chinese AlligatorOP
I need to change this title to other value, how can I do this?
I use fumadocs
I use fumadocs
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
Wrap your entire app in
I18nProvider
and pass translations
and locale
, you should be able to customise labels there.3 Replies
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
Wrap your entire app in
I18nProvider
and pass translations
and locale
, you should be able to customise labels there.Answer
Chinese AlligatorOP
thanks it is work