Skip to content

Commit

Permalink
更新 edit url 添加一些文档属性
Browse files Browse the repository at this point in the history
  • Loading branch information
v1xingyue committed Dec 13, 2023
1 parent 97ca3d2 commit 1ba3c06
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,18 @@ const config = {
({
docs: {
sidebarPath: "./sidebars.js",
showLastUpdateTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
// Remove this to remove the "edit this " links.
editUrl:
"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/",
"https://github.com/CreatorsDAO/ppagelasmo-co-learn/tree/main",
breadcrumbs: true,
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/",
editUrl: "https://github.com/CreatorsDAO/plasmo-co-learn/tree/main",
},
theme: {
customCss: "./src/css/custom.css",
Expand Down

0 comments on commit 1ba3c06

Please sign in to comment.