From 18830db54f4498d8047deb9f9cff18f12fd8e720 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Thu, 26 Sep 2024 10:56:39 -0700 Subject: [PATCH] Add keywords and permissive robots.txt (#29) --- docusaurus.config.ts | 9 ++++++++- static/robots.txt | 2 ++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 static/robots.txt diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 6444391..6565af2 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -6,7 +6,7 @@ const config: Config = { favicon: "img/logo/wave-logo_appicon.svg", // Set the production url of your site here - url: "https://betadocs.waveterm.dev/", + url: "https://docs.waveterm.dev/", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: "/", @@ -79,6 +79,13 @@ const config: Config = { }, ], }, + metadata: [ + { + name: "keywords", + content: + "terminal, developer, development, command, line, wave, linux, macos, windows, connection, ssh, cli, waveterm, documentation, docs, ai, graphical, widgets, remote, open, source, open-source, go, golang, react, typescript, javascript", + }, + ], footer: { copyright: `Copyright © ${new Date().getFullYear()} Command Line Inc. Built with Docusaurus.`, }, diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..eb05362 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: