Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 4aad008

Browse files
docs: update gitHub references to new docs repo
Updated all references from `https://github.com/lightdash/lightdash` to `https://github.com/lightdash/lightdash-docs`. Fixed the "Edit this page" link by removing the `/docs` suffix in `editUrl`.
1 parent 7431860 commit 4aad008

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docusaurus.config.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
onBrokenMarkdownLinks: 'warn',
1212
favicon: 'img/favicon-32x32.png', // TODO update
1313
organizationName: 'lightdash', // Usually your GitHub org/user name.
14-
projectName: 'lightdash', // Usually your repo name.
14+
projectName: 'lightdash-docs',
1515
plugins: [
1616
[
1717
path.resolve(__dirname, 'docusaurus-rudderstack-plugin'),
@@ -102,7 +102,7 @@ module.exports = {
102102
position: 'left',
103103
},
104104
{
105-
href: 'https://github.com/lightdash/lightdash',
105+
href: 'https://github.com/lightdash/lightdash-docs',
106106
position: 'right',
107107
className: 'header-github-link',
108108
'aria-label': 'GitHub repository',
@@ -120,7 +120,7 @@ module.exports = {
120120
links: [
121121
{
122122
label: 'Community',
123-
href: 'https://github.com/lightdash/lightdash/discussions',
123+
href: 'https://github.com/lightdash/lightdash-docs/discussions',
124124
},
125125
{
126126
label: 'Blog',
@@ -149,9 +149,8 @@ module.exports = {
149149
docs: {
150150
sidebarPath: require.resolve('./sidebars.js'),
151151
routeBasePath: '/',
152-
// Please change this to your repo.
153152
editUrl:
154-
'https://github.com/lightdash/lightdash/edit/main/docs/',
153+
'https://github.com/lightdash/lightdash-docs/edit/main/',
155154
},
156155
theme: {
157156
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)