mirror of
https://github.com/wavetermdev/waveterm-docs.git
synced 2026-08-05 13:45:23 -07:00
Add some more meta tags (#33)
This commit is contained in:
@@ -94,6 +94,22 @@ const config: Config = {
|
||||
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",
|
||||
},
|
||||
{
|
||||
name: "og:type",
|
||||
content: "website",
|
||||
},
|
||||
{
|
||||
name: "og:site_name",
|
||||
content: "Wave Terminal Documentation",
|
||||
},
|
||||
{
|
||||
name: "application-name",
|
||||
content: "Wave Terminal Documentation",
|
||||
},
|
||||
{
|
||||
name: "apple-mobile-web-app-title",
|
||||
content: "Wave Terminal Documentation",
|
||||
},
|
||||
],
|
||||
footer: {
|
||||
copyright: `Copyright © ${new Date().getFullYear()} Command Line Inc. Built with Docusaurus.`,
|
||||
|
||||
Reference in New Issue
Block a user