From 2ca32e0eeaead7d3ee35b64c7a5f58694e4e873b Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Wed, 3 Apr 2024 18:27:11 +0200 Subject: [PATCH] update link to git repo --- docs/docusaurus.config.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 71d7b8a4..b17d4436 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -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, @@ -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, @@ -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', @@ -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', }, @@ -171,7 +171,7 @@ const config: Config = { }, { label: 'GitHub', - href: 'https://github.com/jcubic/lips', + href: 'https://github.com/LIPS-scheme/lips', }, ], },