From 1c8d298b8e5c07031757ebb53665dfd62638d76b Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Thu, 17 Aug 2023 19:26:19 -0600 Subject: [PATCH] fix links and build from branch 0344 --- site/source/conf.py | 4 +- .../overview/connecting/connecting-lan.rst | 59 +++---------------- 2 files changed, 11 insertions(+), 52 deletions(-) diff --git a/site/source/conf.py b/site/source/conf.py index 457cfa7..67f5446 100644 --- a/site/source/conf.py +++ b/site/source/conf.py @@ -70,11 +70,11 @@ 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.2.x", "0.3.1.x", "0.3.2.x", "0.3.4.4"] 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_latest_version = "0.3.4.4" smv_rename_latest_version = "latest" # Whitelist pattern for remotes (set to None to use local branches only) smv_remote_whitelist = r"^origin$" diff --git a/site/source/user-manual/overview/connecting/connecting-lan.rst b/site/source/user-manual/overview/connecting/connecting-lan.rst index 60f273c..2e4f372 100644 --- a/site/source/user-manual/overview/connecting/connecting-lan.rst +++ b/site/source/user-manual/overview/connecting/connecting-lan.rst @@ -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` section for all your client's setup guides. -.. raw:: html - -
- -
- -.. topic-box:: - :title: Linux - :link: ../../../../guides/device-guides/dg-linux/lan-linux - :icon: scylla-icon scylla-icon--linux - :class: large-4 - :anchor: Connect - - Integrate Linux devices - -.. 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 + :ref:`Linux` + + :ref:`Mac` + + :ref:`Windows` + + :ref:`Android` + + :ref:`iOS` \ No newline at end of file