Skip to content

Commit e69e15e

Browse files
committed
Add salt links
1 parent b7075dd commit e69e15e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/docs/scrapers/salt_stack.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ class SaltStack < UrlScraper
33
self.type = 'salt_stack'
44
self.release = '2018.3.2'
55
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+
}
610

711
html_filters.push 'salt_stack/clean_html', 'salt_stack/entries'
812

0 commit comments

Comments
 (0)