소스 검색

Update Qt docs

* Added Qt 5.12 docs (latest LTS release)
* Use a stable URL for Qt 5.11 docs
Simon Hausmann 7 년 전
부모
커밋
46819a3e87
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      lib/docs/scrapers/qt.rb

+ 6 - 1
lib/docs/scrapers/qt.rb

@@ -103,9 +103,14 @@ module Docs
       Licensed under the GNU Free Documentation License, Version 1.3.
     HTML
 
+    version '5.12' do
+      self.release = '5.12'
+      self.base_url = 'https://doc.qt.io/qt-5.12/'
+    end
+
     version '5.11' do
       self.release = '5.11'
-      self.base_url = 'https://doc.qt.io/qt-5/'
+      self.base_url = 'https://doc.qt.io/qt-5.11/'
     end
 
     version '5.9' do