Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz committed Oct 4, 2024
1 parent 40c4a82 commit 9431079
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 379 deletions.
25 changes: 0 additions & 25 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const config: Config = {
themes: [
["classic", { customCss: "src/css/custom.css" }],
!process.env.EMBEDDED && "@docusaurus/theme-search-algolia",
!process.env.EMBEDDED && "@stackql/docusaurus-plugin-structured-data",
].filter((v) => v),
themeConfig: {
docs: {
Expand Down Expand Up @@ -127,30 +126,6 @@ const config: Config = {
apiKey: "e879cd8663f109b2822cd004d9cd468c",
indexName: "waveterm",
},
structuredData: {
authors: [],
verbose: true,
excludedRoutes: ["/blog"],
organization: {
sameAs: [
"https://www.waveterm.dev",
"https://x.com/wavetermdev",
"https://www.linkedin.com/company/wavetermdev",
"https://github.com/wavetermdev",
"https://www.youtube.com/@wavetermdev",
],
contactPoint: {
"@type": "ContactPoint",
email: "[email protected]",
},
},
webpage: {
inLanguage: "en-US",
},
website: {
inLanguage: "en-US",
},
},
},
headTags: [
{
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"@docusaurus/theme-classic": "^3.5.2",
"@docusaurus/theme-search-algolia": "^3.5.2",
"@mdx-js/react": "^3.0.0",
"@stackql/docusaurus-plugin-structured-data": "^1.3.2",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
Expand Down
Loading

0 comments on commit 9431079

Please sign in to comment.