For AI agents: the complete documentation index is available at https://ciderpress.dev/llms.txt, the full documentation bundle is available at https://ciderpress.dev/llms-full.txt, and this page is available as Markdown at https://ciderpress.dev/reference/built-ins/link-badges.md.
Get started →

Link Badges

Ciderpress renders recognized resource URLs as compact links with the provider's icon. Paste a URL into Markdown—there is no component to import, authentication to configure, or metadata to fetch.

Output

Both bare URLs and labeled Markdown links render as badges. A bare URL derives its label from the URL. An explicit label keeps the authored description and adds URL-derived reference text only when the URL contains a useful identifier such as #42, ENG-123, or a commit hash.

Ciderpress never requests provider metadata. Private URLs render without credentials and cannot fail the documentation build because an account lacks access.

Markdown

https://github.com/acme/docs/pull/42

[Fix sidebar](https://github.com/acme/docs/pull/42)

Supported URLs

ProviderResourcesCanonical URL shape
LinearIssueslinear.app/{workspace}/issue/{id}
Jira CloudIssues{site}.atlassian.net/browse/{id}
GitHubIssues, pulls, discussionsgithub.com/{owner}/{repo}/{issues|pull|discussions}/{number}
GitHubCommits, releases, Actions runsgithub.com/{owner}/{repo}/{commit|releases/tag|actions/runs}/{id}
GitLab CloudIssues, merge requests, commits, releasesgitlab.com/{namespace}/{repo}/-/{issues|merge_requests|commit|releases}/{id}
Bitbucket CloudIssues, pulls, commitsbitbucket.org/{workspace}/{repo}/{issues|pull-requests|commits}/{id}
npmPackagesnpmjs.com/package/{name}
Confluence CloudPages{site}.atlassian.net/wiki/.../pages/{id}
FigmaDesigns, files, prototypes, FigJam boardsfigma.com/{design|file|proto|board}/{key}
Google DocsDocumentsdocs.google.com/document/d/{id}
Google SheetsSpreadsheetsdocs.google.com/spreadsheets/d/{id}
Google DriveFilesdrive.google.com/file/d/{id}
NotionHosted pagesnotion.so/... or {site}.notion.site/...
SlackMessage permalinks{workspace}.slack.com/archives/{channel}/{timestamp}
SentryIssues{organization}.sentry.io/issues/{id}
TrelloCardstrello.com/c/{id}
AsanaTasksapp.asana.com/0/{project}/{task}
LoomVideosloom.com/share/{id}
PostmanWorkspaces, collectionspostman.com/.../{workspace|collection}/...
ClickUpTasksapp.clickup.com/t/{id}
Dash0Traces, logs, services, dashboardsapp.dash0.com/goto/...
DatadogDashboards, monitorsapp.datadoghq.{com|eu}/{dashboard|monitors}/{id}
LaunchDarklyFeature flagsapp.launchdarkly.com/projects/{project}/flags/{flag}
PostHogInsights, recordings, feature flags{app|eu}.posthog.com/project/{project}/...
Pulumi CloudStacksapp.pulumi.com/{organization}/{project}/{stack}
PagerDutyIncidentsapp.{eu.}pagerduty.com/incidents/{id}
VercelProjectsvercel.com/{team}/{project}

URLs outside these shapes render as normal links. Titles, status, assignees, and other remote metadata are intentionally unavailable because rendering is derived entirely from the URL.