Skip to content

docs: update the index page #274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -265,4 +265,4 @@ const extendedConfig = {
}
};

module.exports = extendedConfig;
module.exports = extendedConfig;
Loading