Skip to content
DIH Knowledge Base
    Sign in

    Starlight components

    Starlight ships documentation UI components that map directly to SaaS doc patterns: quickstarts, SDK tabs, feature grids, and hub pages.

    Ideal for REST vs SDK, cloud vs on-prem, or UI vs API instructions.

    Terminal window
    curl -sS -X GET "https://api.example.com/connect/v1/assets" \
    -H "Authorization: Bearer $ACCESS_TOKEN" \
    -H "Accept: application/json"

    The syncKey keeps the selected tab when navigating between pages that use the same key — useful for consistent SDK preference across a section.

    Wrap a single ordered list; Starlight styles each item as a guided step.

    1. Open Admin → Connectors and create a connector.
    2. Copy the client ID and secret into your secret store.
    3. Deploy the DIH agent or configure your HTTPS endpoint.
    4. Run Test connection and confirm a green status.
    Section titled “Cards & link cards — hubs and “what’s next””

    Admin console

    Tenant settings, users, and connector health.

    Status page

    Incident history and maintenance windows.

    Changelog

    Semver releases with migration notes.

    Product sections in this PoC use Starlight sidebar badges (Connect, Space, DID) — configured in astro.config.mjs, not in page body.

    Next: Code snippets.