-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (38 loc) · 1 KB
/
mkdocs.yml
File metadata and controls
44 lines (38 loc) · 1 KB
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
site_name: AWS Lambda OpenTelemetry
site_description: OpenTelemetry instrumentation for AWS Lambda functions.
site_url: https://aminalaee.github.io/aws-lambda-opentelemetry/
repo_name: aminalaee/aws-lambda-opentelemetry
repo_url: https://github.com/aminalaee/aws-lambda-opentelemetry
theme:
name: material
palette:
primary: white
features:
- content.code.copy
nav:
- Introduction: index.md
- API Reference:
- Instrumentor: api_reference/instrumentor.md
- Exporters: api_reference/exporters.md
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false
- admonition
- pymdownx.details
- pymdownx.highlight
- pymdownx.tabbed
- pymdownx.superfences
extra_css:
- stylesheets/extra.css
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_root_heading: true
show_source: false
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/aminalaee/aws-lambda-opentelemetry