浏览代码

tailwindcss: add links

Simon Legner 3 年之前
父节点
当前提交
5f43257651
共有 1 个文件被更改,包括 4 次插入0 次删除
  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'