Browse Source

tailwindcss: add links

Simon Legner 3 years ago
parent
commit
5f43257651
1 changed files with 4 additions and 0 deletions
  1. 4 0
      lib/docs/scrapers/tailwindcss.rb

+ 4 - 0
lib/docs/scrapers/tailwindcss.rb

@@ -6,6 +6,10 @@ module Docs
     self.base_url = 'https://tailwindcss.com/docs'
     self.root_path = '/'
     self.release = '2.0.3'
+    self.links = {
+      home: 'tps://tailwindcss.com/',
+      code: 'https://github.com/tailwindlabs/tailwindcss'
+    }
 
     html_filters.push 'tailwindcss/entries', 'tailwindcss/clean_html'