Skip to content
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

docs: A number of UI changes for Docusaurus #1366

Merged
merged 11 commits into from
Dec 5, 2023
20 changes: 10 additions & 10 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const config = {

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: "cosmos",
organizationName: "Cosmos",
mmulji-ic marked this conversation as resolved.
Show resolved Hide resolved
projectName: "interchain-security",

// Even if you don't use internalization, you can use this field to set useful
Expand Down Expand Up @@ -63,18 +63,18 @@ const config = {
},
colorMode: {
defaultMode: 'dark',
disableSwitch: true,
disableSwitch: false,
respectPrefersColorScheme: false,
},
navbar: {
title: "Interchain Security",
hideOnScroll: false,
// logo: {
// alt: "Interchain Security Logo",
// src: "img/logo-sdk.svg",
// href: "/",
// target: "_self",
// },
logo: {
alt: 'Interchain Security Logo',
src: '/interchain-security/img/hub.svg',
href: 'https://github.com/cosmos/interchain-security',
mmulji-ic marked this conversation as resolved.
Show resolved Hide resolved
target: '_self',
},
items: [
{
href: "https://github.com/cosmos/interchain-security",
Expand All @@ -96,7 +96,7 @@ const config = {
{
items: [
{
html: `<a href="https://cosmos.network"><img src="/img/logo-bw.svg" alt="Cosmos Logo"></a>`,
html: `<a href="https://cosmos.network"><img src="/interchain-security/img/logo-bw.svg" alt="Interchain Security Logo"></a>`,
},
],
},
Expand Down Expand Up @@ -164,7 +164,7 @@ const config = {
],
},
],
copyright: "Informal Systems",
copyright: "The development of Interchain Security is primarily led by Informal Systems. Funding for this development comes primarily from the Interchain Foundation, a Swiss non-profit.",
},
prism: {
theme: lightCodeTheme,
Expand Down
Loading
Loading