From 36ed1085269ba27ba600d9831a3d2dca123f5d46 Mon Sep 17 00:00:00 2001 From: Zakkye <126860751+Domenez25@users.noreply.github.com> Date: Thu, 1 Aug 2024 20:19:31 +0200 Subject: [PATCH] added Licenc, footer and git link --- LICENCE | 21 +++++++++++++++++++++ mkdocs.yml | 18 ++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 LICENCE diff --git a/LICENCE b/LICENCE new file mode 100644 index 0000000..63b4b68 --- /dev/null +++ b/LICENCE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) [year] [fullname] + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 482f852..614fc06 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,6 +3,10 @@ site_description: Comprehensive documentation on web security using Django site_author: Domenez-dev site_url: https://domenez-dev.github.io/build-a-secure-web-application-using-django/ +repo_url: https://github.com/Domenez-dev/build-a-secure-web-application-using-django +repo_name: Build-a-secure-web-application-using-django +edit_uri: edit/main/docs/ + theme: name: material palette: @@ -26,6 +30,7 @@ theme: features: # - navigation.tabs - navigation.top + - navigation.footer - search.highlight - search.suggest # - toc.integrate @@ -93,3 +98,16 @@ markdown_extensions: - codehilite - pymdownx.superfences - pymdownx.details + +extra: + social: + - icon: material/github + link: https://github.com/domenez-dev + - icon: material/instagram + link: https://instagram.com/domenez_dev + - icon: material/linkedin + link: https://www.linkedin.com/in/bouzara-zakaria/ + - icon: fontawesome/brands/dribbble + link: https://dribbble.com/Domenez + +copyright: Copyright © 2024 MIT Licence \ No newline at end of file