mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
more adj
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user