Skip to content

Commit 9413e5b

Browse files
committed
add website #andy
1 parent 3ace17e commit 9413e5b

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.idea/workspace.xml

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/docusaurus.config.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,21 @@ 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: 'My Site',
9-
tagline: 'Dinosaurs are cool',
8+
title: 'KAG',
9+
tagline: 'KAG are cool',
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://openspg.github.io',
1414
// Set the /<baseUrl>/ pathname under which your site is served
1515
// For GitHub pages deployment, it is often '/<projectName>/'
16-
baseUrl: '/',
16+
baseUrl: '/v2/',
1717

1818
// GitHub pages deployment config.
1919
// If you aren't using GitHub pages, you don't need these.
2020
organizationName: 'OpenSPG', // Usually your GitHub org/user name.
2121
projectName: 'v2', // Usually your repo name.
22+
trailingSlash: false,
2223

2324
onBrokenLinks: 'throw',
2425
onBrokenMarkdownLinks: 'warn',

0 commit comments

Comments
 (0)