mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Flask documentation (2.0.x)
This commit is contained in:
parent
1ac3dd93dd
commit
6f3c1167e2
2 changed files with 7 additions and 2 deletions
|
@ -308,7 +308,7 @@ credits = [
|
|||
'https://fishshell.com/docs/current/license.html'
|
||||
], [
|
||||
'Flask',
|
||||
'2007-2020 Pallets',
|
||||
'2007-2021 Pallets',
|
||||
'BSD',
|
||||
'https://github.com/pallets/flask/blob/master/LICENSE.rst'
|
||||
], [
|
||||
|
|
|
@ -14,10 +14,15 @@ module Docs
|
|||
options[:skip_patterns] = [/\Atutorial\//]
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2007–2020 Pallets<br>
|
||||
© 2007–2021 Pallets<br>
|
||||
Licensed under the BSD 3-clause License.
|
||||
HTML
|
||||
|
||||
version '2.0' do
|
||||
self.release = '2.0.x'
|
||||
self.base_url = "https://flask.palletsprojects.com/en/#{self.release}/"
|
||||
end
|
||||
|
||||
version '1.1' do
|
||||
self.release = '1.1.x'
|
||||
self.base_url = "https://flask.palletsprojects.com/en/#{self.release}/"
|
||||
|
|
Loading…
Reference in a new issue