mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 10:21:53 +00:00
Update/035 (#529)
* update initial setup images and some copy * rename backups * cleanup and fix build errors * reconfigure for 035 deployment * Alignment * Initial Root CA trust * Wording touchups and Pro>Pure * Remove extraneous message * Simplify anchor text * restructure backups * update setup wizard screenshots * Update firmware link and filename * update branches list * copy updates * update copy to make anchor tags cleaner * Remove FAQ, link to website FAQ * add missing troubleshooting links --------- Co-authored-by: gStart9 <george@start9labs.com> Co-authored-by: Matt Hill <mattnine@protonmail.com> Co-authored-by: agent <kn0wmad@protonmail.com>
This commit is contained in:
@@ -70,14 +70,15 @@ notfound_template = "404.html"
|
||||
TAGS = []
|
||||
smv_tag_whitelist = multiversion_regex_builder(TAGS)
|
||||
# Whitelist pattern for branches (set to None to ignore all branches)
|
||||
BRANCHES = ["0.2.x", "0.3.1.x", "0.3.2.x", "master"]
|
||||
BRANCHES = ["0.3.4.x", "0.3.5.x"]
|
||||
smv_branch_whitelist = multiversion_regex_builder(BRANCHES)
|
||||
# Defines which version is considered to be the latest stable version.
|
||||
# Must be listed in smv_tag_whitelist or smv_branch_whitelist.
|
||||
smv_latest_version = "master"
|
||||
smv_rename_latest_version = "latest"
|
||||
smv_latest_version = "0.3.5.x"
|
||||
# smv_rename_latest_version = "0.3.5.x"
|
||||
# Whitelist pattern for remotes (set to None to use local branches only)
|
||||
smv_remote_whitelist = r"^origin$"
|
||||
# smv_remote_whitelist = "none"
|
||||
# Pattern for released versions
|
||||
smv_released_pattern = r'^tags/.*$'
|
||||
# Format for versioned output directories inside the build directory
|
||||
|
||||
Reference in New Issue
Block a user