From fedb568b13d95175971b458e2a2cabbad4b65d92 Mon Sep 17 00:00:00 2001 From: Attila Greguss Date: Wed, 18 Dec 2024 15:15:12 +0000 Subject: [PATCH] Add missing classes --- .../content/docs/advanced/customization.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/exampleSite/content/docs/advanced/customization.md b/exampleSite/content/docs/advanced/customization.md index 4b41979..4105a83 100644 --- a/exampleSite/content/docs/advanced/customization.md +++ b/exampleSite/content/docs/advanced/customization.md @@ -83,6 +83,33 @@ The following classes can be used to customize various parts of the theme. - `hextra-cards` - The cards grid container +##### Jupyter Notebook + +- `hextra-jupyter-code-cell` - The Jupyter code cell container +- `hextra-jupyter-code-cell-outputs-container` - The Jupyter code cell outputs container +- `hextra-jupyter-code-cell-outputs` - The Jupyter code cell output div element + +##### PDF + +- `hextra-pdf` - The PDF container element + +##### Steps + +- `steps` - The steps container + +##### Tabs + +- `hextra-tabs-panel` - The tabs panel container +- `hextra-tabs-toggle` - The tabs toggle button + +##### Filetree + +- `hextra-filetree` - The filetree container + +##### Folder + +- `hextra-filetree-folder` - The filetree folder container + #### Navbar - `nav-container` - The navbar container @@ -123,6 +150,18 @@ The following classes can be used to customize various parts of the theme. - `hextra-code-copy-btn-container` - The code copy button container - `hextra-code-copy-btn` - The code copy button +#### Code Block + +- `hextra-code-block` - The code block container + +#### Feature Card + +- `hextra-feature-card` - The feature card link element + +#### Feature Grid + +- `hextra-feature-grid` - The feature grid container + #### Breadcrumbs No specific class is available for breadcrumbs.