Skip to content

Commit bf0e25c

Browse files
authored
feat(ashby): add ashby integration for candidate, job, and application management (#3362)
* feat(ashby): add ashby integration for candidate, job, and application management * fix(ashby): auto-fix lint formatting in docs files
1 parent d4f8ac8 commit bf0e25c

23 files changed

+3182
-0
lines changed

apps/docs/components/icons.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2973,6 +2973,19 @@ export function QdrantIcon(props: SVGProps<SVGSVGElement>) {
29732973
)
29742974
}
29752975

2976+
export function AshbyIcon(props: SVGProps<SVGSVGElement>) {
2977+
return (
2978+
<svg {...props} viewBox='0 0 254 260' fill='none' xmlns='http://www.w3.org/2000/svg'>
2979+
<path
2980+
fillRule='evenodd'
2981+
clipRule='evenodd'
2982+
d='M76.07 250.537v9.16H.343v-9.16c19.618 0 27.465-4.381 34.527-23.498l73.764-209.09h34.92l81.219 209.09c7.847 19.515 11.77 23.498 28.642 23.498v9.16H134.363v-9.16c28.242 0 30.625-2.582 22.14-23.498l-21.58-57.35H69.399l-19.226 56.155c-5.614 18.997-4.387 24.693 25.896 24.693zm24.326-171.653l-26.681 78.459h56.5l-29.819-78.459z'
2983+
fill='currentColor'
2984+
/>
2985+
</svg>
2986+
)
2987+
}
2988+
29762989
export function ArxivIcon(props: SVGProps<SVGSVGElement>) {
29772990
return (
29782991
<svg {...props} id='logomark' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.732 24.269'>

apps/docs/components/ui/icon-mapping.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import {
1313
ApolloIcon,
1414
ArxivIcon,
1515
AsanaIcon,
16+
AshbyIcon,
1617
AttioIcon,
1718
BrainIcon,
1819
BrowserUseIcon,
@@ -168,6 +169,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
168169
apollo: ApolloIcon,
169170
arxiv: ArxivIcon,
170171
asana: AsanaIcon,
172+
ashby: AshbyIcon,
171173
attio: AttioIcon,
172174
browser_use: BrowserUseIcon,
173175
calcom: CalComIcon,

apps/docs/content/docs/en/tools/ashby.mdx

Lines changed: 473 additions & 0 deletions
Large diffs are not rendered by default.

apps/docs/content/docs/en/tools/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"apollo",
1111
"arxiv",
1212
"asana",
13+
"ashby",
1314
"attio",
1415
"browser_use",
1516
"calcom",

0 commit comments

Comments
 (0)