Update docs

This commit is contained in:
Adrien Bouvais 2024-11-26 19:14:22 +01:00
parent 7e5abcedea
commit 9c460b5ab4
3 changed files with 11 additions and 4 deletions

View File

@ -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 |
![Chart](https://github.com/MrBounty/ZipponDB/blob/v0.1.5/python/charts/time_usage_per_thread_50_000_000.png)
![Chart](images/time_usage_per_thread_50_000_000.png)
## 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 |
![Chart](https://github.com/MrBounty/ZipponDB/blob/v0.1.4/python/charts/time_usage_per_thread_1_000_000.png)
![Chart](images/time_usage_per_thread_1_000_000.png)
## TODO

BIN
docs/images/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 740 KiB

View File

@ -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