fix links, styles, disable banner

This commit is contained in:
Lucy Cifferello
2022-03-01 15:46:43 -07:00
parent 061c14be92
commit d638f8f24b
6 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 203 KiB

View File

@@ -94,9 +94,9 @@ html_theme_path = ["../../sphinx-scylladb-theme"]
html_theme_options = {
"conf_py_path": "site/source/",
"banner_button_text": "Learn more",
"banner_button_url": "https://docs.start9.com/latest",
"banner_button_url": "https://start9labs.medium.com/embassyos-0-3-0-f3d2d2ea016f",
"banner_title_text": "EmbassyOS 0.3.0 is now available 🥳",
"hide_banner": "false",
"hide_banner": "true",
"hide_edit_this_page_button": "false",
"hide_sidebar_index": "true",
"hide_version_dropdown": [],

View File

@@ -47,7 +47,7 @@ And populate it with the following example manifest (see the line comments for a
# The original project repository URL. There is no upstream repo in this example
upstream-repo: "https://github.com/Start9Labs/hello-world-wrapper"
# URL to the support site / channel for the project. This key can be omitted if none exists, or it can link to the original project repository issues.
support-site: "https://docs.start9.com/"
support-site: "https://start9.com/"
# URL to the marketing site for the project. This key can be omitted if none exists, or it can link to the original project repository.
marketing-site: "https://start9.com/"
# The series of commands to build the project into an s9pk for arm64/v8. In this case we are using a Makefile with the simple build command "make".

View File

@@ -15,7 +15,7 @@ Due to the fact that config variables are only available when the service is run
Service Properties
.. code-block:: TypeScript
.. code-block:: typescript
:caption: Properties Type
interface Properties {

View File

@@ -23,7 +23,7 @@ Yes, but there is currently no way to synchronize or federate them. We are work
What if I forget my Embassy password?
-------------------------------------
Check out the `docs <https://docs.start9.com/user-manual/general/forgot-password.html>`_ on forgot password, and let us know if you have any additional questions. All your services and data will remain.
Check out the `docs <https://start9.com/user-manual/general/forgot-password.html>`_ on forgot password, and let us know if you have any additional questions. All your services and data will remain.
My Embassy is set up, now what?
-------------------------------