-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
74 lines (67 loc) · 1.71 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
strict: true
# Project information
site_name: "Pulse documentation"
site_url: https://docs.pulse.codacy.com/
repo_url: https://app.pulse.codacy.com/
repo_name: Back to the Pulse app
# Configuration
theme:
name: "material"
palette:
scheme: "slate"
primary: "teal"
accent: "teal"
font:
text: Inter
logo: "assets/pulse-logo.png"
features:
# Disabled to allow Segment to track all page load events
# https://codacy.atlassian.net/browse/PUL-1228
# - navigation.instant
- toc.integrate
custom_dir: overrides
icon:
repo: fontawesome/regular/circle-right
extra:
analytics:
provider: segment
property: "8vbB5QvZbwQqMTCWkaiY9Tx2zQ2EU5AF"
# Extensions
markdown_extensions:
- admonition
- attr_list
- codehilite:
guess_lang: false
linenums: true
- footnotes
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.striphtml:
strip_comments: true
- toc:
permalink: true
# Plugins
plugins:
- search
# Generate meta descriptions from introductory paragraphs
# https://github.com/prcr/mkdocs-meta-descriptions-plugin
- meta-descriptions:
export_csv: true
nav:
- index.md
- "Calculated metrics":
- metrics/accelerate.md
- metrics/accelerate-changes.md
- metrics/accelerate-wip.md
- metrics/lead-cycle-time.md
- notes.md
- "One-click integrations":
- one-click-integrations/github-integration.md
- one-click-integrations/bitbucket-integration.md
- one-click-integrations/jira-integration.md
- one-click-integrations/pagerduty-integration.md
- "Pulse CLI":
- cli/cli.md
- cli/examples.md
- "Ingestion API docs ↗": https://ingestion.pulse.codacy.com/v1/api-docs