We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f51fe0 commit e44d68bCopy full SHA for e44d68b
docusaurus.config.ts
@@ -54,7 +54,7 @@ const config: Config = {
54
type: "docSidebar",
55
sidebarId: "apiSidebar",
56
position: "left",
57
- label: "技術文件",
+ label: "API",
58
},
59
// {
60
// type: "localeDropdown",
src/pages/index.tsx
@@ -1,5 +1,4 @@
1
import clsx from 'clsx';
2
-import Link from '@docusaurus/Link';
3
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
4
import Layout from '@theme/Layout';
5
import Heading from '@theme/Heading';
@@ -22,7 +21,6 @@ function HomepageHeader() {
22
21
}
23
24
export default function Home(): JSX.Element {
25
- const {siteConfig} = useDocusaurusContext();
26
return (
27
<Layout
28
title={`ExpTech Studio`}
0 commit comments