Skip to content

Commit 6a21952

Browse files
committed
feat: update announcementBar
1 parent 637d0c1 commit 6a21952

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,9 @@ var _hmt = _hmt || [];
218218
id: "announcement", // ID of the announcement bar
219219
content: `
220220
<script>
221-
document.write(Math.random() < 0.5 ?
222-
'<a target="_blank" rel="noreferrer" href="https://casbin.org/">💖 Looking for an open-source and cross-platform authorization solution that supports ACL, RBAC, ABAC? Learn more about: Casbin</a>' :
223-
'<a target="_blank" rel="noreferrer" href="https://app.casdoor.org/">🔐 Looking for an open-source and cross-platform multi-factor authentication solution? Learn more about: Casdoor-Authenticator</a>'
221+
document.write(Math.random() < 0.8 ?
222+
'<a target="_blank" rel="noreferrer" href="https://github.com/casibase/casibase/">💖 Looking for an open-source LangChain-like AI knowledge database & chat bot with admin UI and multi-model support (ChatGPT, Claude, Llama 3, DeepSeek R1, HuggingFace, etc.) ? Learn more about: Casibase</a>' :
223+
'<a target="_blank" rel="noreferrer" href="https://github.com/casdoor/casdoor-authenticator/">🔐 Looking for an open-source and cross-platform multi-factor authentication solution? Learn more about: Casdoor-Authenticator</a>'
224224
);
225225
</script>
226226
`,

0 commit comments

Comments
 (0)