Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ build

# Generated files
.docusaurus
.yarn-cache
.cache-loader

# Misc
Expand All @@ -20,6 +21,5 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*


# IDE
.idea
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ module.exports = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
algolia: {
appId: "M4JGWXQJP4",
apiKey: "5681f211df732bda5a2631e5d29b8efd",
indexName: "Fluent",
appId: "AYBP9SCWWP",
apiKey: "f9e8d6400060bd257ff3820e19f13dd6",
indexName: "Fluent Docs",
askAi: "UemcwTGzvIAR",
},
docs: {
sidebar: {
Expand Down Expand Up @@ -200,7 +201,6 @@ module.exports = {
plugins: [
"docusaurus-plugin-sass",
"plugin-image-zoom",
"docusaurus-lunr-search", // Local backup search bar once website is deployed.
],

// Add custom scripts
Expand Down
Loading
Loading