From d471e6e5b8ec47b9167f75eb1b3dd74230c8604c Mon Sep 17 00:00:00 2001 From: Lucy Joshua Date: Mon, 6 Feb 2023 22:27:09 +0200 Subject: [PATCH] Docs - adding credits, fixing edit --- docs/files/index.md | 19 ++++++++++++++++++- docs/mkdocs.yml | 1 + 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/files/index.md b/docs/files/index.md index a3ea2f8..af71cbe 100644 --- a/docs/files/index.md +++ b/docs/files/index.md @@ -8,4 +8,21 @@ Welcome to the Bot Yam documentation, to ultimate source of knowledge when it co Here you can have the syntax menu, but also read some information for nerds. -If you consider contributing, read the [license](license.md) first. \ No newline at end of file +## Who to blame? + +### Main Development Team +- Lucy Joshua (@LucyBscalE) - Coding, jokes and video editing (except credited below) +- Nir Hauschner (@nir_hau) - Profile/Cover Photos +- Staz Raz (@StevenRaz5) - Jokes +- Nadav Koren (@NadavKorn) - QA +- Aviv Yashar (@aviv_yashar) - Main victim + +### Credits +All jokes and videos are accumulated and edited by Lucy Joshua, except: +- "I'm From Bat Yam" - Aviv Yashar (@aviv_yashar) +- "Gebels" - Aviv Yashar (@aviv_yashar) +- "Vodka Redbull/Misadot" - Lindi (@lindi_orginal) +- "Misadot Re-enactment" - Kai Mairone (@KaiMairone) + +### License +The project is protected under the GNU GPLv3. For more information, visit the [license page](license.md).
Please read if you conside contributing. \ No newline at end of file diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 6c96ddd..34cb0f9 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -16,6 +16,7 @@ markdown_extensions: base_path: . - admonition docs_dir: 'files' +edit_uri: 'tree/main/docs/files' nav: - Home: 'index.md' - User Guide: 'usage.md'