Merge pull request #17 from acid-info/markdown-updates

Markdown updates
This commit is contained in:
jeangovil
2023-06-01 13:14:50 +03:30
committed by GitHub
3 changed files with 7 additions and 3 deletions
@@ -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;
@@ -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); */
}