From a71dc5cd3081649173b78e8298d756e7fb823167 Mon Sep 17 00:00:00 2001 From: alabulei1 Date: Tue, 1 Jul 2025 17:37:07 +0800 Subject: [PATCH] docs: update the index page Remove Vendor from the index page Add links to governance and Code of Conduct Signed-off-by: alabulei1 --- docusaurus.config.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 43e3a37c..029efe60 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -19,7 +19,7 @@ const config = { // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. - organizationName: 'Second State', // Usually your GitHub org/user name. + organizationName: 'WasmEdge', // Usually your GitHub org/user name. projectName: 'WasmEdge', // Usually your repo name. // Even if you don't use internalization, you can use this field to set useful @@ -200,12 +200,12 @@ const config = { href: 'https://github.com/WasmEdge/WasmEdge', }, { - label: 'Second State', - href: 'https://www.secondstate.io/', + label: 'Code of Conduct', + href: 'https://github.com/WasmEdge/WasmEdge/blob/master/docs/CODE_OF_CONDUCT.md', }, { - label: 'Articles & Blog', - href: 'https://www.secondstate.io/articles/' + label: 'Governance', + href: 'https://github.com/WasmEdge/WasmEdge/blob/master/docs/GOVERNANCE.md' }, { label: 'WasmEdge Talks', @@ -265,4 +265,4 @@ const extendedConfig = { } }; -module.exports = extendedConfig; \ No newline at end of file +module.exports = extendedConfig;