-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
131 lines (129 loc) · 3.95 KB
/
Copy path_quarto.yml
File metadata and controls
131 lines (129 loc) · 3.95 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
project:
type: website
preview:
port: 8080
website:
description: "MADS - Multi-Agent Distributed System"
site-url: "https://mads-net.github.io"
draft-mode: unlinked
back-to-top-navigation: true
reader-mode: true
google-analytics: "G-L37VBCVVQW"
cookie-consent:
type: express
style: simple
palette: light
announcement:
content: "Don't miss the new [MADSCode extension]{style=font-weight:bold} for Visual Studio Code! [Learn more {{< bi link >}}](https://marketplace.visualstudio.com/items?itemName=MADS-Net.madscode)"
position: below-navbar # or below-navbar
type: warning # primary, secondary, success, warning, danger
dismissable: true
page-footer:
left: "Paolo Bosetti, [BY-NC-SA4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)"
navbar:
left:
- text: "Introduction"
menu:
- href: start.qmd
text: "Start here"
- href: why.qmd
text: "Why MADS?"
- href: interfaces.qmd
text: "Interfaces"
- href: who_is_using.qmd
text: "Use cases"
- href: "flyer.qmd"
text: "Flyer"
- href: manual
text: "Documentation"
- text: "Commands"
menu:
- href: manual/mads.qmd
text: "mads command"
- href: manual/broker.qmd
text: "Broker"
- href: manual/plugin.qmd
text: "Plugin"
- href: manual/source-filter-sink.qmd
text: "Source / Filter / Sink"
- href: manual/logger.qmd
text: "Logger"
- href: manual/feedback-perf_assess.qmd
text: "Feedback / Perf Assess"
- href: manual/inspect_plugin.qmd
text: "Inspect Plugin"
- href: manual/federate.qmd
text: "Federate"
- href: manual/fsm.qmd
text: "FSM"
- href: manual/package.qmd
text: "Package"
- href: manual/dealer-worker.qmd
text: "Dealer / Worker"
- href: manual/rust-loaders.qmd
text: "Rust Loaders"
- text: "Concepts"
menu:
- href: manual/network-discovery.qmd
text: "Network discovery"
- href: manual/message-routing.qmd
text: "Message routing and topics"
- href: manual/plugins-extensions.qmd
text: "Plugins and extensions"
- href: manual/timing-scheduling.qmd
text: "Timing and scheduling"
- href: manual/message-queues.qmd
text: "Message queues"
- href: manual/databases-storage.qmd
text: "Databases and data storage"
- href: manual/cryptography-security.qmd
text: "Cryptography and security"
- href: guides.qmd
text: "Guides"
- text: "Presentations"
menu:
- href: presentations/intro.qmd
text: "{{< logo >}} Intro"
- href: "presentations/gorini.qmd"
text: "Scuola Gorini 2026"
right:
- href: https://git.new/MADS
text: "{{< bi cloud-arrow-down-fill >}} Get MADS"
- href: about.qmd
text: "{{< bi question-circle-fill >}} About"
- icon: github
menu:
- text: Source Code
href: https://github.com/pbosetti/mads
- text: Issues
href: https://github.com/pbosetti/MADS/issues
- text: Plugins
href: https://github.com/MADS-Net
format:
html:
toc: true
email-obfuscation: "javascript"
theme:
- flatly
- brand
- custom.scss
revealjs:
theme: [default, presentations/slides.scss]
width: 1280
height: 720
margin: 0.1
slide-number: true
code-line-numbers: true
code-annotations: below
controls: true
preview-links: auto
chalkboard: true
footer: "MADS --- [https://mads-net.github.io](https://mads-net.github.io)"
fig-width: 5
fig-height: 4
fig-dpi: 300
touch: true
email-obfuscation: javascript
pdf-separate-fragments: true
link-external-icon: true
lang: en-EN