You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus.config.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,20 @@ import type * as Preset from "@docusaurus/preset-classic";
5
5
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
6
6
7
7
constconfig: Config={
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.",
8
+
title: "metal-stack docs",
9
+
tagline: "Docs for metal-stack.",
10
10
favicon: "img/favicon.ico",
11
11
12
12
// Set the production url of your site here
13
-
url: "https://metal-stack.io",
13
+
url: "https://your-docusaurus-site.example.com",
14
14
// Set the /<baseUrl>/ pathname under which your site is served
15
15
// For GitHub pages deployment, it is often '/<projectName>/'
16
16
baseUrl: "/",
17
17
18
18
// GitHub pages deployment config.
19
19
// If you aren't using GitHub pages, you don't need these.
20
20
organizationName: "metal-stack",// Usually your GitHub org/user name.
21
-
projectName: "website",// Usually your repo name.
21
+
projectName: "docs-new",// Usually your repo name.
0 commit comments