fix links and build from branch 0344

This commit is contained in:
Matt Hill
2023-08-17 19:26:19 -06:00
parent 3f8d6b8c02
commit 1c8d298b8e
2 changed files with 11 additions and 52 deletions

View File

@@ -70,11 +70,11 @@ notfound_template = "404.html"
TAGS = [] TAGS = []
smv_tag_whitelist = multiversion_regex_builder(TAGS) smv_tag_whitelist = multiversion_regex_builder(TAGS)
# Whitelist pattern for branches (set to None to ignore all branches) # 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.2.x", "0.3.1.x", "0.3.2.x", "0.3.4.4"]
smv_branch_whitelist = multiversion_regex_builder(BRANCHES) smv_branch_whitelist = multiversion_regex_builder(BRANCHES)
# Defines which version is considered to be the latest stable version. # Defines which version is considered to be the latest stable version.
# Must be listed in smv_tag_whitelist or smv_branch_whitelist. # Must be listed in smv_tag_whitelist or smv_branch_whitelist.
smv_latest_version = "master" smv_latest_version = "0.3.4.4"
smv_rename_latest_version = "latest" smv_rename_latest_version = "latest"
# Whitelist pattern for remotes (set to None to use local branches only) # Whitelist pattern for remotes (set to None to use local branches only)
smv_remote_whitelist = r"^origin$" smv_remote_whitelist = r"^origin$"

View File

@@ -7,54 +7,13 @@ Whenever you are connected to the same Local Area Network (LAN) as your Start9 s
Select your OS below to connect via LAN. See our :ref:`Device Guides<device-guides>` section for all your client's setup guides. Select your OS below to connect via LAN. See our :ref:`Device Guides<device-guides>` section for all your client's setup guides.
.. raw:: html :ref:`Linux<lan-linux>`
<div class="topics-grid grid-container full"> :ref:`Mac<lan-mac>`
<div class="grid-x grid-margin-x"> :ref:`Windows<lan-windows>`
.. topic-box:: :ref:`Android<lan-android>`
:title: Linux
:link: ../../../../guides/device-guides/dg-linux/lan-linux
:icon: scylla-icon scylla-icon--linux
:class: large-4
:anchor: Connect
Integrate Linux devices :ref:`iOS<lan-ios>`
.. topic-box::
:title: Mac
:link: ../../../../guides/device-guides/dg-mac/lan-mac
:icon: scylla-icon scylla-icon--apple
:class: large-4
:anchor: Connect
Integrate Mac devices
.. topic-box::
:title: Windows
:link: ../../../../guides/device-guides/dg-windows/lan-windows
:icon: scylla-icon scylla-icon--windows
:class: large-4
:anchor: Connect
Integrate Windows devices
.. topic-box::
:title: Android
:link: ../../../../guides/device-guides/dg-android/lan-android
:icon: scylla-icon scylla-icon--android
:class: large-4
:anchor: Connect
Integrate Android devices
.. topic-box::
:title: iOS
:link: ../../../../guides/device-guides/dg-ios/lan-ios
:icon: scylla-icon scylla-icon--ios
:class: large-4
:anchor: Connect
Integrate iOS devices