From cf7ea7519e6fcc39462d0735a5b5a17526edca1c Mon Sep 17 00:00:00 2001 From: kn0wmad Date: Fri, 3 Dec 2021 20:06:19 -0700 Subject: [PATCH] Layout init --- source/03-index.md | 125 +++++++++++++++++++++++++++++++++++++++++++++ source/index.rst | 48 +++++++++++++++++ 2 files changed, 173 insertions(+) create mode 100644 source/03-index.md create mode 100644 source/index.rst diff --git a/source/03-index.md b/source/03-index.md new file mode 100644 index 0000000..4bc04d1 --- /dev/null +++ b/source/03-index.md @@ -0,0 +1,125 @@ +Table of Contents + +# Getting Started +- Introduction + - Purchasing + - Initial Setup + - Device-specific Setup Guides + - Linux + - Mac + - Windows + - Android + - iOS + - Walkthrough + - Tabs Overview + - Updating EOS + - Services Basics + - User Manual + - Basic Config + - Name Your Embassy + - WiFi Setup + - Running Tor + - Desktop + - Linux + - Mac + - Windows + - Mobile + - Android + - iOS + - Browser + - FF Desktop + - FF Mobile + - LAN Setup + - Desktop + - Linux + - Mac + - Windows + - Mobile + - Android + - iOS + - Known Limitations + - Desktop + - Linux + - Mac + - Windows + - Mobile + - Android + - iOS + - Services + - Currently Available Services + - Managing Services + - Install / Uninstall + - Instructions + - Interfaces + - Config + - Backups + - Properties + - Logs + - Dependencies + - Troubleshooting + - Connection + - Embassy + - Hardware + - Software + - Services + +# Tune & Guides +- DIY Guide + - Hardware + - EmbassyOS +- Migrating to Embassy + - From Umbrel +- Advanced Configurations + - SSH Setup + - SSH over Tor + - Exec into a Service + - Change Marketplace +- EmbassyOS +- Service-specific Guides + - Connecting External Services + - Bitcoin Wallets + - FullyNoded + - Specter + - Sparrow + - Lightning Wallets + - Spark + - Zap + - Zeus + +# Knowledgebase + - Concepts + - Open Source + - Self-Hosting + - Start9 + - EmbassyOS + - Bitcoin/Lightning + - LAN + - SSL + - Tor + - FAQ + - General + - Embassy + - Device + - OS + - DIY + - Basic Usage + - Services + - Bitcoin and Lightning Network + - Contact + +# Developer Documentation + - Service Packaging Guide + - Overview + - Wrapper + - Manifest + - Docker + - Makefile + - Config + - Properties + - Instructions + - Backups + - Submission Process + - Service Packaging Walkthrough (Hello-World Example) + - Development FAQ + - Contributing + - Service Packaging diff --git a/source/index.rst b/source/index.rst new file mode 100644 index 0000000..e19b472 --- /dev/null +++ b/source/index.rst @@ -0,0 +1,48 @@ +#################### +Start9 Documentation +#################### + +Welcome!! + +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. + +.. toctree:: + :maxdepth: 2 + :caption: Getting Started + + getting-started/introduction + getting-started/purchasing + getting-started/diy + +.. toctree:: + :maxdepth: 2 + :caption: User Manual + + user-manual/initial-setup + user-manual/connecting + user-manual/general/index + user-manual/managing-services/index + +.. toctree:: + :maxdepth: 2 + :caption: Misc Guides + + misc-guides/available-services + misc-guides/bitcoin-cli + misc-guides/tor-os/index + misc-guides/tor-firefox/index + +.. toctree:: + :maxdepth: 2 + :caption: Contributing + + contributing/services/index + contributing/embassyos + +.. toctree:: + :maxdepth: 2 + :caption: Support + + support/FAQ/index + support/concepts + support/contact