We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7075dd commit e69e15eCopy full SHA for e69e15e
lib/docs/scrapers/salt_stack.rb
@@ -3,6 +3,10 @@ class SaltStack < UrlScraper
3
self.type = 'salt_stack'
4
self.release = '2018.3.2'
5
self.base_url = 'https://docs.saltstack.com/en/latest/ref/'
6
+ self.links = {
7
+ home: 'https://www.saltstack.com/',
8
+ code: 'https://github.com/saltstack/salt'
9
+ }
10
11
html_filters.push 'salt_stack/clean_html', 'salt_stack/entries'
12
0 commit comments