Skip to content

Commit

Permalink
update link to git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Apr 3, 2024
1 parent c5a9317 commit 2ca32e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ const config: Config = {

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'jcubic', // Usually your GitHub org/user name.
organizationName: 'LIPS-scheme', // Usually your GitHub org/user name.
projectName: 'lips', // Usually your repo name.
deploymentBranch: 'docusaurus',
deploymentBranch: 'master',

trailingSlash: false,

Expand All @@ -43,7 +43,7 @@ const config: Config = {
{
blog: {
showReadingTime: true,
editUrl: 'https://github.com/jcubic/lips/tree/master/docs/',
editUrl: 'https://github.com/LIPS-scheme/lips/tree/master/docs/',
feedOptions: {
type: 'rss',
limit: 10,
Expand Down Expand Up @@ -76,7 +76,7 @@ const config: Config = {
},
docs: {
sidebarPath: './sidebars.ts',
editUrl: 'https://github.com/jcubic/lips/tree/master/docs/',
editUrl: 'https://github.com/LIPS-scheme/lips/tree/master/docs/',
},
theme: {
customCss: './src/css/custom.css',
Expand Down Expand Up @@ -117,7 +117,7 @@ const config: Config = {
position: 'right'
},
{
href: 'https://github.com/jcubic/lips',
href: 'https://github.com/LIPS-scheme/lips',
label: 'GitHub',
position: 'right',
},
Expand Down Expand Up @@ -171,7 +171,7 @@ const config: Config = {
},
{
label: 'GitHub',
href: 'https://github.com/jcubic/lips',
href: 'https://github.com/LIPS-scheme/lips',
},
],
},
Expand Down

0 comments on commit 2ca32e0

Please sign in to comment.