Skip to content

Commit 0c8752e

Browse files
authored
Merge pull request #2 from AnoshanJ/docs/remote/algolia
Update config
2 parents 09fce1c + 543053d commit 0c8752e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

website/docusaurus.config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const config: Config = {
2525

2626
// GitHub pages deployment config.
2727
// If you aren't using GitHub pages, you don't need these.
28-
organizationName: 'wso2', // Usually your GitHub org/user name.
28+
organizationName: 'agent-manager', // Usually your GitHub org/user name.
2929
projectName: 'agent-manager', // Usually your repo name.
3030

3131
onBrokenLinks: 'throw',
@@ -69,7 +69,7 @@ const config: Config = {
6969
// Please change this to your repo.
7070
// Remove this to remove the "edit this page" links.
7171
editUrl:
72-
'https://github.com/wso2/agent-manager/edit/main/website/',
72+
'https://github.com/agent-manager/agent-manager/edit/main/website/',
7373
},
7474
blog: false, // Disable blog until we have content
7575
theme: {
@@ -112,7 +112,7 @@ const config: Config = {
112112
dropdownActiveClassDisabled: true,
113113
},
114114
{
115-
href: 'https://github.com/wso2/agent-manager',
115+
href: 'https://github.com/agent-manager/agent-manager',
116116
position: 'right',
117117
className: 'header-github-link',
118118
'aria-label': 'GitHub repository',
@@ -140,11 +140,11 @@ const config: Config = {
140140
items: [
141141
{
142142
label: 'GitHub Discussions',
143-
href: 'https://github.com/wso2/agent-manager/discussions',
143+
href: 'https://github.com/agent-manager/agent-manager/discussions',
144144
},
145145
{
146146
label: 'Issues',
147-
href: 'https://github.com/wso2/agent-manager/issues',
147+
href: 'https://github.com/agent-manager/agent-manager/issues',
148148
},
149149
],
150150
},
@@ -153,7 +153,7 @@ const config: Config = {
153153
items: [
154154
{
155155
label: 'GitHub',
156-
href: 'https://github.com/wso2/agent-manager',
156+
href: 'https://github.com/agent-manager/agent-manager',
157157
},
158158
{
159159
label: 'WSO2',

0 commit comments

Comments
 (0)