-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
98 lines (98 loc) · 3.99 KB
/
mkdocs.yml
File metadata and controls
98 lines (98 loc) · 3.99 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
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
site_name: Glimpser Documentation
docs_dir: docs
site_dir: site
extra_css:
- styles/extra.css
exclude_docs: |
README.md
nav:
- Home: index.md
- Guides:
- Accessibility Improvements: accessibility.md
- Agentic Instructions: AGENTS.md
- API Documentation: api_documentation.md
- API Resilience: api_resilience.md
- Architecture Overview: architecture_overview.md
- Camera Discovery: camera_discovery.md
- Camera Fix: camera_fix.md
- Capture Process: capture_process.md
- Capture Summary Sequence: capture_summary_sequence.md
- Browser Driver Management: driver_pool.md
- Captions Live Update: captions_live_update.md
- Floating Navigation Bar: floating_nav.md
- Command Line Reference: command_line.md
- Configuration Guide: configuration_guide.md
- Cost Tracking: cost_tracking.md
- Danger Mode: danger_mode.md
- Dark Mode: dark_mode.md
- Responsive Design: responsive_design.md
- UI Design Guidelines: design_guidelines.md
- Developer Guide: developer_guide.md
- Docker Build Verification: docker_build.md
- Docs Build Workflow: docs_build.md
- CodeQL Security Scanning: codeql.md
- Dependency Review: dependency_review.md
- OWASP Dependency Check: dependency_check.md
- Software Bill of Materials: sbom.md
- EthicalCheck Workflow: ethicalcheck.md
- FAQ: faq.md
- Getting Started: getting_started.md
- Guided Setup: guided_setup.md
- Help Page: help_page.md
- HTTP Callbacks: http_callbacks.md
- Installation Guide: installation.md
- Integration Guide: integration_guide.md
- Nginx HTTP/2 Push: nginx_http2_push.md
- Offline Fonts: offline_fonts.md
- Offline Preview: offline_preview.md
- Offline Job Flow: offline_job_flow.md
- Pylint Checks: pylint_checks.md
- Web Notifications: web_notifications.md
- Notifications Flow: notifications_flow.md
- Search Autocomplete: search_autocomplete.md
- Recommendations: recommendations.md
- Release Workflow: release_workflow.md
- Automatic Update: auto_update.md
- Settings Page: settings_page.md
- Clock Settings: clock_settings.md
- Braille Loading Spinner: braille_spinner.md
- Configuration Management: config_management.md
- System Monitoring: system_monitoring.md
- Performance Tuning: performance_tuning.md
- Telemetry: telemetry.md
- Testing: testing.md
- Test Pattern Reference: test_pattern_reference.md
- Tooltips: tooltips.md
- SEO Metadata: seo_metadata.md
- Robots.txt Endpoint: robots_txt.md
- Troubleshooting: troubleshooting.md
- Log Cleaner: log_cleaner.md
- Video Archiver: video_archiver.md
- Video and Image Endpoints: video_image_endpoints.md
- Dashboard Border Legend: border_legend.md
- Caption Overlay Toggle: caption_overlay_toggle.md
- Caption or Prompt Toggle: caption_prompt_toggle.md
- Caption Prefix Issue: caption_prefix.md
- Baseline Captions: baseline_caption.md
- Captions Chatbot: chatbot.md
- Continuous Integration Checks: ci_checks.md
- Staged GitHub Flow: staged_github_flow.md
- Jog-Shuttle Control: jog_shuttle.md
- Live All Playback: live_all.md
- Live View Scrubbing: live_scrub.md
- Caption Summaries: timeline.md
- Clip Navigation: clip_navigation.md
- LLM Prompt Settings: llm_prompts.md
- LLM Summarization: llm_summarization.md
- MCP Integration: mcp_integration.md
- In-App Onboarding: onboarding.md
- OpenSSF Scorecard: scorecard.md
- Startup Tips and Gotchas: startup_tips.md
- UI Component Guide: style_guide.md
- Navigation Logo: navigation_logo.md
- Governance: governance.md
- Rotate Button: rotate_button.md
- Speed Slider: speed_slider.md
- Size Audit: size_audit.md
- Template Edit Preview: edit_template_preview.md
- Login Flow: login_flow.md