Ver Fonte

docs: Fix edit docs link

Michael Bromley há 2 anos atrás
pai
commit
f1a8f134a3
1 ficheiros alterados com 1 adições e 3 exclusões
  1. 1 3
      docs/docusaurus.config.js

+ 1 - 3
docs/docusaurus.config.js

@@ -39,9 +39,7 @@ const config = {
                 docs: {
                     routeBasePath: '/',
                     sidebarPath: require.resolve('./sidebars.js'),
-                    // Please change this to your repo.
-                    // Remove this to remove the "edit this page" links.
-                    editUrl: 'https://github.com/vendure-ecommerce/vendure/tree/new-docs/docs/',
+                    editUrl: 'https://github.com/vendure-ecommerce/vendure/blob/master/docs/',
                     showLastUpdateTime: true,
                 },
                 blog: false,