You've already forked waveterm-docs
mirror of
https://github.com/wavetermdev/waveterm-docs.git
synced 2026-04-22 15:26:42 -07:00
@@ -2,6 +2,7 @@
|
||||
"label": "Features",
|
||||
"position": 2,
|
||||
"link": {
|
||||
"type": "generated-index"
|
||||
"type": "generated-index",
|
||||
"description": "Overview of Wave Terminal Features"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
# Wave AI
|
||||
|
||||
TODO: Add content
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
# Inline Web Browser
|
||||
|
||||
TODO: Add content
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
# Data Visualization
|
||||
|
||||
TODO: Add content
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
# Preview
|
||||
|
||||
TODO: Add content
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
# Remote Connections
|
||||
|
||||
TODO: Add content
|
||||
|
||||
+10
-4
@@ -42,16 +42,14 @@ const config: Config = {
|
||||
[
|
||||
"@docusaurus/plugin-sitemap",
|
||||
{
|
||||
lastmod: "date",
|
||||
changefreq: "daily",
|
||||
priority: 0.5,
|
||||
filename: "sitemap.xml",
|
||||
},
|
||||
],
|
||||
],
|
||||
themes: [
|
||||
["classic", { customCss: "src/css/custom.css" }],
|
||||
!process.env.EMBEDDED ? "@docusaurus/theme-search-algolia" : undefined,
|
||||
!process.env.EMBEDDED && "@docusaurus/theme-search-algolia",
|
||||
].filter((v) => v),
|
||||
themeConfig: {
|
||||
docs: {
|
||||
@@ -149,7 +147,15 @@ const config: Config = {
|
||||
href: `${baseUrl}sitemap.xml`,
|
||||
},
|
||||
},
|
||||
],
|
||||
!process.env.EMBEDDED && {
|
||||
tagName: "script",
|
||||
attributes: {
|
||||
defer: "true",
|
||||
"data-domain": "waveterm.dev",
|
||||
src: "https://plausible.io/js/script.file-downloads.outbound-links.tagged-events.js",
|
||||
},
|
||||
},
|
||||
].filter((v) => v),
|
||||
stylesheets: [`${baseUrl}fontawesome/css/fontawesome.min.css`, `${baseUrl}fontawesome/css/sharp-regular.min.css`],
|
||||
staticDirectories: ["static"],
|
||||
};
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
User-agent: *
|
||||
Disallow:
|
||||
Reference in New Issue
Block a user