-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
90 lines (81 loc) · 2.05 KB
/
mkdocs.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# Project Information
site_name: Scarf Documentation
site_description: |
Scarf's Technical Documentation & API Reference
copyright: Copyright © 2019 - 2024 Scarf Systems, Inc. <img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=c9065f3a-a090-4243-8f69-145d5de7bfca" />
# Repository
repo_name: scarf-sh/docs
repo_url: https://github.com/scarf-sh/docs
# Config
theme:
name: material
logo: assets/scarf-tm-logo-white.svg
custom_dir: overrides
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
favicon: assets/icon.svg
icon:
logo: assets/new_scarf.svg
# Styles
extra_css:
- "stylesheets/extra.css"
# Docs Navigation
nav:
- index.md
- getting-started-checklist.md
- quick-start.md
- gateway.md
- organizations.md
- packages.md
- package-analytics.md
- custom-telemetry.md
- web-traffic.md
- oql.md
- funnel-stages.md
- sales-prospecting.md
- event-import.md
- data-export.md
- user_best_practices.md
- troubleshooting.md
- API V2: https://api-docs.scarf.sh/v2.html
# Analytics
google_analytics:
- auto
- G-GH3EXW7112
# Extensions
markdown_extensions:
meta: {}
admonition: {}
pymdownx.superfences: {}
tables: {}
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/scarf-sh
- icon: fontawesome/brands/twitter
link: https://twitter.com/scarf_oss
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/scarf-sh
- icon: fontawesome/brands/slack
link: https://tinyurl.com/scarf-community-slack
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCiJRrlBKBOgYFRO9eb6pfdg
# Plugins
plugins:
- render_swagger
- search