Skip to content

Commit

Permalink
added auto generated categories index page
Browse files Browse the repository at this point in the history
  • Loading branch information
matiascabello committed Jan 22, 2025
1 parent 48cc8ec commit 9444ae5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ const sidebars = {
items: [
{
type: 'category',
label: 'ink!',
label: 'Ink',
link: {
type: 'generated-index',
title: 'Ink detectors',
description: 'Issues and detectors for Polkadot\'s Ink smart contract language.'
},
items: [
{
type: 'autogenerated',
Expand All @@ -49,6 +54,11 @@ const sidebars = {
{
type: 'category',
label: 'Soroban',
link: {
type: 'generated-index',
title: 'Soroban detectors',
description: 'Issues and detectors for Stellar\'s Soroban smart contract language.'
},
items: [
{
type: 'autogenerated',
Expand All @@ -59,6 +69,11 @@ const sidebars = {
{
type: 'category',
label: 'Substrate Pallets',
link: {
type: 'generated-index',
title: 'Substrate detectors',
description: 'Issues and detectors for Polkadot\'s Substrate pallets.'
},
items: [
{
type: 'autogenerated',
Expand All @@ -69,6 +84,11 @@ const sidebars = {
{
type: 'category',
label: 'Rust',
link: {
type: 'generated-index',
title: 'Rust detectors',
description: 'General Rust language issues and detectors.'
},
items: [
{
type: 'autogenerated',
Expand Down
4 changes: 4 additions & 0 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@
--ifm-color-primary-lightest: #4fddbf;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}

.cardDescription_PWke {
display: none;
}

0 comments on commit 9444ae5

Please sign in to comment.