Skip to content

Commit d0e34db

Browse files
committed
docs: simplify organization category structure by removing unnecessary link property
- Removed the "link" property from the "Organizations" category in the documentation to streamline the JSON structure.
1 parent 8753461 commit d0e34db

5 files changed

Lines changed: 9 additions & 43 deletions

File tree

docs/for-oss-contributors/_category_.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/for-oss-contributors/how-to-contribute-to-daily-dev.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/organizations/_category_.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
22
"label": "Organizations",
3-
"position": 70,
4-
"link": {
5-
"type": "generated-index"
6-
}
3+
"position": 70
74
}

src/components/homepage/homeNavBoxes.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -154,16 +154,6 @@ const FeatureList = [
154154
},
155155
],
156156
},
157-
{
158-
title: 'For OSS contributors',
159-
icon: 'img/icons/oss-contributors.svg',
160-
items: [
161-
{
162-
url: 'docs/for-oss-contributors/how-to-contribute-to-daily-dev',
163-
text: 'How to contribute to daily.dev',
164-
},
165-
],
166-
},
167157
];
168158

169159
function FeatureItem({ url, text }) {
@@ -188,7 +178,6 @@ function Feature({ title, icon, items }) {
188178
'Monetization (beta)': 'Learn about monetization and earning features',
189179
Customization: 'Personalize your daily.dev experience',
190180
'For content creators': 'Resources for content creators and publishers',
191-
'For OSS contributors': 'Open source contribution guidelines and resources',
192181
};
193182

194183
return (

src/img/menu/organizations.svg

Lines changed: 8 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)