This commit is contained in:
amirhouieh
2022-10-10 19:32:59 +02:00
parent 522c7af509
commit 39272b7c78
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -62,6 +62,14 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
docs: { sidebar: { hideable: true } },
metadata: [
{ name: 'keywords', content: 'codex, storage' },
{
name: 'description',
content: 'Codex is building a Decentralized Durability Storage',
},
{ name: 'image', content: 'img/codex-preview-image.png' },
],
colorMode: {
disableSwitch: true,
},
+2 -2
View File
@@ -5,8 +5,8 @@ import React from 'react'
import './styles.scss'
export default function LayoutWrapper(props) {
const isIndexPage = useIsVersionIndexPage()
const store = globalStore.useCreateStore({ hiddenSidebar: isIndexPage })
// const isIndexPage = useIsVersionIndexPage()
const store = globalStore.useCreateStore({ hiddenSidebar: false })
return (
<globalStore.Provider store={store}>
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB