Skip to content

Commit 61ff043

Browse files
f-hollowDeveloper-Portal-BOT
authored andcommitted
chore: rename shortcode chipstatus to dynamic-block
1 parent a713bb6 commit 61ff043

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

content/hardware/esp32c5/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ aliases:
55
- ../../pages/chip-support-status/esp32c5
66
---
77

8-
**Last updated:** {{< chipstatus contentPath="persist/chip-support-status/esp32c5.json" jsonKey="timestamp" >}}
8+
**Last updated:** {{< dynamic-block contentPath="persist/chip-support-status/esp32c5.json" jsonKey="timestamp" >}}
99

1010
The ESP32-C5-DevKitC-1-N8R4 development board is now [available for purchase](../../../blog/2025/05/news-esp32c5-mp/#where-to-buy).
1111

@@ -34,11 +34,11 @@ If you would like to try features with the early samples of the ESP32-C5 v0.1, p
3434

3535
If you have an issue to report about any of the ESP32-C5 features, please create an issue in the [ESP-IDF GitHub issue tracker](https://github.com/espressif/esp-idf/issues).
3636

37-
{{< chipstatus contentPath="persist/chip-support-status/esp32c5.json" jsonKey="idf" >}}
37+
{{< dynamic-block contentPath="persist/chip-support-status/esp32c5.json" jsonKey="idf" >}}
3838

3939

4040
## Other Projects
4141

4242
If you have an issue to report about any of the ESP32-C5 features, please create an issue in the issue tracker of a respective project.
4343

44-
{{< chipstatus contentPath="persist/chip-support-status/esp32c5.json" jsonKey="other_proj" >}}
44+
{{< dynamic-block contentPath="persist/chip-support-status/esp32c5.json" jsonKey="other_proj" >}}

content/hardware/esp32c61/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ aliases:
55
- ../../pages/chip-support-status/esp32c61
66
---
77

8-
**Last updated:** {{< chipstatus contentPath="persist/chip-support-status/esp32c61.json" jsonKey="timestamp" >}}
8+
**Last updated:** {{< dynamic-block contentPath="persist/chip-support-status/esp32c61.json" jsonKey="timestamp" >}}
99

1010
This page lists the projects in which the ESP32-C61 is supported.
1111

@@ -34,11 +34,11 @@ The **support for earlier engineering samples** -- ESP32-C61 v0.2 -- has been re
3434

3535
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).
3636

37-
{{< chipstatus contentPath="persist/chip-support-status/esp32c61.json" jsonKey="idf" >}}
37+
{{< dynamic-block contentPath="persist/chip-support-status/esp32c61.json" jsonKey="idf" >}}
3838

3939

4040
## Other Projects
4141

4242
If you have an issue to report about any of the ESP32-C61 features, please create an issue in the issue tracker of a respective project.
4343

44-
{{< chipstatus contentPath="persist/chip-support-status/esp32c61.json" jsonKey="other_proj" >}}
44+
{{< dynamic-block contentPath="persist/chip-support-status/esp32c61.json" jsonKey="other_proj" >}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
{{ if .Page.HasShortcode "chipstatus" }}
1+
{{ if .Page.HasShortcode "dynamic-block" }}
22
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
33
{{ end }}

layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
{{ partial "vendor.html" . }}
122122
{{ partial "vendor_custom.html" . }}
123123
{{ partial "learn_custom.html" . }}
124-
{{ partial "chip_support_status.html" . }}
124+
{{ partial "dynamic_md_block.html" . }}
125125
{{/* Analytics */}}
126126
{{ partial "analytics/main.html" .Site }}
127127
{{/* Extend head - eg. for custom analytics scripts, etc. */}}
File renamed without changes.

0 commit comments

Comments
 (0)