Initial MKDocs (#285)

This commit is contained in:
William FH
2024-04-08 13:40:21 -07:00
committed by GitHub
parent a3c4d4bdd1
commit 2e9e3b0a6c
16 changed files with 732 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
/* https://mkdocstrings.github.io/crystal/styling.html#recommended-styles */
/* Indent and distinguish sub-items */
div.doc-contents:not(.first) {
padding-left: 15px;
border-left: 4px solid rgba(230, 230, 230);
}