Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Wen Yi committed Sep 3, 2024
1 parent d84875b commit fdf9f47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PikiwiDB(Pika) 的文档网站同 [PikiwiDB(Pika) Wiki](https:/w/github.com/
## 如何构建文档网站?

```shell
git clone https://github.com/pikiwidb/website.git
git clone https://github.com/OpenAtomFoundation/PikiwiDB-Pika--Website
cd website
npm install
npm run start
Expand Down
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/pikiwidb/website/tree/main',
'https://github.com/OpenAtomFoundation/PikiwiDB-Pika--Website/tree/main',
remarkPlugins: [remarkMath],
rehypePlugins: [rehypeKatex],
},
Expand Down Expand Up @@ -109,12 +109,12 @@ const config = {
items: [
{
label: 'PikiwiDB(Pika) 文档仓库',
href: 'https://github.com/pikiwidb/website',
href: 'https://github.com/OpenAtomFoundation/PikiwiDB-Pika--Website',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} PikiwiDB 开源数据库社区`,
copyright: `Copyright © ${new Date().getFullYear()} PikiwiDB(Pika) 开源数据库社区`,
},
prism: {
theme: prismThemes.github,
Expand Down

0 comments on commit fdf9f47

Please sign in to comment.