-
-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathmkdocs.yml
More file actions
193 lines (185 loc) · 6.22 KB
/
Copy pathmkdocs.yml
File metadata and controls
193 lines (185 loc) · 6.22 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
site_name: IFC-Lite Documentation
site_url: https://ifclite.dev/docs/
site_description: High-performance browser-native IFC platform documentation
site_author: IFC-Lite Contributors
repo_url: https://github.com/LTplus-AG/ifc-lite
repo_name: LTplus-AG/ifc-lite
edit_uri: edit/main/docs/
use_directory_urls: true
theme:
name: material
custom_dir: docs/overrides
logo: assets/logo.png
# PLANKOPF: Swiss engineering plan-sheet identity, matching ifclite.dev.
# font:false so Material skips its legacy Fonts API (no variable weights) —
# docs/overrides/main.html loads variable Archivo + Fragment Mono instead.
# primary/accent:custom so Material emits no colour rules; the carbon header
# + Swiss-red accents are fully owned by docs/stylesheets/extra.css.
font: false
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.path
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
- content.tabs.link
icon:
repo: fontawesome/brands/github
plugins:
- search
- minify:
minify_html: false
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: false
user: louistrue
repo: ifc-lite
normalize_issue_symbols: true
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/LTplus-AG/ifc-lite
- icon: fontawesome/brands/npm
link: https://www.npmjs.com/org/ifc-lite
generator: false
version:
provider: mike
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://unpkg.com/mermaid@10/dist/mermaid.min.js
- javascripts/mermaid-init.js
nav:
- Home: index.md
- Getting Started:
- Installation: guide/installation.md
- Quick Start: guide/quickstart.md
- CLI Toolkit: guide/cli.md
- MCP for AI Agents: guide/mcp.md
- 3D Viewer & Analysis: guide/viewer-api.md
- Server Guide: guide/server.md
- Building for Desktop: guide/desktop.md
- Browser Requirements: guide/browser-requirements.md
- User Guide:
- Parsing IFC Files: guide/parsing.md
- Geometry Processing: guide/geometry.md
- Rendering: guide/rendering.md
- Querying Data: guide/querying.md
- Exporting Data: guide/exporting.md
- Multi-Model Federation: guide/federation.md
- BCF Collaboration: guide/bcf.md
- IDS Validation: guide/ids.md
- 2D Drawings: guide/drawing-2d.md
- Property Editing: guide/mutations.md
- Performance: guide/performance.md
- Error Handling & Integration: guide/error-handling.md
- Clash Detection: guide/clash-detection.md
- Model Diff: guide/model-diff.md
- Real-Time Collaboration: guide/collaboration.md
- Collab Engine (API): guide/collab.md
- Collaboration Server: guide/collab-server.md
- Testing Collaboration: guide/collab-testing.md
- Lens Visualization: guide/lens.md
- Lists & Schedules: guide/lists.md
- Solar Analysis: guide/solar.md
- Scripting SDK: guide/scripting-sdk.md
- Customization:
- Extensions: guide/extensions.md
- Authoring Extensions: guide/extension-authoring.md
- Flavors: guide/flavors.md
- Privacy: guide/privacy.md
- Architecture:
- Overview: architecture/overview.md
- Data Flow: architecture/data-flow.md
- Parsing Pipeline: architecture/parsing-pipeline.md
- Geometry Pipeline: architecture/geometry-pipeline.md
- Rendering Pipeline: architecture/rendering-pipeline.md
- Coordinate Handling: architecture/coordinate-handling.md
- Federation: architecture/federation.md
- Layer PRs:
- Overview: architecture/layer-prs/index.md
- Concepts: architecture/layer-prs/01-concepts.md
- Layer Format: architecture/layer-prs/02-layer-format.md
- Provenance: architecture/layer-prs/03-provenance.md
- Identity: architecture/layer-prs/04-identity.md
- Diff & Merge: architecture/layer-prs/05-merge.md
- Agents (MCP): architecture/layer-prs/06-agents.md
- Security: architecture/layer-prs/07-security.md
- Review Workflow: architecture/layer-prs/08-review.md
- CLI & CI: architecture/layer-prs/09-cli.md
- Registry: architecture/layer-prs/10-registry.md
- Standards & Ecosystem: architecture/layer-prs/11-standards-ecosystem.md
- Roadmap: architecture/layer-prs/12-roadmap.md
- API Reference:
- TypeScript API: api/typescript.md
- Rust API: api/rust.md
- WASM Bindings: api/wasm.md
- Python (PyPI): api/python.md
- Tutorials:
- Building a Viewer: tutorials/building-viewer.md
- Three.js Integration: tutorials/threejs-integration.md
- Babylon.js Integration: tutorials/babylonjs-integration.md
- Custom Queries: tutorials/custom-queries.md
- Extending the Parser: tutorials/extending-parser.md
- Contributing:
- Development Setup: contributing/setup.md
- Testing: contributing/testing.md
- Release Process: contributing/release.md