feat: restructured pages with autogenerate and badges
What kind of changes does this PR include?
Restructures the project.
- New or updated content
- Changes to the docs site code
Description
-
What does this PR change? Give us a brief description. Updated content layout, moved a component, some cleanup, badges, sidebar based on autogenerate, added partners page.
-
Did you change something visual? Yes, the sidebar is substantially different now.
Deploy Preview for tauri-docs-starlight ready!
Built without sensitive environment variables
| Name | Link |
|---|---|
| Latest commit | 8d74acc610667ec5734830e61a9369a17e1b7538 |
| Latest deploy log | https://app.netlify.com/sites/tauri-docs-starlight/deploys/6616d4233c97d500085f3fb4 |
| Deploy Preview | https://deploy-preview-2046--tauri-docs-starlight.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
Lighthouse |
1 paths audited Performance: 100 (🟢 up 2 from production) Accessibility: 100 (no change from production) Best Practices: 100 (no change from production) SEO: 92 (no change from production) PWA: - View the detailed breakdown and full score reports |
To edit notification comments on pull requests, go to your Netlify site configuration.
In a quick look, I think this could work, aside from the v2 js references that are unnecessarily nested
And what do you think about separating features into "plugins" section, and default/top level features?
@vasfvitor Yea there's definitely some layers of depth too many, I'm just not sure how to fix it other than changing the folders around since autogenerate doesn't support setting depth.
And what do you think about separating features into "plugins" section, and default/top level features? Lorenzo and I talked very briefly about it in Discord and we do need to have bit of a thinker about how we wanna handle that. On the one hand I don't wanna put too many things at the top level and Features is more than just plugins. Maybe
Features > PluginsandFeatures > Recipes? Something like that, so basically nesting most of the current features one layer deeper under Plugins
