summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlpha Chen <alpha@kejadlen.dev>2023-02-26 23:10:52 -0800
committerGitHub <noreply@github.com>2023-02-27 07:10:52 +0000
commitff4606b63a9f361b614ffbf5ec7ac1eef3fd78a2 (patch)
tree1c17f8862caa2eec4c8144abc307794b63f04b26
parent79a2053340bdbc56503c6276b1d5ba8126651e8f (diff)
Fix editURL for docs (#732)
-rw-r--r--docs/docusaurus.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index ffd46af9..cf3b9094 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -44,14 +44,14 @@ const config = {
// 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/',
+ 'https://github.com/ellie/atuin/tree/main/docs/',
},
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/',
+ 'https://github.com/ellie/atuin/tree/main/docs/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),