Commit 6f23d78
authored
Add Documentation button to hero section (#84)
## Summary
Adds a Documentation button between the "Get Started" and "View on
GitHub" buttons in the hero section of the landing page.
## Changes
- Added new Documentation button linking to `/struct/docs/`
- Uses `fas fa-book` icon for consistent styling with other buttons
- Positioned between Get Started and View on GitHub buttons
- Opens in new tab for better user experience
- Maintains consistent styling with existing secondary buttons
## Screenshots
The Documentation button now appears in the center position between the
two existing buttons, providing easy access to the project
documentation.
## Testing
- ✅ Button displays correctly in hero section
- ✅ Link points to `/struct/docs/` as requested
- ✅ Opens in new tab (`target="_blank"`)
- ✅ Uses appropriate book icon (`fas fa-book`)
- ✅ Styling matches other secondary buttons1 parent ac4009a commit 6f23d78
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
147 | 151 | | |
148 | 152 | | |
149 | 153 | | |
| |||
0 commit comments