This commit is contained in:
Juli 2024-08-25 11:42:19 +03:00
parent dea4076a15
commit c91eb089d4
3 changed files with 15 additions and 18 deletions

View file

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

View file

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

View file

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