linnet/mkdocs.yml

71 lines
1.9 KiB
YAML

site_name: Linnet
site_description: Real-time voice transcription with tone annotation — tonal subtext labels for calls, appointments, and difficult conversations.
site_author: Circuit Forge LLC
site_url: https://docs.circuitforge.tech/linnet/
repo_url: https://git.opensourcesolarpunk.com/Circuit-Forge/linnet
repo_name: Circuit-Forge/linnet
theme:
name: material
palette:
- scheme: default
primary: blue grey
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: blue grey
accent: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
permalink: true
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Local Model Setup: getting-started/llm-setup.md
- User Guide:
- Live Session: user-guide/live-session.md
- Tone Annotation: user-guide/tone-annotation.md
- Elcor Mode: user-guide/elcor-mode.md
- Session History: user-guide/session-history.md
- Translation: user-guide/translation.md
- Corrections: user-guide/corrections.md
- Meeting Notes Export: user-guide/meeting-notes-export.md
- Reference:
- Tier System: reference/tier-system.md
- Privacy: reference/privacy.md
- All CF Docs: https://docs.circuitforge.tech
extra_css:
- stylesheets/theme.css
extra_javascript:
- plausible.js