[docs] switch generated docs to MkDocs
This commit is contained in:
parent
5e95d66a7e
commit
a82eb5858a
54 changed files with 350 additions and 2000 deletions
13
docs/stylesheets/extra.css
Normal file
13
docs/stylesheets/extra.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.md-typeset .arithmatex {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.md-typeset .doc-contents {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.md-typeset h1 code,
|
||||
.md-typeset h2 code,
|
||||
.md-typeset h3 code {
|
||||
word-break: break-word;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue