mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-30 20:14:50 +00:00
restructure for available services
This commit is contained in:
@@ -93,6 +93,7 @@ code {
|
|||||||
.container, .container-lg, .container-md, .container-sm, .container-xl {
|
.container, .container-lg, .container-md, .container-sm, .container-xl {
|
||||||
max-width: 2200px;
|
max-width: 2200px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
|
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
@@ -146,3 +147,11 @@ code {
|
|||||||
margin: 0 0 1em 1.5em;
|
margin: 0 0 1em 1.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.caption > i {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav.bd-links .fa-chevron-up:hover, nav.bd-links .fa-chevron-down:hover {
|
||||||
|
color: #ff4960;
|
||||||
|
}
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
.. _available-services:
|
|
||||||
|
|
||||||
******************
|
|
||||||
Available Services
|
|
||||||
******************
|
|
||||||
|
|
||||||
`Bitcoin <https://github.com/Start9Labs/bitcoind-wrapper>`_
|
|
||||||
|
|
||||||
`Bitwarden <https://github.com/Start9Labs/filebrowser-wrapper>`_
|
|
||||||
|
|
||||||
`Cups <https://github.com/Start9Labs/cups-wrapper>`_
|
|
||||||
|
|
||||||
`File Browser <https://github.com/Start9Labs/filebrowser-wrapper>`_
|
|
||||||
@@ -74,9 +74,10 @@ html_theme_options = {
|
|||||||
"use_issues_button": True,
|
"use_issues_button": True,
|
||||||
"use_repository_button": True,
|
"use_repository_button": True,
|
||||||
"extra_navbar": "",
|
"extra_navbar": "",
|
||||||
|
"show_navbar_depth": 1,
|
||||||
}
|
}
|
||||||
html_logo = "_static/logo.png"
|
html_logo = "_static/logo.png"
|
||||||
html_title = "Start9 Labs"
|
html_title = "Docs"
|
||||||
html_favicon = "_static/favicon.ico"
|
html_favicon = "_static/favicon.ico"
|
||||||
html_js_files = [
|
html_js_files = [
|
||||||
'js/main.js'
|
'js/main.js'
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#############
|
#########################
|
||||||
Documentation
|
Start9 Labs Documentation
|
||||||
#############
|
#########################
|
||||||
|
|
||||||
Welcome to the docs!
|
Welcome to the docs!
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ Here you will find guidance and information about the Start9 Embassy personal se
|
|||||||
:caption: User Manuals
|
:caption: User Manuals
|
||||||
|
|
||||||
user-manuals/embassyos/index
|
user-manuals/embassyos/index
|
||||||
user-manuals/services/index
|
user-manuals/available-services/index
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|||||||
15
source/user-manuals/available-services/index.rst
Normal file
15
source/user-manuals/available-services/index.rst
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
.. _available-services:
|
||||||
|
|
||||||
|
******************
|
||||||
|
Available Services
|
||||||
|
******************
|
||||||
|
|
||||||
|
A list of currently released services for EmbassyOS. Links to the wrapper repository that contains advanced instructions and integration guides.
|
||||||
|
|
||||||
|
`Bitcoin <https://github.com/Start9Labs/bitcoind-wrapper>`_
|
||||||
|
|
||||||
|
`Bitwarden <https://github.com/Start9Labs/filebrowser-wrapper>`_
|
||||||
|
|
||||||
|
`Cups <https://github.com/Start9Labs/cups-wrapper>`_
|
||||||
|
|
||||||
|
`File Browser <https://github.com/Start9Labs/filebrowser-wrapper>`_
|
||||||
20
source/user-manuals/embassyos/general/index.rst
Normal file
20
source/user-manuals/embassyos/general/index.rst
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
*******
|
||||||
|
General
|
||||||
|
*******
|
||||||
|
|
||||||
|
An overview of EmbassyOS general capabilities.
|
||||||
|
|
||||||
|
Features
|
||||||
|
========
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
embassy-config
|
||||||
|
updating
|
||||||
|
wifi
|
||||||
|
developer-options/index
|
||||||
|
power
|
||||||
|
notifications
|
||||||
|
ssl
|
||||||
|
forgot-password
|
||||||
@@ -10,14 +10,11 @@ You can view and manage your Embassy inside the ``Embassy`` tab in the main menu
|
|||||||
|
|
||||||
Embassy tab
|
Embassy tab
|
||||||
|
|
||||||
|
Features
|
||||||
|
========
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
embassy-config
|
general/index
|
||||||
updating
|
services/index
|
||||||
wifi
|
|
||||||
developer-options/index
|
|
||||||
power
|
|
||||||
notifications
|
|
||||||
ssl
|
|
||||||
forgot-password
|
|
||||||
Reference in New Issue
Block a user