Docs: don't index changelogs (#12166)

* Docs: don't index changelogs

* Exclude 2019 changelog
This commit is contained in:
Tony Murray
2020-09-30 03:11:32 -05:00
committed by GitHub
parent 41ed0537b4
commit 551e95a2e0
4 changed files with 1562 additions and 1575 deletions

View File

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff

View File

@@ -23,7 +23,10 @@ markdown_extensions:
lang: php
options:
startinline: true
plugins:
- search
- exclude:
glob: General/Changelogs/*
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css
- librenms.css

View File

@@ -46,6 +46,7 @@ class DocsTest extends TestCase
'General/Changelogs/2016.md',
'General/Changelogs/2017.md',
'General/Changelogs/2018.md',
'General/Changelogs/2019.md',
'General/Contributing.md',
'General/Credits.md',
'Installation/Installation-(Debian-Ubuntu).md',