Skip to content

Commit

Permalink
update docusaurus version, add AI chatbot
Browse files Browse the repository at this point in the history
update docusaurus  version to 3.2.1
added AI chatbot to config
  • Loading branch information
VikWiz committed Apr 23, 2024
1 parent 87b30ee commit 6a27ecd
Show file tree
Hide file tree
Showing 4 changed files with 728 additions and 963 deletions.
14 changes: 12 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

// const rlc = require("remark-link-card");

// const config = {
module.exports = {
const config = {
//export default {
title: "WIZnet Document System",
tagline: "Welcome to new WIZnet Document System!",
//url: 'https://wiznet.github.io',
Expand Down Expand Up @@ -202,6 +202,15 @@
{ pluginKey: "cb95c060-ab4c-45ec-bbe8-fe40a1ea3aec" },
],
],
scripts: [
{
src: 'https://www.chatbase.co/embed.min.js',
chatbotId: 'rLU437z3i0DCQVCt4qLcE',
domain: 'www.chatbase.co',
async: true,
defer: true
},
],
presets: [
[
"@docusaurus/preset-classic",
Expand Down Expand Up @@ -237,4 +246,5 @@
]
};

export default config;
// module.exports = config;
Loading

0 comments on commit 6a27ecd

Please sign in to comment.