Merge pull request #3922 from pallets/consistency
various cleanup for consistency between projects
This commit is contained in:
commit
dcd3b5c8f8
10 changed files with 40 additions and 31 deletions
|
|
@ -38,11 +38,13 @@ html_theme = "flask"
|
|||
html_theme_options = {"index_sidebar_logo": False}
|
||||
html_context = {
|
||||
"project_links": [
|
||||
ProjectLink("Donate to Pallets", "https://palletsprojects.com/donate"),
|
||||
ProjectLink("Flask Website", "https://palletsprojects.com/p/flask/"),
|
||||
ProjectLink("PyPI releases", "https://pypi.org/project/Flask/"),
|
||||
ProjectLink("Donate", "https://palletsprojects.com/donate"),
|
||||
ProjectLink("PyPI Releases", "https://pypi.org/project/Flask/"),
|
||||
ProjectLink("Source Code", "https://github.com/pallets/flask/"),
|
||||
ProjectLink("Issue Tracker", "https://github.com/pallets/flask/issues/"),
|
||||
ProjectLink("Website", "https://palletsprojects.com/p/flask/"),
|
||||
ProjectLink("Twitter", "https://twitter.com/PalletsTeam"),
|
||||
ProjectLink("Chat", "https://discord.gg/pallets"),
|
||||
]
|
||||
}
|
||||
html_sidebars = {
|
||||
|
|
|
|||
|
|
@ -85,6 +85,6 @@ Design notes, legal information and changelog are here for the interested.
|
|||
htmlfaq
|
||||
security
|
||||
extensiondev
|
||||
changelog
|
||||
license
|
||||
contributing
|
||||
license
|
||||
changes
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
License
|
||||
=======
|
||||
|
||||
Source License
|
||||
--------------
|
||||
BSD-3-Clause Source License
|
||||
---------------------------
|
||||
|
||||
The BSD-3-Clause license applies to all files in the Flask repository
|
||||
and source distribution. This includes Flask's source code, the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue