Skip to content

Commit

Permalink
docs: added search bar, remove docs and replace previous link on repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvino committed Jul 13, 2024
1 parent 4933e62 commit 77f9cd2
Show file tree
Hide file tree
Showing 3 changed files with 2,113 additions and 505 deletions.
17 changes: 10 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ const config = {
}),
],
],

plugins: [
[
require.resolve("@easyops-cn/docusaurus-search-local"),
({
hashed: true,
}),
],
],

themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
Expand All @@ -52,13 +61,7 @@ const config = {
},
items: [
{
type: "doc",
docId: "intro",
position: "left",
label: "Docs",
},
{
href: "https://github.com/openbullet/OB2Docs",
href: "https://github.com/openbullet/openbullet2-docs",
label: "Contribute",
position: "right",
},
Expand Down
Loading

0 comments on commit 77f9cd2

Please sign in to comment.