restructure for available services

This commit is contained in:
Lucy Cifferello
2020-10-20 18:32:18 -06:00
parent 9fc81c5b5c
commit 045650ce02
25 changed files with 56 additions and 27 deletions

View File

@@ -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;
}

View File

@@ -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>`_

View File

@@ -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'

View File

@@ -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

View 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>`_

View 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

View File

@@ -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