-
- {(data && data.categories) && data.categories.map((category, categoryIndex) => {
- const colorsSet = colors[categoryIndex % colors.length]
- return
-
{category.title}
-
-
- {category.tags.map((tag, tagIndex) => {
- const _tag = findTag(tag)
- const isChecked = checkedTags[tag] || false;
- return
- })}
-
-
-
-
- })}
-
-
-
- {activeTags.length < tagsData.length && }
- {activeTags.length > 0 && }
-
-
-
-
{results.length} search results
- {results.length > 0 &&
-
- {columns.map((column, colIndex) => (
-
- {column.map(card => (
-
-
-
- {card.title}
- {card.description}
-
-
- {card.tags.map((tag: string) => {
- const _tag = findTag(tag)
- return {tag}
- })}
-
-
- ))}
-
- ))}
-
-
}
-
-
- );
-}
diff --git a/src/css/custom.css b/src/css/custom.css
index 381cf262..1820c2d9 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -7,18 +7,6 @@
@tailwind components;
@tailwind utilities;
-html[class*="docs-doc-id-sdk/examples"] .col{
- max-width: 100% !important;
-}
-
-html[class*="docs-doc-id-sdk/examples"] .pagination-nav {
- max-width: 75% !important;
-
- @media (max-width: 996px) {
- max-width: 100% !important;
- }
-}
-
@font-face {
font-family: 'Archia';
src: local('Archia'),
diff --git a/static/json/tags.json b/static/json/tags.json
deleted file mode 100644
index 046cdfd2..00000000
--- a/static/json/tags.json
+++ /dev/null
@@ -1,319 +0,0 @@
-{
- "tags": [
- {
- "id": "EVM",
- "description": "