Initial sections commit
All checks were successful
Tests / test (3.10) (push) Successful in 9s
Tests / test (3.11) (push) Successful in 10s
Tests / test (3.9) (push) Successful in 10s

This commit is contained in:
2024-05-12 14:58:27 +02:00
parent f0653aa4aa
commit 95da144791
26 changed files with 161 additions and 1 deletions

View File

1
docs/api/index.md Normal file
View File

@@ -0,0 +1 @@
# API

0
docs/api/installation.md Normal file
View File

0
docs/api/upgrading.md Normal file
View File

BIN
docs/assets/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

BIN
docs/assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

View File

@@ -0,0 +1 @@
# Telegram Bot

View File

View File

View File

View File

1
docs/community/index.md Normal file
View File

@@ -0,0 +1 @@
# Community

View File

View File

@@ -0,0 +1 @@
# Public instance

View File

View File

View File

View File

3
docs/index.md Normal file
View File

@@ -0,0 +1,3 @@
# Welcome to Garbage Reminder
This documentation is under development and is not finished yet.

View File

@@ -0,0 +1,5 @@
:root {
--md-primary-fg-color: #A9C217;
--md-primary-fg-color--light: #A9C217;
--md-primary-fg-color--dark: #A9C217;
}