Skip to content

Commit 04aaf53

Browse files
committed
Update Github editUrl
1 parent f47204a commit 04aaf53

5 files changed

Lines changed: 38 additions & 4 deletions

File tree

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/cool-coding.iml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ const config = {
151151
rehypePlugins: [rehypeKatex],
152152
// Please change this to your repo.
153153
// Remove this to remove the "edit this page" links.
154-
// editUrl:
155-
// 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
154+
editUrl:
155+
'https://github.com/echo-cool-coding/cool-coding/tree/main/',
156156
},
157157
blog: {
158158
showReadingTime: true,
@@ -163,7 +163,7 @@ const config = {
163163
// Please change this to your repo.
164164
// Remove this to remove the "edit this page" links.
165165
editUrl:
166-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
166+
'https://github.com/echo-cool-coding/cool-coding/tree/main/',
167167
// Useful options to enforce blogging best practices
168168
onInlineTags: 'warn',
169169
onInlineAuthors: 'warn',
@@ -210,7 +210,7 @@ const config = {
210210
},
211211
announcementBar: {
212212
id: "replay_announcement",
213-
content: '我们正在将此网站迁移至 <a href="https://wiki.echo.cool/">https://wiki.echo.cool/</a> 请访问该网站获取最新的内容',
213+
content: '喜欢这个项目吗?到 <a href="https://github.com/echo-cool-coding/cool-coding">GitHub</a> 给我们点个 ⭐ 支持一下吧!',
214214
backgroundColor: "#312e81",
215215
textColor: "#ffffff",
216216
isCloseable: false,

0 commit comments

Comments
 (0)