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

docs: update gitHub references to new docs repo #67

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon-32x32.png', // TODO update
organizationName: 'lightdash', // Usually your GitHub org/user name.
projectName: 'lightdash', // Usually your repo name.
projectName: 'lightdash-docs',
plugins: [
[
path.resolve(__dirname, 'docusaurus-rudderstack-plugin'),
Expand Down Expand Up @@ -102,7 +102,7 @@ module.exports = {
position: 'left',
},
{
href: 'https://github.com/lightdash/lightdash',
href: 'https://github.com/lightdash/lightdash-docs',
position: 'right',
className: 'header-github-link',
'aria-label': 'GitHub repository',
Expand All @@ -120,7 +120,7 @@ module.exports = {
links: [
{
label: 'Community',
href: 'https://github.com/lightdash/lightdash/discussions',
href: 'https://github.com/lightdash/lightdash-docs/discussions',
},
{
label: 'Blog',
Expand Down Expand Up @@ -149,9 +149,8 @@ module.exports = {
docs: {
sidebarPath: require.resolve('./sidebars.js'),
routeBasePath: '/',
// Please change this to your repo.
editUrl:
'https://github.com/lightdash/lightdash/edit/main/docs/',
'https://github.com/lightdash/lightdash-docs/edit/main/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down