mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 11:03:05 +00:00
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:
@@ -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
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user