docs: README.md is now pointing to latest doc deployment and fixed a

typo which will enable the target specific dropdown
This commit is contained in:
Shubham Patil
2023-01-31 16:51:40 +05:30
parent e5d7cac516
commit 31570e6f28
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -28,7 +28,7 @@ git clone --recursive https://github.com/espressif/esp-matter.git
## Documentation
Refer the [Programming Guide](https://docs.espressif.com/projects/esp-matter/en/main/) for the latest version of the documentation.
Refer the [Programming Guide](https://docs.espressif.com/projects/esp-matter/en/latest/) for the latest version of the documentation.
## Matter Specifications
@@ -39,4 +39,3 @@ Download the Matter 1.0 specifications from [CSA's official site](https://csa-io
<a href="https://espressif.github.io/esp-launchpad/?flashConfigURL=https://espressif.github.io/esp-matter/launchpad.toml">
<img alt="Try it with ESP Launchpad" src="https://espressif.github.io/esp-launchpad/assets/try_with_launchpad.png" width="250" height="70">
</a>
+1 -1
View File
@@ -23,7 +23,7 @@ project_slug = 'esp-matter'
# Contains info used for constructing target and version selector
# Can also be hosted externally, see esp-idf for example
versions_url = '_static/esp_sdk_matter_versions.js'
versions_url = '_static/esp_sdk_matter_version.js'
# Final PDF filename will contains target and version
pdf_file_prefix = u'esp-docs'