mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Docs: don't index changelogs (#12166)
* Docs: don't index changelogs * Exclude 2019 changelog
This commit is contained in:
File diff suppressed because it is too large
Load Diff
1556
doc/General/Changelogs/2019.md
Normal file
1556
doc/General/Changelogs/2019.md
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user