Scaffolding init

This commit is contained in:
kn0wmad
2021-12-05 20:51:03 -07:00
committed by Lucy Cifferello
parent cf7ea7519e
commit 4dc72ad620
2 changed files with 100 additions and 108 deletions

View File

@@ -1,20 +1,29 @@
Table of Contents # User Manual
- Getting Started
# Getting Started - Introduction
- Introduction
- Purchasing - Purchasing
- Initial Setup - Initial Setup
- Device-specific Setup Guides - Device-specific Setup Guides <label links with connectivity, performance, or tuning>
- Linux - Linux
- Mac - Mac
- Windows - Windows
- Android - Android
- iOS - iOS
- Walkthrough - Walkthrough
- Tabs Overview - Tabs Overview
- Updating EOS - Updating EOS
- Services Basics - Services
- User Manual - Service Marketplace <link to marketplace>
- Managing Services
- Install / Uninstall
- Instructions
- Interfaces
- Config
- Backups
- Properties
- Logs
- Dependencies
- Configuration
- Basic Config - Basic Config
- Name Your Embassy - Name Your Embassy
- WiFi Setup - WiFi Setup
@@ -45,37 +54,19 @@ Table of Contents
- Mobile - Mobile
- Android - Android
- iOS - iOS
- Services - Tuning
- Currently Available Services - DIY Guide
- Managing Services
- Install / Uninstall
- Instructions
- Interfaces
- Config
- Backups
- Properties
- Logs
- Dependencies
- Troubleshooting
- Connection
- Embassy
- Hardware
- Software
- Services
# Tune & Guides
- DIY Guide
- Hardware - Hardware
- EmbassyOS - EmbassyOS
- Migrating to Embassy - Migrating to Embassy
- From Umbrel - From Umbrel
- Advanced Configurations - Advanced Configurations
- SSH Setup - SSH Setup
- SSH over Tor - SSH over Tor
- Exec into a Service - Exec into a Service
- Change Marketplace - Change Marketplace
- EmbassyOS - EmbassyOS
- Service-specific Guides - Service-specific Guides
- Connecting External Services - Connecting External Services
- Bitcoin Wallets - Bitcoin Wallets
- FullyNoded - FullyNoded
@@ -85,6 +76,12 @@ Table of Contents
- Spark - Spark
- Zap - Zap
- Zeus - Zeus
- Troubleshooting
- Connection
- Embassy
- Hardware
- Software
- Services
# Knowledgebase # Knowledgebase
- Concepts - Concepts
@@ -105,7 +102,6 @@ Table of Contents
- Basic Usage - Basic Usage
- Services - Services
- Bitcoin and Lightning Network - Bitcoin and Lightning Network
- Contact
# Developer Documentation # Developer Documentation
- Service Packaging Guide - Service Packaging Guide

View File

@@ -2,47 +2,43 @@
Start9 Documentation Start9 Documentation
#################### ####################
Welcome!! Welcome to the Start9 Docs!
---------------------------
Here you will find guidance and information about the Embassy personal server and its operating system, EmbassyOS. If you identify an error with the docs or would like to contribute to them, please use the GitHub link at the top of this page. Here you will find guidance and information about Embassy personal server and its operating system, EmbassyOS. If you identify an error with the docs or would like to contribute to them, please use the GitHub link at the top of this page.
.. toctree:: EmbassyOS is designed to work out of the box with a minimal setup and immediate practicality. That being said, there are a great many different use-cases and utilities that can be added at your convenience. You can get started right away with Initial Setup <link>. In the `User Manual <link>`, you will find information on what EmbassyOS can do for you, as well as configuration and customization options. Use our Knowledgebase <link> to learn more about the technologies behind Embassy. When you're ready to build, please check out our `Developer Docs <link>`. Please don't hestitate to `Contact Us <link>` if you have any issues, questions, or suggestions that are not covered here.
:maxdepth: 2
:caption: Getting Started
getting-started/introduction Table of Contents
getting-started/purchasing =================
getting-started/diy
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
:caption: User Manual :caption: User Manual
user-manual/initial-setup - Introduction
user-manual/connecting - Purchasing
user-manual/general/index - Initial Setup
user-manual/managing-services/index - Device-specific Setup Guides
user-manual/getting-started
user-manual/walkthrough
user-manual/services
user-manual/configuration
user-manual/tuning
user-manual/troubleshooting
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
:caption: Misc Guides :caption: Knowledgebase
misc-guides/available-services knowledgebase/concepts
misc-guides/bitcoin-cli knowledgebase/faq
misc-guides/tor-os/index
misc-guides/tor-firefox/index
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
:caption: Contributing :caption: Developer Docs
contributing/services/index dev-docs/service-packaging
contributing/embassyos dev-docs/packaging-example
dev-docs/dev-faq
.. toctree::
:maxdepth: 2
:caption: Support
support/FAQ/index
support/concepts
support/contact