aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-07-19 16:33:55 +0300
committerValentin Popov <valentin@popov.link>2024-07-19 16:33:55 +0300
commit5a2a12494c5883531b6c6bfcd8f39c7cbfcde70e (patch)
treefc9c375a113473323c9cb519e7b1c6093943fb93 /mkdocs.yml
parent4ef6756f59fe5cb30853683665187b763cd4826a (diff)
downloadwecli-5a2a12494c5883531b6c6bfcd8f39c7cbfcde70e.tar.xz
wecli-5a2a12494c5883531b6c6bfcd8f39c7cbfcde70e.zip
Added MkDocs
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
new file mode 100644
index 0000000..39f66a3
--- /dev/null
+++ b/mkdocs.yml
@@ -0,0 +1,26 @@
+# Project information
+site_name: WeCLI
+site_url: https://wecli.popov.link/
+site_author: Valentin Popov
+site_description: >-
+ Console utilities for SmartTV devices on webOS.
+
+# Repository
+repo_name: valentineus/wecli
+repo_url: https://github.com/valentineus/wecli
+
+# Copyright
+copyright: Copyright &copy; 2023 &mdash; 2024 Valentin Popov
+
+# Configuration
+theme:
+ name: material
+ language: en
+ palette:
+ scheme: slate
+
+# Additional configuration
+extra:
+ social:
+ - icon: fontawesome/brands/github
+ link: https://github.com/valentineus/wecli