mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
parent
2ce1e32873
commit
ffd04dfeb6
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@ module Docs
|
|||
self.name = 'C++'
|
||||
self.slug = 'cpp'
|
||||
self.type = 'c'
|
||||
self.dir = '/Users/Thibaut/DevDocs/Docs/C/en/cpp'
|
||||
self.dir = '/Users/Thibaut/DevDocs/Docs/C/cpp'
|
||||
self.base_url = 'http://en.cppreference.com/w/cpp/'
|
||||
self.root_path = 'header.html'
|
||||
|
||||
|
@ -20,6 +20,7 @@ module Docs
|
|||
regex/ecmascript.html
|
||||
regex/regex_token_iterator/operator_cmp.html
|
||||
)
|
||||
options[:skip_patterns] = [/experimental/]
|
||||
options[:only_patterns] = [/\.html\z/]
|
||||
|
||||
options[:fix_urls] = ->(url) do
|
||||
|
|
Loading…
Reference in a new issue