Skip to content

Commit

Permalink
Temporarily hide Postgres related links and tutorials (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
evyatarmeged committed Apr 10, 2024
1 parent f23da89 commit f23616b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
1 change: 1 addition & 0 deletions docs/features/postgresql/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"label": "PostgreSQL",
"position": 5,
"collapsed": true,
"className": "hideme",
"customProps": {
"image": "/img/icons/postgresql-no-word-mark.svg"
}
Expand Down
15 changes: 8 additions & 7 deletions docs/getting-started/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,18 @@ export const features = [
icon: '/img/icons/kafka-no-word-mark.svg',
url: '/features/kafka/'
},
{
title: 'PostgreSQL',
icon: '/img/icons/postgresql-no-word-mark.svg',
url: '/features/postgresql/'
},
{
title: 'Istio',
icon: '/img/icons/istio-no-word-mark.svg',
url: '/features/istio/'
},
];
}];

[//]: # ({)
[//]: # (title: 'PostgreSQL',)
[//]: # ( icon: '/img/icons/postgresql-no-word-mark.svg',)
[//]: # ( url: '/features/postgresql/')
[//]: # ( },)


export const tutorials_access = [
{
Expand Down
4 changes: 4 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -397,3 +397,7 @@ footer .container-fluid {
.dropdown > .navbar__link:after {
display: none;
}

.hideme {
display: none !important;
}

0 comments on commit f23616b

Please sign in to comment.