You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add the new @capgo/capacitor-intune plugin to the website registry and docs index
add dedicated Intune docs pages, tutorial content, and plugin icon
add Intune to the Ionic Enterprise alternatives pages
Validation
bunx prettier --write on the touched website files
attempted website validation with bunx --bun astro check/build, but Astro left long-running worker processes in this worktree after initialization and did not return a final result during this session
Summary by CodeRabbit
New Features
Added comprehensive documentation for the new Intune plugin, including getting-started guide, iOS setup instructions, and Android setup configuration.
Documentation
Added Intune plugin to the plugins catalog with description and overview card.
Created tutorial page for Intune plugin integration and usage.
Updates
Updated Ionic Enterprise Plugins pages to reflect the new Intune plugin offering with optimized layout styling.
This PR adds comprehensive support for the @capgo/capacitor-intune plugin across documentation, configuration, and marketing surfaces. It includes Starlight doc registration, plugin metadata entries, platform-specific setup guides for iOS and Android, and updates to marketing pages promoting the new plugin as part of Ionic Enterprise offerings.
Created four new documentation pages: overview with plugin capabilities, getting-started guide with setup flow and API summary, iOS setup instructions (MSAL/Intune SDK configuration, Info.plist, entitlements), and Android setup instructions (Gradle/Maven configuration, auth config JSON, application wiring).
Added tutorial documentation covering installation, platform-specific setup, basic usage examples with event listeners and token acquisition, and API summary.
Reordered Tailwind utility classes across Hero, Plugin Table, and CTA sections; added "Ionic Intune" plugin row to feature table; adjusted layout class distribution between outer sections and inner containers; compacted multi-line link markup into single-line attributes.
🐰 A plugin new, with Intune's might, Through docs we hop, from left to right, iOS and Android paths laid clear, Enterprise security drawing near! With classes shuffled, pages bloom— Capgo's plugin lights the room!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
Summary by CodeRabbit
New Features
Documentation
Updates