-
Notifications
You must be signed in to change notification settings - Fork 7
/
_quarto.yml
133 lines (127 loc) · 3.85 KB
/
_quarto.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
project:
type: website
output-dir: handbook-site
website:
title: "Contributor Experience Handbook"
# image: "cxh.png"
# favicon: "favicon.png"
site-url: https://contributor-experience.org
repo-url: https://github.com/contributor-experience/handbook
repo-actions: [edit, issue]
page-navigation: true
# search:
# algolia:
# index-name: <user name>
# application-id: <application ID>
# search-only-api-key: <insert api key>
# analytics-events: true
# show-logo: true
page-footer:
center:
- text: "About"
href: about.qmd
- text: "Privacy notice"
href: privacy.qmd
- text: "License"
href: LICENSE
right:
- icon: github
href: https://github.com/contributor-experience/handbook
aria-label: Contributor Experience Handbook GitHub
navbar:
background: light
logo: images/Contributor-Experience-Logo-contrast.png
# title: false
# collapse-below: lg
left:
- text: "Guide"
href: docs/guide/introduction.qmd
- text: "About us"
href: about.qmd
# - text: "Gallery"
# href: docs/gallery/introduction.qmd
- text: "Blog"
href: blog.qmd
- text: "Help"
menu:
- text: "Report an Issue"
icon: "bug"
href: "https://github.com/contributor-experience/handbook/issues"
- text: "Discussions"
icon: "chat-right-text"
href: "https://github.com/contributor-experience/handbook/discussions"
right:
- icon: github
href: https://github.com/contributor-experience/handbook
aria-label: Contributor Experience Handbook GitHub
sidebar:
- id: about
title: "About"
style: "docked"
collapse-level: 1
align: left
contents:
- section: "Governance"
contents:
- docs/about/governance.qmd
- docs/about/contributors.qmd
- docs/about/coc.qmd
- CONTRIBUTE.md
- section: "Vision & History"
contents:
- docs/about/mission-and-values.qmd
- docs/about/roadmap.qmd
- docs/about/team.qmd
- docs/about/sponsors.qmd
- docs/about/acknowledgments.qmd
- section: "Community Handbook"
contents:
- docs/about/style_guide.qmd
- docs/about/deployment_guide.qmd
- docs/about/acknowledging_contributors.qmd
- docs/about/calendar.qmd
- docs/about/comms_channels.qmd
- CONTRIBUTE.md
- id: guide
title: "Guide"
style: "floating"
collapse-level: 1
align: left
contents:
- section: "Introduction to Contributor Experience"
contents:
- docs/guide/cx/introduction.qmd
- docs/guide/cx/the_cel_role.qmd
- docs/guide/cx/onboarding.qmd
- docs/guide/cx/tracking_prs.qmd
- section: "Governance Guide"
contents:
- docs/guide/gov/introduction.qmd
- section: "Collaboration Guide"
contents:
- docs/guide/collab/introduction.qmd
- docs/guide/collab/meetings.qmd
- section: "Communication Guide"
contents:
- docs/guide/comms/introduction.qmd
- docs/guide/comms/glossary.qmd
- docs/guide/comms/review_communication.qmd
- docs/guide/comms/resources.qmd
- section: "Tools Collection"
contents:
- docs/guide/tools/introduction.qmd
- docs/guide/tools/bots.qmd
- docs/guide/tools/cdes.qmd
- docs/guide/tools/metrics.qmd
- docs/guide/tools/gh-issue-template.qmd
format:
html:
toc: true
theme:
light: [cosmo, theme.scss]
code-copy: true
code-overflow: wrap
css: styles.css
freeze: true
execute:
freeze: auto