From 62070573e11c9ec37e413516bca6fdbbc48646ac Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 2 Jan 2024 10:48:04 +0100 Subject: [PATCH] chg: [mkdocs] add RSS support --- tools/mkdocs/site/mkdocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/mkdocs/site/mkdocs.yml b/tools/mkdocs/site/mkdocs.yml index c1e75ba..23a61dd 100644 --- a/tools/mkdocs/site/mkdocs.yml +++ b/tools/mkdocs/site/mkdocs.yml @@ -1,4 +1,6 @@ site_name: MISP galaxy +site_url: https://misp-galaxy.org +site_description: The public knowledge base of MISP galaxy - for threat intelligence, intelligence, cybersecurity models and information sharing. copyright: Copyright © 2015 - 2024 MISP Project - License for the MISP galaxy is CC0 or 2-clause BSD. #repo_url: https://github.com/MISP/misp-galaxy - wtf is mkdocs searching for the master branch theme: @@ -61,5 +63,6 @@ extra: plugins: - search + - rss #- git-committers: # branch: main