-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdocs.yml
39 lines (36 loc) · 976 Bytes
/
docs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
instances:
- url: https://fern-internal.docs.buildwithfern.com
private: true
title: Fern Internal Docs
navigation:
- page: Welcome
path: ./docs/pages/welcome.mdx
- section: How To Guides
contents:
- page: Enable API Playground
path: ./docs/pages/enable-api-playground.mdx
- page: Configure Custom Domain
path: ./docs/pages/configure-custom-domain.mdx
- page: Configure Segment for a new Customer
path: ./docs/pages/configure-segment.mdx
- api: FDR API Reference
api-name: fdr
display-errors: true
- api: Fern Docs API Reference
api-name: fern-docs
display-errors: true
- api: Proxy API Reference
api-name: proxy
display-errors: true
colors:
accentPrimary:
dark: "#ADFF8C"
light: "#418326"
background:
dark: "#000000"
light: "#FFFFFF"
logo:
light: ./docs/images/logo-green.png
dark: ./docs/images/logo-white.png
height: 30
favicon: ./docs/images/favicon.ico