Skip to content

Commit 506e876

Browse files
committed
Update docusaurus config for prod config.
1 parent edca0ea commit 506e876

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docusaurus.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ import type * as Preset from "@docusaurus/preset-classic";
55
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
66

77
const config: Config = {
8-
title: "metal-stack docs",
9-
tagline: "Docs for metal-stack.",
8+
title: "metal-stack.io",
9+
tagline: "Bring the cloud to your data center. metal-stack is an open source software that provides an API for provisioning and managing physical servers in the data center.",
1010
favicon: "img/favicon.ico",
1111

1212
// Set the production url of your site here
13-
url: "https://your-docusaurus-site.example.com",
13+
url: "https://metal-stack.io",
1414
// Set the /<baseUrl>/ pathname under which your site is served
1515
// For GitHub pages deployment, it is often '/<projectName>/'
1616
baseUrl: "/",
1717

1818
// GitHub pages deployment config.
1919
// If you aren't using GitHub pages, you don't need these.
2020
organizationName: "metal-stack", // Usually your GitHub org/user name.
21-
projectName: "docs-new", // Usually your repo name.
21+
projectName: "website", // Usually your repo name.
2222

2323
onBrokenLinks: "warn",
2424
onBrokenMarkdownLinks: "warn",

0 commit comments

Comments
 (0)