Skip to content

Create Consistent Hub Documentation #294

@mstrivens

Description

@mstrivens

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

  1. The agent successfully identifies and reproduces the provider’s credential-generation flow.

  2. Output MDX compiles cleanly and matches StackOne formatting conventions.

  3. Each <Step> includes a corresponding screenshot with correct filename and style.

  4. Includes <Warning>, <IntegrationFooter />, “Available Data”, and “Useful Links”.

  5. All text is clear, concise, and action-driven.


@claude

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions