Skip to content

Commit

Permalink
Optimized the documentation meta
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmyt committed Dec 3, 2023
1 parent c281016 commit 4d7b1b0
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
site_name: MySpeed Documentation
site_url: https://myspeed.gnmyt.dev
site_description: MySpeed is a self-hosted speedtest analysis software that stores the speed of your internet for up to 30 days.
site_author: Mathias Wagner
copyright: Copyright © 2021 - 2023 Mathias Wagner

repo_name: MySpeed
Expand All @@ -9,9 +12,13 @@ plugins:
- i18n:
default_language: en
languages:
en: English
de: Deutsch

- locale: en
default: true
name: English
build: true
- locale: de
name: Deutsch
build: true
theme:
name: material
logo: assets/images/logo.png
Expand Down

0 comments on commit 4d7b1b0

Please sign in to comment.