Update docs
This commit is contained in:
parent
7e5abcedea
commit
9c460b5ab4
@ -40,7 +40,7 @@ This take 6.24GB space on disk, seperated into xx files of xx MB
|
|||||||
| 12 | 5.1 | 85 |
|
| 12 | 5.1 | 85 |
|
||||||
| 16 | 4.3 | 100 |
|
| 16 | 4.3 | 100 |
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 1 000 000
|
## 1 000 000
|
||||||
This take 127MB space on disk, sperated into 24 files of 5.2MB
|
This take 127MB space on disk, sperated into 24 files of 5.2MB
|
||||||
@ -56,7 +56,7 @@ This take 127MB space on disk, sperated into 24 files of 5.2MB
|
|||||||
| 12 | 136 |
|
| 12 | 136 |
|
||||||
| 16 | 116 |
|
| 16 | 116 |
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
|
BIN
docs/images/banner.png
Normal file
BIN
docs/images/banner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 740 KiB |
11
mkdocs.yml
11
mkdocs.yml
@ -2,8 +2,13 @@ site_name: ZipponDB Documentation
|
|||||||
site_url: https://MrBounty.github.io/ZipponDB/
|
site_url: https://MrBounty.github.io/ZipponDB/
|
||||||
theme:
|
theme:
|
||||||
name: readthedocs
|
name: readthedocs
|
||||||
logo: images/logo.jpeg
|
logo: images/banner.png
|
||||||
collapse_navigation: true
|
features:
|
||||||
|
- search.suggest
|
||||||
|
- navigation.tabs # Makes navigation collapsible, but keeps sections open
|
||||||
|
- navigation.sections # Enable collapsible sections within the sidebar
|
||||||
|
- navigation.expand
|
||||||
|
- navigation.top
|
||||||
palette:
|
palette:
|
||||||
- media: "(prefers-color-scheme: light)"
|
- media: "(prefers-color-scheme: light)"
|
||||||
scheme: default
|
scheme: default
|
||||||
@ -21,8 +26,10 @@ markdown_extensions:
|
|||||||
- attr_list
|
- attr_list
|
||||||
- md_in_html
|
- md_in_html
|
||||||
- pymdownx.blocks.caption
|
- pymdownx.blocks.caption
|
||||||
|
- pymdownx.superfences # Often needed with Material for code highlighting
|
||||||
plugins:
|
plugins:
|
||||||
- glightbox
|
- glightbox
|
||||||
|
- search
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user