Skip to content

Commit 4732abf

Browse files
committed
website: updates
1 parent 7d03796 commit 4732abf

File tree

6 files changed

+3
-464
lines changed

6 files changed

+3
-464
lines changed

website/docusaurus.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ const config: Config = {
9999
url: 'https://xpack-dev-tools.github.io',
100100
// Set the /<baseUrl>/ pathname under which your site is served
101101
// For GitHub pages deployment, it is often '/<projectName>/'
102-
baseUrl: '/riscv-none-elf-gcc-xpack/',
102+
baseUrl: process.env.DOCUSAURUS_BASEURL ??
103+
'/riscv-none-elf-gcc-xpack/',
103104

104105
// GitHub pages deployment config.
105106
// If you aren't using GitHub pages, you don't need these.
@@ -249,8 +250,7 @@ const config: Config = {
249250
}
250251
],
251252
navbar: {
252-
// Overriden by i18n/en/docusaurus-theme-classic.
253-
title: 'The xPack Binary Development Tools',
253+
title: 'The xPack Binary Tools',
254254

255255
logo: {
256256
alt: 'xPack Logo',

website/i18n/en/code.json

Lines changed: 0 additions & 309 deletions
This file was deleted.

website/i18n/en/docusaurus-plugin-content-blog/options.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

website/i18n/en/docusaurus-plugin-content-docs/current.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)