-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
94 lines (88 loc) · 3.21 KB
/
Copy pathmkdocs.yml
File metadata and controls
94 lines (88 loc) · 3.21 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
site_name: Merle
site_description: Modular Enterprise RPA Lifecycle Engine — Python-first hybrid RPA Framework (Martin Richardt)
site_author: Martin Richardt
site_url: https://maatini.github.io/merle/ # GitHub Pages (public repo: free via GitHub Actions + gh-pages branch)
repo_url: https://github.com/maatini/merle
repo_name: merle
edit_uri: edit/main/docs/
theme:
name: material
language: de
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.action.edit
nav:
- Start: index.md
- Schnellstart:
- Schnellstart: getting-started/quickstart.md
- Junior-Guide (für Einsteiger): getting-started/junior-guide.md
- Konzepte:
- Übersicht: concepts/index.md
- Strategie: concepts/strategie.md
- Entscheidungsmatrix: concepts/entscheidungsmatrix.md
- Governance: concepts/governance.md
- Projektstruktur: concepts/projektstruktur.md
- Entwicklungsleitfaden: concepts/entwicklungsleitfaden.md
- Secrets Management: concepts/secrets-management.md
- merle-core:
- Übersicht: merle-core/index.md
- Base Classes: merle-core/base-classes.md
- Retry & Resilienz: merle-core/retry.md
- Observability: merle-core/observability.md
- Playwright Wrapper: merle-core/playwright.md
- Architektur & Komponenten: concepts/architecture.md
- Entwicklung:
- Übersicht: development/index.md
- Setup: development/setup.md
- Contributing: development/contributing.md
- Entscheidungen (ADRs):
- Übersicht: decisions/index.md
- Python-First Strategie: decisions/0001-python-first-strategie.md
- Template-Architektur: decisions/0002-verbindliche-template-architektur.md
- Python ↔ UiPath: decisions/0003-integration-python-uipath.md
- Copier Scaffolding: decisions/0004-copier-bot-scaffolding.md
- merle-core v0.2: decisions/0005-merle-core-v02-architecture.md
- NATS Orchestrierung: decisions/0006-nats-orchestration-foundation.md
- Lightpanda Browser-Engine: decisions/0007-lightpanda-als-optionale-browser-engine.md
- Repository Visibility (superseded): decisions/0008-repository-visibility-and-internal-governance.md
- Public / Source-Available: decisions/0009-repository-public-source-available.md
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/maatini/merle
- icon: fontawesome/brands/python
link: https://python.org
copyright: Copyright © 2026 Martin Richardt — Proprietary / Internal Use Only