We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afbbab commit bfb1944Copy full SHA for bfb1944
1 file changed
docusaurus.config.js
@@ -104,7 +104,6 @@ module.exports = {
104
],
105
},
106
107
- copyright: `Copyright © ${new Date().getFullYear()} Plausible Analytics. Built with Docusaurus.`,
108
109
prism: {
110
additionalLanguages: ['bash', 'json'],
@@ -117,8 +116,6 @@ module.exports = {
117
116
docs: {
118
routeBasePath: '/',
119
sidebarPath: require.resolve('./sidebars.js'),
120
- editUrl:
121
- 'https://github.com/plausible/docs/edit/master/',
122
123
theme: {
124
customCss: require.resolve('./src/css/custom.css'),
0 commit comments