diff --git a/docs/Benchmark.md b/docs/Benchmark.md index e3ad48e..2c4f497 100644 --- a/docs/Benchmark.md +++ b/docs/Benchmark.md @@ -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 diff --git a/docs/images/banner.png b/docs/images/banner.png new file mode 100644 index 0000000..761dbce Binary files /dev/null and b/docs/images/banner.png differ diff --git a/mkdocs.yml b/mkdocs.yml index 0f6deab..d2b1f1e 100644 --- a/mkdocs.yml +++ b/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