diff --git a/docs/imagebot.md b/docs/imagebot.md index cd52a18..115f2f2 100644 --- a/docs/imagebot.md +++ b/docs/imagebot.md @@ -2,7 +2,7 @@ A bot to post images to a \*key server. Includes an easy way to program a new source for images. -Source can be found at [Julimiro/imagebot](https://git.gay/Julimiro/imagebot/), documentation can be found [here](). +Source can be found at [Julimiro/imagebot](https://git.gay/Julimiro/imagebot/), documentation can be found [here](https://docs.julimiro.eu/docs/imagebot/)([backup also available](https://julimiro.pages.gay/docs/imagebot/)). ## Usage \*Only required if using danbooru image source, diff --git a/docs/index.md b/docs/index.md index 000ea34..a89d40c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,17 +1,5 @@ -# Welcome to MkDocs +# Welcome to Juli's documentation -For full documentation visit [mkdocs.org](https://www.mkdocs.org). +You can see a list of pages on the left. -## Commands - -* `mkdocs new [dir-name]` - Create a new project. -* `mkdocs serve` - Start the live-reloading docs server. -* `mkdocs build` - Build the documentation site. -* `mkdocs -h` - Print help message and exit. - -## Project layout - - mkdocs.yml # The configuration file. - docs/ - index.md # The documentation homepage. - ... # Other markdown pages, images and other files. +<----- \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index b9c53a6..716e40e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,6 @@ -site_name: My Docs +site_name: Juli's Docs +site_name: A documentation page for Juli's projects +site_url: https://docs.julimiro.eu/ theme: name: material font: @@ -45,7 +47,14 @@ theme: plugins: - search - privacy - + - pagelist + - minify: + minify_html: true + minify_js: true + minify_css: true + htmlmin_opts: + remove_comments: true + cache_safe: true extra: social: - icon: fontawesome/brands/git-alt