Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 35707e7

Browse files
committed
small fix for test
1 parent 6f8eca8 commit 35707e7

File tree

2 files changed

+64
-63
lines changed

2 files changed

+64
-63
lines changed

nil-docs/docusaurus.config.js

Lines changed: 63 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -92,71 +92,72 @@ const config = {
9292
],
9393
themeConfig:
9494
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
95-
({
96-
colorMode: {
97-
defaultMode: 'dark',
98-
disableSwitch: true,
95+
(
96+
{
97+
colorMode: {
98+
defaultMode: 'dark',
99+
disableSwitch: true,
99100

100-
},
101-
navbar: {
102-
title: '=nil; Foundation',
103-
logo: {
104-
alt: '=nil; Foundation Logo',
105-
src: 'img/nil-logo.avif',
106101
},
107-
items: [
108-
{
109-
position: 'left',
110-
label: 'zkLLVM',
111-
to: '/zkllvm/overview/what-is-zkllvm'
112-
113-
},
114-
{
115-
position: 'left',
116-
label: 'Proof Market',
117-
to: '/proof-market/intro'
118-
},
119-
{
120-
position: 'left',
121-
label: 'zkSharding',
122-
to: 'https://nil.foundation/blog/post/nil_zkSharding'
123-
},
124-
{
125-
position: 'left',
126-
label: 'Crypto3',
127-
to: '/crypto3/intro'
102+
navbar: {
103+
title: '=nil; Foundation',
104+
logo: {
105+
alt: '=nil; Foundation Logo',
106+
src: 'img/nil-logo.avif',
128107
},
129-
],
130-
},
131-
footer: {
132-
links: [
133-
{
134-
title: 'Community',
135-
items: [
136-
{
137-
label: 'Discord',
138-
to: 'https://discord.gg/KmTAEjbmM3'
139-
},
140-
{
141-
label: 'GitHub',
142-
to: 'https://github.com/nilfoundation'
143-
},
144-
{
145-
label: 'Telegram',
146-
to: 'https://t.me/nilfoundation'
147-
}
148-
],
149-
}
150-
],
151-
style: 'dark',
152-
copyright: `Copyright © ${new Date().getFullYear()} =nil; Foundation`,
153-
},
154-
prism: {
155-
defaultLanguage: 'clike',
156-
theme: prismThemes.vsDark,
157-
darkTheme: prismThemes.vsDark,
158-
},
159-
}),
108+
items: [
109+
{
110+
position: 'left',
111+
label: 'zkLLVM',
112+
to: '/zkllvm/overview/what-is-zkllvm'
113+
114+
},
115+
{
116+
position: 'left',
117+
label: 'Proof Market',
118+
to: '/proof-market/intro'
119+
},
120+
{
121+
position: 'left',
122+
label: 'zkSharding',
123+
to: 'https://nil.foundation/blog/post/nil_zkSharding'
124+
},
125+
{
126+
position: 'left',
127+
label: 'Crypto3',
128+
to: '/crypto3/intro'
129+
},
130+
],
131+
},
132+
footer: {
133+
links: [
134+
{
135+
title: 'Community',
136+
items: [
137+
{
138+
label: 'Discord',
139+
to: 'https://discord.gg/KmTAEjbmM3'
140+
},
141+
{
142+
label: 'GitHub',
143+
to: 'https://github.com/nilfoundation'
144+
},
145+
{
146+
label: 'Telegram',
147+
to: 'https://t.me/nilfoundation'
148+
}
149+
],
150+
}
151+
],
152+
style: 'dark',
153+
copyright: `Copyright © ${new Date().getFullYear()} =nil; Foundation`,
154+
},
155+
prism: {
156+
defaultLanguage: 'clike',
157+
theme: prismThemes.vsDark,
158+
darkTheme: prismThemes.vsDark,
159+
},
160+
}),
160161
};
161162

162163
export default config;

nil-docs/src/components/HomepageFeatures/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.productDescription {
22
width: 100%;
33
display: flex;
4-
flex: row;
4+
flex: column;
55
padding-right: 24px;
66
padding-left: 24px;
77
}

0 commit comments

Comments
 (0)