Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JusterZhu committed Mar 14, 2024
1 parent 4ed2b1c commit 8f6c1c7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion website/docs/zh-cn/GeneralUpdate.Differential.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 4

### 定义

命名控件:GeneralUpdate.Differential
命名空间:GeneralUpdate.Differential

程序集:GeneralUpdate.Differential.dll

Expand Down
2 changes: 1 addition & 1 deletion website/docs/zh-cn/GeneralUpdate.PacketTool.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 8
---

#### 简介
### 简介

工具使用.NET WPF(.NET 8)进行开发,目前只支持windows桌面端使用。

Expand Down
2 changes: 1 addition & 1 deletion website/docs/zh-cn/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "文档",
"label": "Doc",
"position": 1,
"link": {
"type": "generated-index",
Expand Down
18 changes: 9 additions & 9 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {themes as prismThemes} from 'prism-react-renderer';

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'My Site',
tagline: 'Dinosaurs are cool',
title: 'GeneralLibrary',
tagline: 'This is a technology from an alien planet.',
favicon: 'img/favicon.ico',

// Set the production url of your site here
Expand Down Expand Up @@ -66,9 +66,9 @@ const config = {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
navbar: {
title: 'My Site',
title: 'GeneralLibrary',
logo: {
alt: 'My Site Logo',
alt: 'GeneralLibrary Logo',
src: 'img/logo.svg',
},
items: [
Expand All @@ -78,7 +78,7 @@ const config = {
position: 'left',
label: 'Doc',
},
{to: '/blog', label: 'Blog', position: 'left'},
{to: '/blog', label: 'Release logs', position: 'left'},
{
href: 'https://github.com/GeneralLibrary',
label: 'GitHub',
Expand All @@ -93,8 +93,8 @@ const config = {
title: 'Docs',
items: [
{
label: 'Tutorial',
to: '/docs/intro',
label: 'GeneralLibrary',
to: '/docs/zh-cn/Component Introduction',
},
],
},
Expand All @@ -119,7 +119,7 @@ const config = {
title: 'More',
items: [
{
label: 'Blog',
label: 'Release logs',
to: '/blog',
},
{
Expand All @@ -129,7 +129,7 @@ const config = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} General team Project, Inc.`,
},
prism: {
theme: prismThemes.github,
Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/intro">
Docusaurus Tutorial - 5min ⏱️
to="/docs/zh-cn/Component Introduction">
GeneralUpdate Doc
</Link>
</div>
</div>
Expand Down

0 comments on commit 8f6c1c7

Please sign in to comment.