diff --git a/site/source/_static/logo.png b/site/source/_static/logo.png index 0d0382a..63e10bd 100644 Binary files a/site/source/_static/logo.png and b/site/source/_static/logo.png differ diff --git a/site/source/conf.py b/site/source/conf.py index d5bfc81..4863135 100644 --- a/site/source/conf.py +++ b/site/source/conf.py @@ -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": [], diff --git a/site/source/developer-docs/build-package-example/05_create-manifest.rst b/site/source/developer-docs/build-package-example/05_create-manifest.rst index cadafb0..8f53a3d 100644 --- a/site/source/developer-docs/build-package-example/05_create-manifest.rst +++ b/site/source/developer-docs/build-package-example/05_create-manifest.rst @@ -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". diff --git a/site/source/developer-docs/specification/properties.rst b/site/source/developer-docs/specification/properties.rst index 767bc46..286a964 100644 --- a/site/source/developer-docs/specification/properties.rst +++ b/site/source/developer-docs/specification/properties.rst @@ -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 { diff --git a/site/source/support/faq/faq-basic-use.rst b/site/source/support/faq/faq-basic-use.rst index e658aa8..d998463 100644 --- a/site/source/support/faq/faq-basic-use.rst +++ b/site/source/support/faq/faq-basic-use.rst @@ -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 `_ on forgot password, and let us know if you have any additional questions. All your services and data will remain. +Check out the `docs `_ 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? ------------------------------- diff --git a/sphinx-scylladb-theme b/sphinx-scylladb-theme index 554c4a6..8c9ecb5 160000 --- a/sphinx-scylladb-theme +++ b/sphinx-scylladb-theme @@ -1 +1 @@ -Subproject commit 554c4a61bd96b45ca743b7a68529d4270c46cc63 +Subproject commit 8c9ecb55c1482085ab83e13765c221f5823372c5