From 883da0bc8957f785283c016de0cf0f403413ded9 Mon Sep 17 00:00:00 2001 From: Henry Wilkinson Date: Thu, 6 Apr 2023 17:20:50 -0400 Subject: [PATCH] Adds footer license & links - Updates license section in readme clarifying docs licensing --- README.md | 2 +- mkdocs.yml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 743c82be..44effb92 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,4 @@ Please see the GitHub issues and [this GitHub Project](https://github.com/orgs/w Browsertrix Cloud is made available under the AGPLv3 License. -If you would like to use it under a different license or have a question, please reach out as that may be a possibility. +Documentation is made available under the Creative Commons Attribution 4.0 International License \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index d6f060ff..a09017e8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -14,6 +14,7 @@ theme: - navigation.instant - navigation.tracking - navigation-indexes + - navigation.footer font: text: Inter code: Recursive @@ -50,3 +51,14 @@ markdown_extensions: extra: generator: false + social: + - icon: bootstrap/globe + link: https://webrecorder.net + - icon: bootstrap/chat-left-text-fill + link: https://forum.webrecorder.net/ + - icon: bootstrap/mastodon + link: https://digipres.club/@webrecorder + - icon: bootstrap/youtube + link: https://www.youtube.com/@webrecorder +copyright: "Creative Commons Attribution 4.0 International (CC BY 4.0)" + \ No newline at end of file