Added more docs

This commit is contained in:
Toby Chui
2025-05-26 22:03:07 +08:00
parent c56e317bfd
commit a85bf82c3e
19 changed files with 568 additions and 206 deletions

View File

@@ -110,6 +110,9 @@
<a class="item" href="/html/2. Architecture/3. Configure.html">
Configure
</a>
<a class="item" href="/html/2. Architecture/4. Capture Modes.html">
Capture Modes
</a>
</div>
<a class="item">
Getting Started
@@ -132,17 +135,17 @@
The Zoraxy Plugin uses a 3 steps approach to get information from plugin, setup the plugin and forward request to plugin. The name of the steps are partially referred from dbus designs as followings.
</p>
</p>
<ol>
<li>
<div class="ts-list is-ordered">
<div class="item">
Introspect
</li>
<li>
</div>
<div class="item">
Configure
</li>
<li>
</div>
<div class="item">
Forwarding
</li>
</ol>
</div>
</div>
<p>
<p class="ts-text">
The overall flow looks like this.