diff options
author | Raphael <mail@raphaelkabo.com> | 2024-02-28 23:57:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-28 23:57:52 +0000 |
commit | 66cd55e1e0d46d4ef67442f211f7b0ff9df2762e (patch) | |
tree | 2605d9b9be3e22abdefd89075b4a8a2187cb9a4a /mkdocs.yml | |
parent | 35398241dea769bd7554eaca0a9045801c847340 (diff) | |
parent | d2a3d0272ed7725d0bc848267d560c468235507b (diff) |
Merge pull request #137 from lowercasename/rk/docs
Add docs using MkDocs
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..88dcddc --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,2 @@ +site_name: Gathio +theme: material |