espressif / developer-portal

Developer Portal
https://developer.espressif.com
MIT License
9 stars 17 forks source link

feat: Add tabs for code snippets #66

Closed f-hollow closed 2 months ago

f-hollow commented 2 months ago

This issue is a request to add tabs for code snippets, like this.

Requirements:

What I tried

Found two existing shortcodes

Code toggles #

Code Toggle is implemented in the Hugo docs theme. This shortcode converts given code to YAML, JSON, and TOML formats, then creates a code block with respective tabs.

Tabs #

Tabs is implemented in the Learn theme. This is exactly what we need.

Some files containing the code for tabs are:

Other resources

Tried both below, but they seem to lack css and javascript files, because I get several code snippets rendered one after another and no tabs.

f-hollow commented 2 months ago

@horw Feel free to take this issue.