Files
OpenPipe-llm/docs/mint.json
arcticfly 96a589e401 Add docs (#207)
* Add docs folder with introduction, overview, and getting started

* Add feature pages

* Remove some of Who We Are
2023-08-31 13:20:08 -07:00

66 lines
1.3 KiB
JSON

{
"name": "OpenPipe",
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"favicon": "/favicon.webp",
"colors": {
"primary": "#FF5733",
"light": "#FF5733",
"dark": "#FF5733"
},
"modeToggle": {
"default": "light"
},
"topbarCtaButton": {
"name": "Sign In",
"url": "https://app.openpipe.ai"
},
"anchors": [
{
"name": "GitHub",
"icon": "github",
"url": "https://github.com/openpipe/openpipe"
}
],
"feedback": {
"suggestEdit": true,
"raiseIssue": true
},
"navigation": [
{
"group": "Welcome",
"pages": ["introduction", "overview"]
},
{
"group": "Getting Started",
"pages": ["getting-started/quick-start", "getting-started/openpipe-sdk"]
},
{
"group": "Features",
"pages": [
"features/log-filters",
"features/exporting-data",
"features/fine-tuning",
"features/experiments"
]
},
{
"group": "FAQ",
"pages": ["faq/how-reporting-works"]
}
],
"topbarLinks": [
{
"name": "Github",
"url": "https://github.com/OpenPipe/OpenPipe"
}
],
"footerSocials": {
"twitter": "https://twitter.com/OpenPipeAI",
"linkedin": "https://www.linkedin.com/company/openpipe/about/",
"github": "https://github.com/OpenPipe/OpenPipe"
}
}