Skip to content

Commit ccf0485

Browse files
authored
Merge pull request #548 from espressif/feat/add_product_support_category
Sync Merge: feat/add_product_support_category
2 parents 406fb77 + 0a97ffe commit ccf0485

File tree

13 files changed

+126
-20
lines changed

13 files changed

+126
-20
lines changed

assets/css/custom.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,24 @@
2828
border-left: 0.25rem solid #e7352c;
2929
margin-top: 1.6em;
3030
}
31+
32+
/*
33+
Fix table column alignment for markdown injected with marked.js.
34+
By default, marked.js uses the deprecated HTML "align" attribute
35+
(e.g. <td align="center">), while Hugo/Goldmark uses inline CSS
36+
(e.g. <td style="text-align:center;">).
37+
38+
Many modern CSS resets override "align", so without this rule
39+
the alignment is lost in dynamically injected tables.
40+
These selectors re-enable the expected alignment for tables
41+
coming from marked.js, without affecting Hugo-built tables.
42+
*/
43+
table th[align="left"], table td[align="left"] {
44+
text-align: left;
45+
}
46+
table th[align="center"], table td[align="center"] {
47+
text-align: center;
48+
}
49+
table th[align="right"], table td[align="right"] {
50+
text-align: right;
51+
}

config/_default/menus.cs.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,22 @@
6565
pageRef = "events"
6666
weight = 20
6767

68+
[[main]]
69+
name = "Products"
70+
weight = 25
71+
72+
[[main]]
73+
name = "Hardware"
74+
parent = "Products"
75+
pageRef = "hardware"
76+
weight = 25
77+
78+
[[main]]
79+
name = "Software"
80+
parent = "Products"
81+
pageRef = "software"
82+
weight = 25
83+
6884
[[main]]
6985
name = "Quick Links"
7086
weight = 30

config/_default/menus.en.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,22 @@
6565
pageRef = "events"
6666
weight = 20
6767

68+
[[main]]
69+
name = "Products"
70+
weight = 25
71+
72+
[[main]]
73+
name = "Hardware"
74+
parent = "Products"
75+
pageRef = "hardware"
76+
weight = 25
77+
78+
[[main]]
79+
name = "Software"
80+
parent = "Products"
81+
pageRef = "software"
82+
weight = 25
83+
6884
[[main]]
6985
name = "Quick Links"
7086
weight = 30

content/_index.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cascade:
2121
More Articles
2222
{{< /button >}}
2323

24-
## Workshop Highlight
24+
## Workshop Highlights
2525

2626
Dive into our latest workshops and master the skills you need to maximize the power of the ESP32.
2727

@@ -32,13 +32,9 @@ Dive into our latest workshops and master the skills you need to maximize the po
3232
More Workshops
3333
{{< /button >}}
3434

35-
## New Chip Support Status
35+
## Notable Events
3636

37-
Here you can follow the current status of the new chip support in various Espressif SDKs and frameworks.
38-
39-
{{< article link="/pages/chip-support-status/esp32c61/" >}}
40-
<br>
41-
{{< article link="/pages/chip-support-status/esp32c5/" >}}
37+
<!-- {{< article link="/pages/chip-support-status/esp32c5/" >}} -->
4238

4339
<br>
4440
{{< button href="events/" target="_self" >}}

content/hardware/_index.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Hardware"
3+
date: 2025-08-28
4+
draft: false
5+
6+
showDate : false
7+
showDateUpdated : false
8+
showHeadingAnchors : false
9+
showPagination : false
10+
showReadingTime : false
11+
showTableOfContents : true
12+
showTaxonomies : false
13+
showWordCount : false
14+
showSummary : false
15+
sharingLinks : false
16+
showLikes : false
17+
showViews : false
18+
disableComments : true
19+
---
20+
21+
## New chip support status
22+
23+
This page lists the hardware products currently being integrated into Espressif SDKs and frameworks. The respective product pages provide:
24+
25+
- Support status of SDKs and frameworks
26+
- Other important information
27+
28+
For versions of hardware products already in mass production, see [Espressif](https://www.espressif.com/) website.

content/pages/chip-support-status/esp32c5/featured-esp32-c5.webp renamed to content/hardware/esp32c5/featured-esp32-c5.webp

File renamed without changes.

content/pages/chip-support-status/esp32c5/index.md renamed to content/hardware/esp32c5/index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2-
title: "ESP32-C5 v1.0 support status"
2+
title: "ESP32-C5 v1.0 status"
33
date: 2025-04-24
4-
showTableOfContents: true
4+
aliases:
5+
- ../../pages/chip-support-status/esp32c5
56
---
67

7-
**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" >}}
89

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

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

3435
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).
3536

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

3839

3940
## Other Projects
4041

4142
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.
4243

43-
{{< 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/pages/chip-support-status/esp32c61/esp-new-featured.webp renamed to content/hardware/esp32c61/esp-new-featured.webp

File renamed without changes.

content/pages/chip-support-status/esp32c61/index.md renamed to content/hardware/esp32c61/index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2-
title: "ESP32-C61 support status"
3-
date: 2024-08-29T16:40:07+08:00
4-
draft: false
2+
title: "ESP32-C61 status"
3+
date: 2024-08-29
4+
aliases:
5+
- ../../pages/chip-support-status/esp32c61
56
---
67

7-
**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" >}}
89

910
This page lists the projects in which the ESP32-C61 is supported.
1011

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

3435
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).
3536

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

3839

3940
## Other Projects
4041

4142
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.
4243

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

content/software/_index.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: "Software"
3+
date: 2025-08-28
4+
draft: false
5+
6+
showDate : false
7+
showDateUpdated : false
8+
showHeadingAnchors : false
9+
showPagination : false
10+
showReadingTime : false
11+
showTableOfContents : true
12+
showTaxonomies : false
13+
showWordCount : false
14+
showSummary : false
15+
sharingLinks : false
16+
showLikes : false
17+
showViews : false
18+
disableComments : true
19+
---
20+
21+
## Software development status
22+
23+
This page lists the software products that are currently being developed or further improved. The respective product pages provide:
24+
25+
- Suppor status of Espressif hardware
26+
- Support status of features
27+
- Other important information

0 commit comments

Comments
 (0)