mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 10:21:53 +00:00
restructure for available services
This commit is contained in:
@@ -91,7 +91,8 @@ code {
|
||||
|
||||
@media (min-width: 1200px){
|
||||
.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 {
|
||||
@@ -145,4 +146,12 @@ code {
|
||||
width: 90%;
|
||||
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_repository_button": True,
|
||||
"extra_navbar": "",
|
||||
"show_navbar_depth": 1,
|
||||
}
|
||||
html_logo = "_static/logo.png"
|
||||
html_title = "Start9 Labs"
|
||||
html_title = "Docs"
|
||||
html_favicon = "_static/favicon.ico"
|
||||
html_js_files = [
|
||||
'js/main.js'
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#############
|
||||
Documentation
|
||||
#############
|
||||
#########################
|
||||
Start9 Labs Documentation
|
||||
#########################
|
||||
|
||||
Welcome to the docs!
|
||||
|
||||
@@ -18,7 +18,7 @@ Here you will find guidance and information about the Start9 Embassy personal se
|
||||
:caption: User Manuals
|
||||
|
||||
user-manuals/embassyos/index
|
||||
user-manuals/services/index
|
||||
user-manuals/available-services/index
|
||||
|
||||
.. toctree::
|
||||
: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
|
||||
|
||||
Features
|
||||
========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
embassy-config
|
||||
updating
|
||||
wifi
|
||||
developer-options/index
|
||||
power
|
||||
notifications
|
||||
ssl
|
||||
forgot-password
|
||||
general/index
|
||||
services/index
|
||||
Reference in New Issue
Block a user