Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,21 @@ plugins:
abstract_chars_count: -1
redirects:
redirect_maps:
# Toga project references
"toga.md": "https://toga.beeware.org/"
"project/toga.md": "https://toga.beeware.org/"
"project/projects/libraries/toga.md": "https://toga.beeware.org/"
# Briefcase project references
"briefcase.md": "https://briefcase.beeware.org/"
"project/briefcase.md": "https://briefcase.beeware.org/"
"project/projects/tools/briefcase.md": "https://briefcase.beeware.org/"
# Rubicon-ObjC project references
"rubicon.md": "https://rubicon-objc.beeware.org/"
"project/utilities/rubicon.md": "https://rubicon-objc.beeware.org/"
"project/projects/bridges/rubicon.md": "https://rubicon-objc.beeware.org/"
# Podium project references
"project/applications/podium.md": "https://github.com/beeware/podium"
"project/projects/applications/podium.md": "https://github.com/beeware/podium"
# shortlinks
"bee/briefcase-bootstraps.md": "https://briefcase.beeware.org/en/latest/reference/commands/new.html#third-party-bootstraps"
"bee/chat.md": "https://discord.gg/AjYYm8cyQM"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ If you have any questions, just ask [myself](https://twitter.com/glasnt) or [Rus

We'd love to see you there! ✨

This article has been cross-posted on [glasnt.com/blog](http://glasnt.com/blog/2017/02/01/come-sprint-with-beeware.html).
This article has been cross-posted on [glasnt.com/blog](https://glasnt.com/blog/come-sprint-with-beeware/).
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ commands:
translate : build_po_translations ar cs da de es fa fr it ja ko pl pt ru tr zh_CN zh_TW
translate : update_machine_translations --soft-fail ar cs da de es fa fr it ja ko pl pt ru tr zh_CN zh_TW
lint : pyspelling
lint : markdown-checker --dir {[docs]docs_dir} --func check_broken_urls --skip-domains=https://www.maxcdn.com/blog/beeware-be-sticky/,http://glasnt.com/blog/2017/02/01/come-sprint-with-beeware.html
# MaxCDN has been acquired and their blog no longer exists
# Play store has delisted Travel Tips for now..
lint : markdown-checker --dir {[docs]docs_dir} --func check_broken_urls --skip-domains=https://www.maxcdn.com/blog/beeware-be-sticky/,https://play.google.com/store/apps/details
en : build_md_translations {posargs} en
ar : build_md_translations {posargs} ar
cs : build_md_translations {posargs} cs
Expand Down