-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Use the below information on conventions for creating consistent integration guides. Create a pr making changes to any integration guides that don't follow these conventions (exclude integration guides that are just connect account)
🧱 Output Format (MDX)
---
title: "{Provider}"
description: "Follow these steps to connect {Provider} via the StackOne Hub successfully."
---
import IntegrationFooter from "/snippets/integration-footer.mdx";<Warning>
Ensure you have {roles} privileges and an active {plan} plan to access developer settings.
</Warning><Steps>
<Step title="Access {Provider} Developer Settings">
Log in to your {Provider} account, navigate to Settings → Developer → API, and click Create Key.
<Frame>
<img
className='rounded-md'
alt="{Provider} API settings page"
src="/images/{provider-slug}/settings.png"
style={{ margin: '0 auto', border: '1px solid #efefef' }}
/>
</Frame>
</Step>
...
</Steps>Linking your {Provider} Account
Explain how to input the API key or complete OAuth connection inside StackOne.
<IntegrationFooter />
Available Data
- Candidates
- Jobs
- Applications
Useful Links
<Card title="{Provider} API Documentation" href="{api-docs-url}" icon="link" />
✅ Acceptance Criteria
-
The agent successfully identifies and reproduces the provider’s credential-generation flow.
-
Output MDX compiles cleanly and matches StackOne formatting conventions.
-
Each
<Step>includes a corresponding screenshot with correct filename and style. -
Includes
<Warning>,<IntegrationFooter />, “Available Data”, and “Useful Links”. -
All text is clear, concise, and action-driven.