Skip to content

Commit 8311364

Browse files
authored
Update Docusaurus config for organization and project
1 parent 2ff3b42 commit 8311364

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

website/docusaurus.config.js

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const config = {
1212
url: "https://igeo7.org",
1313
baseUrl: "/",
1414

15-
organizationName: "allixender",
16-
projectName: "igeo7.github.io",
15+
organizationName: "LandscapeGeoinformatics",
16+
projectName: "igeo7",
1717
trailingSlash: false,
1818

1919
onBrokenLinks: "throw",
@@ -38,7 +38,7 @@ const config = {
3838
docs: {
3939
sidebarPath: "./sidebars.js",
4040
editUrl:
41-
"https://github.com/allixender/igeo7.github.io/edit/main/website/",
41+
"https://github.com/LandscapeGeoinformatics/igeo7/edit/main/website/",
4242
remarkPlugins: [remarkMath],
4343
rehypePlugins: [rehypeKatex],
4444
},
@@ -101,7 +101,7 @@ const config = {
101101
position: "left",
102102
},
103103
{
104-
href: "https://github.com/allixender/igeo7.github.io",
104+
href: "https://github.com/LandscapeGeoinformatics/igeo7",
105105
label: "GitHub",
106106
position: "right",
107107
},
@@ -133,11 +133,15 @@ const config = {
133133
},
134134
{
135135
label: "pydggsapi",
136-
href: "https://github.com/allixender/pydggsapi",
136+
href: "https://github.com/LandscapeGeoinformatics/pydggsapi",
137137
},
138138
{
139139
label: "DGGAL",
140-
href: "https://github.com/ecere/dggal",
140+
href: "https://dggal.org",
141+
},
142+
{
143+
label: "GeoPlegma",
144+
href: "https://github.com/geoplegma/geoplegma",
141145
},
142146
],
143147
},
@@ -149,17 +153,13 @@ const config = {
149153
href: "https://doi.org/10.5194/agile-giss-6-32-2025",
150154
},
151155
{
152-
label: "University of Tartu",
153-
href: "https://www.ut.ee/en",
154-
},
155-
{
156-
label: "Geolynx",
157-
href: "https://geolynx.ee",
156+
label: "Landscape Geoinformatics Lab",
157+
href: "https://landscape-geoinformatics.ut.ee/",
158158
},
159159
],
160160
},
161161
],
162-
copyright: `Copyright © ${new Date().getFullYear()} Alexander Kmoch, Kevin Sahr, Wai Tik Chan, Evelyn Uuemaa. Built with Docusaurus.`,
162+
copyright: `Copyright © ${new Date().getFullYear()} Landscape Geoinformatics Lab, University of Tartu, Estonia. Built with Docusaurus.`,
163163
},
164164

165165
prism: {

0 commit comments

Comments
 (0)