Skip to content

Commit 393668d

Browse files
docs: add Public API to homepage navigation and update CLAUDE.md
- Add Public API link to Plus section in homepage navigation - Update CLAUDE.md with guidance to update homepage when adding new features Co-authored-by: Ido Shamun <idoshamun@users.noreply.github.com>
1 parent 8d640ff commit 393668d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ The documentation is organized into main categories:
6868
- Create `.md` files in appropriate `docs/` subdirectories
6969
- Use `_category_.json` files to configure category metadata
7070
- Sidebar is auto-generated from folder structure
71+
- **IMPORTANT**: When adding new feature documentation, also update the homepage navigation in `src/components/homepage/homeNavBoxes.js` to add a link to the new feature in the appropriate section (e.g., Plus, Key features, etc.)
7172

7273
### Component Development
7374
- Homepage components are in `src/components/homepage/`

src/components/homepage/homeNavBoxes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ const FeatureList = [
101101
{ url: 'docs/plus/clickbait-shield', text: 'Clickbait Shield' },
102102
{ url: 'docs/plus/bookmark-folders', text: 'Bookmark Folders' },
103103
{ url: 'docs/plus/keyword-filters', text: 'Keyword Filters' },
104+
{ url: 'docs/plus/public-api', text: 'Public API' },
104105
],
105106
},
106107
{

0 commit comments

Comments
 (0)