site_name: otlp2parquet Documentation
site_url: https://smithclay.github.io/otlp2parquet/
repo_url: https://github.com/smithclay/otlp2parquet
repo_name: smithclay/otlp2parquet
edit_uri: edit/main/docs/
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.tracking
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotate
- content.code.copy
- toc.follow
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
icon:
repo: fontawesome/brands/github
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.details
- attr_list
- md_in_html
- tables
- toc:
permalink: true
nav:
- "Home": "index.md"
- "Deploy": "deploying.md"
- "Send Data": "sending-data.md"
- "Query Data": "querying.md"
- "Reference": "reference.md"
plugins:
- search
extra_javascript:
- https://unpkg.com/mermaid@10/dist/mermaid.min.js