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 |
|
||||
| 16 | 4.3 | 100 |
|
||||
|
||||

|
||||

|
||||
|
||||
## 1 000 000
|
||||
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 |
|
||||
| 16 | 116 |
|
||||
|
||||

|
||||

|
||||
|
||||
## 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/
|
||||
theme:
|
||||
name: readthedocs
|
||||
logo: images/logo.jpeg
|
||||
collapse_navigation: true
|
||||
logo: images/banner.png
|
||||
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:
|
||||
- media: "(prefers-color-scheme: light)"
|
||||
scheme: default
|
||||
@ -21,8 +26,10 @@ markdown_extensions:
|
||||
- attr_list
|
||||
- md_in_html
|
||||
- pymdownx.blocks.caption
|
||||
- pymdownx.superfences # Often needed with Material for code highlighting
|
||||
plugins:
|
||||
- glightbox
|
||||
- search
|
||||
|
||||
nav:
|
||||
- Home: index.md
|
||||
|
Loading…
x
Reference in New Issue
Block a user