Skip to content

Commit 4b882aa

Browse files
committed
fix: versioning
1 parent cffa3f3 commit 4b882aa

18 files changed

+10
-14
lines changed

docusaurus.config.ts

+10-9
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import type { Config } from "@docusaurus/types";
33
import { themes as prismThemes } from "prism-react-renderer";
44

55
const config: Config = {
6-
title: "TREM Docs",
7-
tagline: "TREM 技術文件",
6+
title: "TREM Lite",
7+
tagline: "TREM Lite 技術文件",
88
favicon: "img/favicon.ico",
99

1010
url: "https://exptechtw.github.io",
@@ -44,29 +44,30 @@ const config: Config = {
4444

4545
themeConfig: {
4646
navbar: {
47-
title: "TREM Docs",
47+
title: "TREM Lite",
4848
logo: {
49-
alt: "TREM Docs Logo",
50-
src: "img/logo.svg",
49+
alt: "TREM Lite Logo",
50+
src: "img/trem-lite.png",
5151
},
5252
items: [
5353
{
5454
type: "docSidebar",
5555
sidebarId: "tremSidebar",
5656
position: "left",
57-
label: "TREM",
57+
label: "技術文件",
5858
},
5959
{
6060
type: 'docsVersionDropdown',
6161
position: 'right',
6262
},
6363
{
64-
href: "https://github.com/ExpTechTW/TREM-Docs",
65-
label: "GitHub",
64+
type: "localeDropdown",
6665
position: "right",
6766
},
6867
{
69-
type: "localeDropdown",
68+
69+
href: "https://github.com/ExpTechTW/TREM-Docs",
70+
label: "GitHub",
7071
position: "right",
7172
},
7273
],

static/img/logo.svg

-5
This file was deleted.

static/img/trem-lite.png

530 KB
Loading
File renamed without changes.

0 commit comments

Comments
 (0)