diff --git a/content/pages/chip-support-status/esp32c61/index.md b/content/pages/chip-support-status/esp32c61/index.md index 7b8da1b2..9514a8c5 100644 --- a/content/pages/chip-support-status/esp32c61/index.md +++ b/content/pages/chip-support-status/esp32c61/index.md @@ -27,4 +27,9 @@ According to the chip mass production plan, the planned support for ESP32-C61 in If you have an issue to report about any of the ESP32-C61 features, please create an issue in [ESP-IDF GitHub issue tracker](https://github.com/espressif/esp-idf/issues). -{{< chipstatus url="https://developer.espressif.com/persist/chip-support-status/esp32c61.md" >}} +{{< chipstatus contentPath="persist/chip-support-status/esp32c61.json" jsonKey="ext_proj" >}} + + +## External projects + +{{< chipstatus contentPath="persist/chip-support-status/esp32c61.json" jsonKey="idf" >}} diff --git a/layouts/shortcodes/chipstatus.html b/layouts/shortcodes/chipstatus.html index 913552eb..c80fa9ef 100644 --- a/layouts/shortcodes/chipstatus.html +++ b/layouts/shortcodes/chipstatus.html @@ -1,23 +1,35 @@ -
Loading...
+{{ $uniqueID := .Get "jsonKey" | urlize }} +
Loading...
+ +{{ $contentPath := .Get "contentPath" }} +{{ $jsonKey := .Get "jsonKey" }} +{{ $fullURL := printf "%s%s" .Site.BaseURL $contentPath }}