diff --git a/README.md b/README.md index 143a35f..9d116b6 100644 --- a/README.md +++ b/README.md @@ -31,16 +31,6 @@ If any css or table of contents organization changes, run: `make clean html`. If you notice a mistake in the docs, or you have an idea for improving them, we would like to know about it. You can either fix the mistake yourself and submit a pull request, or you can report the mistake by submitting an issue. -### Guide Templates - -We welcome contributions to add a guide to this documentation repository. Please reference the template [here](source/contributing/template.rst) and use proper restructured text syntax. - -Guides should live under `./source/user-manuals/external`. If they are bitcoin related, add a section title for the next integration guide in the `bitcoin.rst` page. If the guide belongs in a new topic, create a new `.rst` file with an appropriate name following the template conventions. Don't forget to include the new page in the `index.rst` file toctree within the external folder. - -All images should be placed in `./source/_static/images` with descriptive labeling. - -Figure directives should include an alt description. - ### Submitting an issue Click on the "Issues" tab in the top navbar. Provide a good title and describe clearly the mistake or improvement. diff --git a/source/_static/images/bitcoin_instructions.png b/source/_static/images/bitcoin_instructions.png new file mode 100644 index 0000000..4a4cf93 Binary files /dev/null and b/source/_static/images/bitcoin_instructions.png differ diff --git a/source/_static/images/bitcoin_instructions_view.png b/source/_static/images/bitcoin_instructions_view.png new file mode 100644 index 0000000..28da0b8 Binary files /dev/null and b/source/_static/images/bitcoin_instructions_view.png differ diff --git a/source/_static/images/specter/edit-tor-config1.png b/source/_static/images/specter/edit-tor-config1.png deleted file mode 100644 index 66768bc..0000000 Binary files a/source/_static/images/specter/edit-tor-config1.png and /dev/null differ diff --git a/source/_static/images/specter/embassy1.png b/source/_static/images/specter/embassy1.png deleted file mode 100644 index aec59ce..0000000 Binary files a/source/_static/images/specter/embassy1.png and /dev/null differ diff --git a/source/_static/images/specter/go-to-folder.png b/source/_static/images/specter/go-to-folder.png deleted file mode 100644 index a8b8706..0000000 Binary files a/source/_static/images/specter/go-to-folder.png and /dev/null differ diff --git a/source/_static/images/specter/go-to-folder2.png b/source/_static/images/specter/go-to-folder2.png deleted file mode 100644 index 83710aa..0000000 Binary files a/source/_static/images/specter/go-to-folder2.png and /dev/null differ diff --git a/source/_static/images/specter/install-homebrew.png b/source/_static/images/specter/install-homebrew.png deleted file mode 100644 index ce397f6..0000000 Binary files a/source/_static/images/specter/install-homebrew.png and /dev/null differ diff --git a/source/_static/images/specter/install-homebrew1.png b/source/_static/images/specter/install-homebrew1.png deleted file mode 100644 index a896f9b..0000000 Binary files a/source/_static/images/specter/install-homebrew1.png and /dev/null differ diff --git a/source/_static/images/specter/install_tor.png b/source/_static/images/specter/install_tor.png deleted file mode 100644 index e60ba4c..0000000 Binary files a/source/_static/images/specter/install_tor.png and /dev/null differ diff --git a/source/_static/images/specter/specter-desktop.png b/source/_static/images/specter/specter-desktop.png deleted file mode 100644 index 81550a5..0000000 Binary files a/source/_static/images/specter/specter-desktop.png and /dev/null differ diff --git a/source/_static/images/specter/specter-desktop2.png b/source/_static/images/specter/specter-desktop2.png deleted file mode 100644 index f653b1c..0000000 Binary files a/source/_static/images/specter/specter-desktop2.png and /dev/null differ diff --git a/source/available-services/index.rst b/source/available-services/index.rst new file mode 100644 index 0000000..78c012a --- /dev/null +++ b/source/available-services/index.rst @@ -0,0 +1,13 @@ +.. _available-services: + +****************** +Available Services +****************** + +`Bitcoin `_ + +`Bitwarden `_ + +`Cups `_ + +`File Browser `_ \ No newline at end of file diff --git a/source/conf.py b/source/conf.py index 76a4b73..98edb59 100644 --- a/source/conf.py +++ b/source/conf.py @@ -76,7 +76,7 @@ html_theme_options = { "extra_navbar": "", } html_logo = "_static/logo.png" -html_title = "Docs" +html_title = "Start9 Labs" html_favicon = "_static/favicon.ico" html_js_files = [ 'js/main.js' diff --git a/source/contributing/template.rst b/source/contributing/template.rst deleted file mode 100644 index 9fa1c3d..0000000 --- a/source/contributing/template.rst +++ /dev/null @@ -1,47 +0,0 @@ -.. _template: - -.. this is a comment -.. above is how you create an internal link so you can reference this page like :ref:`desired text