-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 2babf23 with MkDocs version: 1.6.0
- Loading branch information
rturrado
committed
Aug 26, 2024
1 parent
3379b0b
commit b8c6865
Showing
7 changed files
with
77 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
document$.subscribe(() => { | ||
hljs.highlightAll(), | ||
{ language: 'c++' } | ||
}) | ||
document$.subscribe(() => { | ||
hljs.highlightAll(), | ||
{ language: 'c++' } | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,61 @@ | ||
:root { | ||
--md-primary-fg-color: #0050D0; | ||
} | ||
|
||
.md-grid { | ||
max-width: 960px; | ||
} | ||
|
||
@media (min-width: 400px) { | ||
.md-tabs { | ||
display: block; | ||
} | ||
} | ||
|
||
.docblock { | ||
border-left: .05rem solid var(--md-primary-fg-color); | ||
} | ||
|
||
.docblock-desc { | ||
margin-left: 1em; | ||
} | ||
|
||
pre > code.decl { | ||
white-space: pre-wrap; | ||
} | ||
|
||
|
||
code.decl > div { | ||
text-indent: -2ch; /* Negative indent to counteract the indent on the first line */ | ||
padding-left: 2ch; /* Add padding to the left to create an indent */ | ||
} | ||
|
||
.features-container { | ||
display: flex; | ||
flex-wrap: wrap; | ||
gap: 20px; | ||
justify-content: center; /* Center the items horizontally */ | ||
} | ||
|
||
.feature { | ||
flex: 1 1 calc(50% - 20px); /* Two columns with space between */ | ||
max-width: 600px; /* Set the maximum width for the feature boxes */ | ||
box-sizing: border-box; | ||
padding: 10px; | ||
overflow: hidden; /* Hide overflow content */ | ||
text-overflow: ellipsis; /* Handle text overflow */ | ||
white-space: normal; /* Allow text wrapping */ | ||
} | ||
|
||
.feature h2 { | ||
margin-top: 0px; | ||
font-weight: bold; | ||
} | ||
|
||
@media (max-width: 768px) { | ||
.feature { | ||
flex: 1 1 100%; /* Stack columns on smaller screens */ | ||
max-width: 100%; /* Allow full width on smaller screens */ | ||
white-space: normal; /* Allow text wrapping on smaller screens */ | ||
} | ||
} | ||
:root { | ||
--md-primary-fg-color: #0050D0; | ||
} | ||
|
||
.md-grid { | ||
max-width: 960px; | ||
} | ||
|
||
@media (min-width: 400px) { | ||
.md-tabs { | ||
display: block; | ||
} | ||
} | ||
|
||
.docblock { | ||
border-left: .05rem solid var(--md-primary-fg-color); | ||
} | ||
|
||
.docblock-desc { | ||
margin-left: 1em; | ||
} | ||
|
||
pre > code.decl { | ||
white-space: pre-wrap; | ||
} | ||
|
||
|
||
code.decl > div { | ||
text-indent: -2ch; /* Negative indent to counteract the indent on the first line */ | ||
padding-left: 2ch; /* Add padding to the left to create an indent */ | ||
} | ||
|
||
.features-container { | ||
display: flex; | ||
flex-wrap: wrap; | ||
gap: 20px; | ||
justify-content: center; /* Center the items horizontally */ | ||
} | ||
|
||
.feature { | ||
flex: 1 1 calc(50% - 20px); /* Two columns with space between */ | ||
max-width: 600px; /* Set the maximum width for the feature boxes */ | ||
box-sizing: border-box; | ||
padding: 10px; | ||
overflow: hidden; /* Hide overflow content */ | ||
text-overflow: ellipsis; /* Handle text overflow */ | ||
white-space: normal; /* Allow text wrapping */ | ||
} | ||
|
||
.feature h2 { | ||
margin-top: 0px; | ||
font-weight: bold; | ||
} | ||
|
||
@media (max-width: 768px) { | ||
.feature { | ||
flex: 1 1 100%; /* Stack columns on smaller screens */ | ||
max-width: 100%; /* Allow full width on smaller screens */ | ||
white-space: normal; /* Allow text wrapping on smaller screens */ | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
document$.subscribe(() => { | ||
hljs.highlightAll(), | ||
{ language: 'python' } | ||
}) | ||
document$.subscribe(() => { | ||
hljs.highlightAll(), | ||
{ language: 'python' } | ||
}) |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
document$.subscribe(() => { | ||
hljs.highlightAll(), | ||
{ language: 'typescript' } | ||
}) | ||
document$.subscribe(() => { | ||
hljs.highlightAll(), | ||
{ language: 'typescript' } | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters