mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
Merge pull request #17 from acid-info/markdown-updates
Markdown updates
This commit is contained in:
@@ -56,6 +56,10 @@ const config = {
|
||||
defaultMode: 'dark',
|
||||
disableSwitch: false,
|
||||
},
|
||||
tableOfContents: {
|
||||
minHeadingLevel: 2,
|
||||
maxHeadingLevel: 5,
|
||||
},
|
||||
navbar: {
|
||||
items: [
|
||||
{
|
||||
@@ -118,7 +122,7 @@ const config = {
|
||||
},
|
||||
{
|
||||
href: '/',
|
||||
label: 'Temrs & conditions',
|
||||
label: 'Terms & conditions',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
--ifm-font-weight-light: 400;
|
||||
--ifm-font-weight-normal: 400;
|
||||
--ifm-font-weight-semibold: 400;
|
||||
--ifm-font-weight-bold: 400;
|
||||
--ifm-font-weight-bold: 600;
|
||||
--ifm-font-weight-base: var(--ifm-font-weight-normal);
|
||||
|
||||
--ifm-h1-font-size: 4rem;
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
padding-top: var(--ifm-navbar-height);
|
||||
margin-top: var(--ifm-navbar-height);
|
||||
/* width: var(--doc-sidebar-width); */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user