forked from mat-docs/Portal.Site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
104 lines (100 loc) · 3.89 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
site_name: 'ATLAS Platform Documentation Portal'
site_description: 'F1-grade engineering telemetry tooling'
docs_dir: 'docs'
site_url: https://atlas.mclarenapplied.com/
theme:
name: 'material'
palette:
primary: 'grey'
accent: 'indigo'
custom_dir: overrides
# assets/swoosh is cached aggressively - rename if icons change
favicon: 'assets/swoosh/favicon.png'
logo: 'assets/swoosh/logo.png'
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs
- toc.integrate
copyright: Copyright © 2021 McLaren Applied Ltd.
nav:
- Home: index.md
- News:
- news/index.md
- User Guide:
- Index: manual/index.md
- Articles:
- manual/articles/scatterplot-sample-modes.md
- manual/articles/markers.md
- manual/articles/decode-dll.md
- User Interface:
- manual/ui/keyboard.md
- manual/ui/mouse.md
- Recording:
- manual/recording/session-identifier-macros.md
- Functions:
- FDL Operators: manual/functions/fdl-operators.md
- Processors: manual/functions/processors.md
- DLLs: manual/functions/dlls.md
- ECU Bridge:
- Design Concept: manual/ecu-bridge/design-concept.md
- Introduction:
- Architecture Overview: manual/ecu-bridge/introduction.md
- Dependencies Service: manual/ecu-bridge/dependencies-service.md
- Message Broker:
- Apache Kafka: manual/ecu-bridge/apache-kafka.md
- Topic Management Service: manual/ecu-bridge/topic-management-service.md
- ATLAS Visualisation: manual/ecu-bridge/atlas-visualisation.md
- Licensing: manual/ecu-bridge/licensing.md
- Configuration: manual/ecu-bridge/configuration.md
- Developer Guide:
- developer/index.md
- NuGet:
- Packages: developer/nuget/index.md
- Feed Setup: developer/nuget/setup.md
- SQL Race API: developer/sqlrace-api.md
- 📘 ATLAS Display API: developer/atlas-displayapi.md
- ECU Bridge:
- Concepts:
- Topic, Streams & Sessions: developer/ecu-bridge/concepts/topic-streams-sessions.md
- It's all about Time: developer/ecu-bridge/concepts/its-all-about-time.md
- Data feeds, formats & Views: developer/ecu-bridge/concepts/data-feeds-formats-views.md
- ATLAS Configuration: developer/ecu-bridge/concepts/atlas-config.md
- Specifications:
- Streaming Protocol: developer/ecu-bridge/specifications/streaming-protocol.md
- Protobuf Extensions: developer/ecu-bridge/specifications/protobuf-extension.md
- Code Samples (C#):
- Intro: developer/ecu-bridge/csharp/README.md
- Read: developer/ecu-bridge/csharp/read.md
- Write: developer/ecu-bridge/csharp/write.md
- Model Execution: developer/ecu-bridge/csharp/model.md
- Advanced Samples: developer/ecu-bridge/csharp/advanced.md
- 📙 Integration Guide: integration/index.md
- Downloads:
- downloads/index.md
- Support:
- support/zendesk.md
- support/sysreqs.md
markdown_extensions:
- abbr
- admonition
- attr_list
- codehilite
- def_list
- footnotes
- toc:
permalink: "#"
- meta
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tabbed
- pymdownx.snippets:
base_path: docs
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true