mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 18:31:53 +00:00
fix links and build from branch 0344
This commit is contained in:
@@ -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$"
|
||||
|
||||
@@ -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.
|
||||
|
||||
.. raw:: html
|
||||
|
||||
<div class="topics-grid grid-container full">
|
||||
|
||||
<div class="grid-x grid-margin-x">
|
||||
|
||||
.. 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<lan-linux>`
|
||||
|
||||
:ref:`Mac<lan-mac>`
|
||||
|
||||
:ref:`Windows<lan-windows>`
|
||||
|
||||
:ref:`Android<lan-android>`
|
||||
|
||||
:ref:`iOS<lan-ios>`
|
||||
|
||||
Reference in New Issue
Block a user