mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-06-22 04:11:55 +10:00
169 lines
4.0 KiB
JSON
169 lines
4.0 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "mint",
|
|
"name": "Reactive Resume",
|
|
"favicon": "/favicon.svg",
|
|
"description": "A privacy-minded resume builder that is customizable, portable, open-source, and free to use.",
|
|
"seo": {
|
|
"indexing": "navigable",
|
|
"metatags": {
|
|
"canonical": "https://docs.rxresu.me",
|
|
"og:image": "https://rxresu.me/opengraph/banner.jpg"
|
|
}
|
|
},
|
|
"fonts": {
|
|
"heading": {
|
|
"family": "IBM Plex Sans"
|
|
},
|
|
"body": {
|
|
"family": "IBM Plex Sans"
|
|
}
|
|
},
|
|
"colors": {
|
|
"primary": "#166534",
|
|
"light": "#07C983",
|
|
"dark": "#15803D"
|
|
},
|
|
"navigation": {
|
|
"tabs": [
|
|
{
|
|
"icon": "book",
|
|
"tab": "Documentation",
|
|
"groups": [
|
|
{
|
|
"group": "Getting Started",
|
|
"pages": [
|
|
"getting-started/index",
|
|
"getting-started/quickstart",
|
|
"guides/checking-service-status",
|
|
"guides/accessing-the-previous-version"
|
|
]
|
|
},
|
|
{
|
|
"group": "Account",
|
|
"pages": [
|
|
"guides/creating-an-account",
|
|
"guides/updating-your-profile",
|
|
"guides/linking-social-accounts",
|
|
"guides/deleting-your-account"
|
|
]
|
|
},
|
|
{
|
|
"group": "Resume Builder",
|
|
"pages": [
|
|
"guides/creating-your-first-resume",
|
|
"guides/managing-resumes-from-the-dashboard",
|
|
"guides/importing-resumes",
|
|
"guides/choosing-a-template",
|
|
"guides/selecting-page-format",
|
|
"guides/moving-items-between-sections",
|
|
"guides/fitting-content-on-a-page",
|
|
"guides/adding-a-cover-letter",
|
|
"guides/using-the-builder-dock",
|
|
"guides/using-custom-styles",
|
|
"guides/using-ai-in-the-builder",
|
|
"guides/using-ai-agent",
|
|
"guides/using-private-notes",
|
|
"guides/exporting-your-resume",
|
|
"guides/sharing-your-resume-publicly"
|
|
]
|
|
},
|
|
{
|
|
"group": "Security",
|
|
"pages": ["guides/setting-up-two-factor-authentication", "guides/setting-up-passkeys"]
|
|
},
|
|
{
|
|
"group": "Integrations",
|
|
"pages": [
|
|
"guides/using-the-api",
|
|
"guides/using-the-patch-api",
|
|
"guides/using-the-mcp-server",
|
|
"guides/using-ai",
|
|
"guides/ai-agent-tools",
|
|
"guides/json-resume-schema"
|
|
]
|
|
},
|
|
{
|
|
"group": "Use Cases",
|
|
"pages": [
|
|
"use-cases/free-resume-builder",
|
|
"use-cases/open-source-resume-builder",
|
|
"use-cases/privacy-focused-resume-builder",
|
|
"use-cases/self-hosted-resume-builder",
|
|
"use-cases/api-mcp-resume-automation",
|
|
"use-cases/export-and-share-resumes",
|
|
"use-cases/ai-resume-builder"
|
|
]
|
|
},
|
|
{
|
|
"group": "Self-Hosting",
|
|
"pages": ["self-hosting/docker", "self-hosting/examples", "self-hosting/sso", "self-hosting/migration"]
|
|
},
|
|
{
|
|
"group": "Contributing",
|
|
"pages": ["contributing/architecture", "contributing/development", "contributing/translations"]
|
|
},
|
|
{
|
|
"group": "Community",
|
|
"pages": ["community/spotlight"]
|
|
},
|
|
{
|
|
"group": "Legal",
|
|
"pages": ["legal/license", "legal/privacy-policy", "legal/terms-of-service"]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"icon": "clock",
|
|
"tab": "Changelog",
|
|
"pages": ["changelog/index"]
|
|
},
|
|
{
|
|
"icon": "code",
|
|
"tab": "API Reference",
|
|
"openapi": "/spec.json"
|
|
}
|
|
],
|
|
"global": {
|
|
"anchors": [
|
|
{
|
|
"icon": "link",
|
|
"anchor": "Reactive Resume",
|
|
"href": "https://rxresu.me"
|
|
},
|
|
{
|
|
"icon": "github",
|
|
"anchor": "Source Code",
|
|
"href": "https://github.com/amruthpillai/reactive-resume"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"logo": {
|
|
"light": "/logo/light.svg",
|
|
"dark": "/logo/dark.svg"
|
|
},
|
|
"navbar": {
|
|
"links": [
|
|
{
|
|
"label": "Support",
|
|
"href": "https://github.com/amruthpillai/reactive-resume/issues"
|
|
}
|
|
],
|
|
"primary": {
|
|
"type": "button",
|
|
"label": "Get Started",
|
|
"href": "https://rxresu.me"
|
|
}
|
|
},
|
|
"contextual": {
|
|
"options": ["copy", "view"]
|
|
},
|
|
"footer": {
|
|
"socials": {
|
|
"website": "https://rxresu.me",
|
|
"github": "https://github.com/amruthpillai/reactive-resume"
|
|
}
|
|
}
|
|
}
|