-
Notifications
You must be signed in to change notification settings - Fork 151
docs: Add documentation pages for macOS only props and events #2741
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@copilot Can you try again? |
Co-authored-by: Saadnajmi <[email protected]>
Done! I've successfully created the documentation pages for macOS-specific props and events. The changes include:
All pages are now live in the docsite and include screenshots showing the rendered documentation. The build completed successfully with no errors. Commit: 8d8c6a3 |
|
@copilot can you move the macOS APIs to a new navbar item, the way "Docs" is a navbar item (see docsite/docusaurus.config.ts line 58-77) |
Co-authored-by: Saadnajmi <[email protected]>
Done! The macOS API documentation has been moved to a separate "API" navbar item. Changes made:
The API section now appears as an independent navigation item, providing clear separation from the general documentation. Commit: a38a146 |
|
@copilot I made some edits. Can you edit the screenshots in the description? |
Updated the screenshots to reflect your edits: |


Summary
Originally made with @copilot . Added a new navbar "API" tab to the docsite that shows off the macOS specific props and APIs we have.
Test Plan