diff --git a/README.md b/README.md index a4bed48..2d235aa 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@

Explore the repo»
- Explore the docs» + Explore the docs»

diff --git a/docs/_templates/versions.html b/docs/_templates/versions.html index 4dece12..2f55eba 100644 --- a/docs/_templates/versions.html +++ b/docs/_templates/versions.html @@ -20,7 +20,7 @@ {% endif %}
- {{ the_version }} + {{ the_version }}
{% if the_version == current_version %}
diff --git a/docs/conf.py b/docs/conf.py index a306540..6efc5d2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,7 +33,7 @@ author = "Thomas Gurriet (tgurriet@3laws.io)" version = current_version release = current_version -html_baseurl = "https://3lawsrobotics.github.io/3laws/" +html_baseurl = "https://docs.3laws.io/" html_favicon = "sources/data/favicon.png" extensions = [ @@ -45,7 +45,7 @@ "sphinx_copybutton", "sphinxcontrib.youtube", "sphinx_tabs.tabs", - "myst_parser" + "myst_parser", ] html_show_sphinx = False diff --git a/docs/index.html b/docs/index.html index 41b6f81..03cfe05 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,12 +3,12 @@ 3Laws Robotics Documentation - +

Please wait while you're redirected to our documentation.

+ href="http://docs.3laws.io/en/@LATEST_VERSION@">documentation.

- \ No newline at end of file + diff --git a/docs/sources/changelog.md b/docs/sources/changelog.md index 295494e..12c5d62 100644 --- a/docs/sources/changelog.md +++ b/docs/sources/changelog.md @@ -1,4 +1,4 @@ -# Change Log +# Changelog This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). @@ -61,7 +61,7 @@ This is the first version of the supervisor product. - A ROS node that perform out of the box collision avoidance for any simple robot that has a lidar or an obstacle map. - A Control Panel as a web server running on the robot to configure the supervisor and provide realtime feedback. - A Command Line Client to manage the Control Panel server and check for updates. -- A documentation available [here](https://3lawsrobotics.github.io/3laws/en/latest/). +- A documentation available [here](https://docs.3laws.io/). ### Changed