mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-26 16:57:18 +00:00
chg: [mkdocs] add RSS support
This commit is contained in:
parent
7950022194
commit
62070573e1
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
site_name: MISP galaxy
|
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 <a href="https://github.com/MISP/misp-galaxy">MISP galaxy</a> is CC0 or 2-clause BSD.
|
copyright: Copyright © 2015 - 2024 MISP Project - License for the <a href="https://github.com/MISP/misp-galaxy">MISP galaxy</a> is CC0 or 2-clause BSD.
|
||||||
#repo_url: https://github.com/MISP/misp-galaxy - wtf is mkdocs searching for the master branch
|
#repo_url: https://github.com/MISP/misp-galaxy - wtf is mkdocs searching for the master branch
|
||||||
theme:
|
theme:
|
||||||
|
@ -61,5 +63,6 @@ extra:
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- search
|
- search
|
||||||
|
- rss
|
||||||
#- git-committers:
|
#- git-committers:
|
||||||
# branch: main
|
# branch: main
|
||||||
|
|
Loading…
Reference in a new issue