Skip to content

Commit 75741b9

Browse files
authored
docs: update the index page (#274)
1 parent 6e31df4 commit 75741b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docusaurus.config.js

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

2020
// GitHub pages deployment config.
2121
// If you aren't using GitHub pages, you don't need these.
22-
organizationName: 'Second State', // Usually your GitHub org/user name.
22+
organizationName: 'WasmEdge', // Usually your GitHub org/user name.
2323
projectName: 'WasmEdge', // Usually your repo name.
2424

2525
// Even if you don't use internalization, you can use this field to set useful
@@ -200,12 +200,12 @@ const config = {
200200
href: 'https://github.com/WasmEdge/WasmEdge',
201201
},
202202
{
203-
label: 'Second State',
204-
href: 'https://www.secondstate.io/',
203+
label: 'Code of Conduct',
204+
href: 'https://github.com/WasmEdge/WasmEdge/blob/master/docs/CODE_OF_CONDUCT.md',
205205
},
206206
{
207-
label: 'Articles & Blog',
208-
href: 'https://www.secondstate.io/articles/'
207+
label: 'Governance',
208+
href: 'https://github.com/WasmEdge/WasmEdge/blob/master/docs/GOVERNANCE.md'
209209
},
210210
{
211211
label: 'WasmEdge Talks',
@@ -265,4 +265,4 @@ const extendedConfig = {
265265
}
266266
};
267267

268-
module.exports = extendedConfig;
268+
module.exports = extendedConfig;

0 commit comments

Comments
 (0)