-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocs.yml
57 lines (50 loc) · 1.5 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
instances:
- url: project-manager.docs.buildwithfern.com
custom-domain: developer.projectmanager.com
title: Project Manager | Docs
navigation:
- section: Getting started
contents:
- page: Overview
path: ./docs/pages/overview.mdx
- page: Authentication
path: ./docs/pages/authentication.mdx
- page: Querying with OData
path: ./docs/pages/odata.mdx
- page: Work Breakdown Structure
path: ./docs/pages/workbreakdown.mdx
- page: Software Development Kits
path: ./docs/pages/sdks.mdx
- page: API Patch Notes
path: ./docs/pages/patchnotes.mdx
- page: FAQ
path: ./docs/pages/faq.mdx
- page: Terms of use
path: ./docs/pages/terms.mdx
- section: Older APIs
contents:
- page: API v3
path: ./docs/pages/apiv3.mdx
- api: API Reference
api-name: api
snippets:
python: fern-projectmanager
navbar-links:
- type: secondary
text: Support
url: https://github.com/projectmgr/projectmanager-docs/issues
- type: secondary
text: Contact sales
url: https://www.projectmanager.com/support/contact-sales
- type: primary
text: Start free trial
url: https://www.projectmanager.com/freetrial?edition=d
colors:
accentPrimary:
dark: "#b3f606"
light: "#608502"
logo:
dark: ./docs/assets/projectmanager_logo_white.png
light: ./docs/assets/projectmanager_logo_black.png
height: 30
favicon: ./docs/assets/projectmanager_favicon.png