forked from phoenix/litellm-mirror
added feedback button from feedbackrocket.io
This commit is contained in:
parent
102c81f863
commit
392ff4873c
1 changed files with 17 additions and 0 deletions
|
@ -76,6 +76,15 @@ const config = {
|
|||
],
|
||||
],
|
||||
|
||||
scripts: [
|
||||
{
|
||||
async: true,
|
||||
src: 'https://www.feedbackrocket.io/sdk/v1.2.js',
|
||||
'data-fr-id': '<your-21-character-id>',
|
||||
'data-fr-theme': 'dynamic',
|
||||
}
|
||||
],
|
||||
|
||||
themeConfig:
|
||||
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
|
||||
({
|
||||
|
@ -100,6 +109,14 @@ const config = {
|
|||
label: 'Discord',
|
||||
position: 'right',
|
||||
},
|
||||
{
|
||||
type: 'html',
|
||||
position: 'right',
|
||||
value:
|
||||
`<a href=# class=navbar__link data-fr-widget>
|
||||
Feedback
|
||||
</a>`
|
||||
},
|
||||
],
|
||||
},
|
||||
footer: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue