mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-06 23:57:21 +02:00
Updated doc for release
- Fixed bug in build.sh and doc generator
This commit is contained in:
parent
cd822ed904
commit
0215171646
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Run the Go program with the specified arguments
|
# Run the Go program with the specified arguments
|
||||||
./docs.exe -m=build -root="/plugins/html/"
|
./docs.exe -m=build -root=plugins/html/
|
@ -52,7 +52,7 @@
|
|||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="/html/assets/theme.js"></script>
|
<script src="/plugins/html/assets/theme.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="ts-content">
|
<div class="ts-content">
|
||||||
@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="ts-tab is-pilled">
|
<div class="ts-tab is-pilled">
|
||||||
<a href="" class="item" style="user-select: none;">
|
<a href="" class="item" style="user-select: none;">
|
||||||
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/html/assets/logo.png" dark_src="/html/assets/logo_white.png" src="/html/assets/logo.png"></img>
|
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/plugins/html/assets/logo.png" dark_src="/plugins/html/assets/logo_white.png" src="/plugins/html/assets/logo.png"></img>
|
||||||
</a>
|
</a>
|
||||||
<a href="#!" class="is-active item">
|
<a href="#!" class="is-active item">
|
||||||
Documents
|
Documents
|
||||||
@ -87,19 +87,19 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item is-active" href="/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
<a class="item is-active" href="/plugins/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
||||||
What is Zoraxy Plugin
|
What is Zoraxy Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/2. Getting Started.html">
|
<a class="item" href="/plugins/html/1. Introduction/2. Getting Started.html">
|
||||||
Getting Started
|
Getting Started
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/3. Installing Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/3. Installing Plugin.html">
|
||||||
Installing Plugin
|
Installing Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/4. Enable Plugins.html">
|
<a class="item" href="/plugins/html/1. Introduction/4. Enable Plugins.html">
|
||||||
Enable Plugins
|
Enable Plugins
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/5. Viewing Plugin Info.html">
|
<a class="item" href="/plugins/html/1. Introduction/5. Viewing Plugin Info.html">
|
||||||
Viewing Plugin Info
|
Viewing Plugin Info
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -108,22 +108,22 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/2. Architecture/1. Plugin Architecture.html">
|
<a class="item" href="/plugins/html/2. Architecture/1. Plugin Architecture.html">
|
||||||
Plugin Architecture
|
Plugin Architecture
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/2. Introspect.html">
|
<a class="item" href="/plugins/html/2. Architecture/2. Introspect.html">
|
||||||
Introspect
|
Introspect
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/3. Configure.html">
|
<a class="item" href="/plugins/html/2. Architecture/3. Configure.html">
|
||||||
Configure
|
Configure
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/4. Capture Modes.html">
|
<a class="item" href="/plugins/html/2. Architecture/4. Capture Modes.html">
|
||||||
Capture Modes
|
Capture Modes
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/5. Plugin UI.html">
|
<a class="item" href="/plugins/html/2. Architecture/5. Plugin UI.html">
|
||||||
Plugin UI
|
Plugin UI
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/6. Compile a Plugin.html">
|
<a class="item" href="/plugins/html/2. Architecture/6. Compile a Plugin.html">
|
||||||
Compile a Plugin
|
Compile a Plugin
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -132,20 +132,20 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/3. Basic Examples/1. Hello World.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/1. Hello World.html">
|
||||||
Hello World
|
Hello World
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/2. RESTful Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/2. RESTful Example.html">
|
||||||
RESTful Example
|
RESTful Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/3. Static Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/3. Static Capture Example.html">
|
||||||
Static Capture Example
|
Static Capture Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
||||||
Dynamic Capture Example
|
Dynamic Capture Example
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<a class="item" href="/html/index.html">
|
<a class="item" href="/plugins/html/index.html">
|
||||||
index
|
index
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="/html/assets/theme.js"></script>
|
<script src="/plugins/html/assets/theme.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="ts-content">
|
<div class="ts-content">
|
||||||
@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="ts-tab is-pilled">
|
<div class="ts-tab is-pilled">
|
||||||
<a href="" class="item" style="user-select: none;">
|
<a href="" class="item" style="user-select: none;">
|
||||||
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/html/assets/logo.png" dark_src="/html/assets/logo_white.png" src="/html/assets/logo.png"></img>
|
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/plugins/html/assets/logo.png" dark_src="/plugins/html/assets/logo_white.png" src="/plugins/html/assets/logo.png"></img>
|
||||||
</a>
|
</a>
|
||||||
<a href="#!" class="is-active item">
|
<a href="#!" class="is-active item">
|
||||||
Documents
|
Documents
|
||||||
@ -87,19 +87,19 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
||||||
What is Zoraxy Plugin
|
What is Zoraxy Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item is-active" href="/html/1. Introduction/2. Getting Started.html">
|
<a class="item is-active" href="/plugins/html/1. Introduction/2. Getting Started.html">
|
||||||
Getting Started
|
Getting Started
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/3. Installing Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/3. Installing Plugin.html">
|
||||||
Installing Plugin
|
Installing Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/4. Enable Plugins.html">
|
<a class="item" href="/plugins/html/1. Introduction/4. Enable Plugins.html">
|
||||||
Enable Plugins
|
Enable Plugins
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/5. Viewing Plugin Info.html">
|
<a class="item" href="/plugins/html/1. Introduction/5. Viewing Plugin Info.html">
|
||||||
Viewing Plugin Info
|
Viewing Plugin Info
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -108,22 +108,22 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/2. Architecture/1. Plugin Architecture.html">
|
<a class="item" href="/plugins/html/2. Architecture/1. Plugin Architecture.html">
|
||||||
Plugin Architecture
|
Plugin Architecture
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/2. Introspect.html">
|
<a class="item" href="/plugins/html/2. Architecture/2. Introspect.html">
|
||||||
Introspect
|
Introspect
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/3. Configure.html">
|
<a class="item" href="/plugins/html/2. Architecture/3. Configure.html">
|
||||||
Configure
|
Configure
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/4. Capture Modes.html">
|
<a class="item" href="/plugins/html/2. Architecture/4. Capture Modes.html">
|
||||||
Capture Modes
|
Capture Modes
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/5. Plugin UI.html">
|
<a class="item" href="/plugins/html/2. Architecture/5. Plugin UI.html">
|
||||||
Plugin UI
|
Plugin UI
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/6. Compile a Plugin.html">
|
<a class="item" href="/plugins/html/2. Architecture/6. Compile a Plugin.html">
|
||||||
Compile a Plugin
|
Compile a Plugin
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -132,20 +132,20 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/3. Basic Examples/1. Hello World.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/1. Hello World.html">
|
||||||
Hello World
|
Hello World
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/2. RESTful Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/2. RESTful Example.html">
|
||||||
RESTful Example
|
RESTful Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/3. Static Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/3. Static Capture Example.html">
|
||||||
Static Capture Example
|
Static Capture Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
||||||
Dynamic Capture Example
|
Dynamic Capture Example
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<a class="item" href="/html/index.html">
|
<a class="item" href="/plugins/html/index.html">
|
||||||
index
|
index
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="/html/assets/theme.js"></script>
|
<script src="/plugins/html/assets/theme.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="ts-content">
|
<div class="ts-content">
|
||||||
@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="ts-tab is-pilled">
|
<div class="ts-tab is-pilled">
|
||||||
<a href="" class="item" style="user-select: none;">
|
<a href="" class="item" style="user-select: none;">
|
||||||
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/html/assets/logo.png" dark_src="/html/assets/logo_white.png" src="/html/assets/logo.png"></img>
|
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/plugins/html/assets/logo.png" dark_src="/plugins/html/assets/logo_white.png" src="/plugins/html/assets/logo.png"></img>
|
||||||
</a>
|
</a>
|
||||||
<a href="#!" class="is-active item">
|
<a href="#!" class="is-active item">
|
||||||
Documents
|
Documents
|
||||||
@ -87,19 +87,19 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
||||||
What is Zoraxy Plugin
|
What is Zoraxy Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/2. Getting Started.html">
|
<a class="item" href="/plugins/html/1. Introduction/2. Getting Started.html">
|
||||||
Getting Started
|
Getting Started
|
||||||
</a>
|
</a>
|
||||||
<a class="item is-active" href="/html/1. Introduction/3. Installing Plugin.html">
|
<a class="item is-active" href="/plugins/html/1. Introduction/3. Installing Plugin.html">
|
||||||
Installing Plugin
|
Installing Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/4. Enable Plugins.html">
|
<a class="item" href="/plugins/html/1. Introduction/4. Enable Plugins.html">
|
||||||
Enable Plugins
|
Enable Plugins
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/5. Viewing Plugin Info.html">
|
<a class="item" href="/plugins/html/1. Introduction/5. Viewing Plugin Info.html">
|
||||||
Viewing Plugin Info
|
Viewing Plugin Info
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -108,22 +108,22 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/2. Architecture/1. Plugin Architecture.html">
|
<a class="item" href="/plugins/html/2. Architecture/1. Plugin Architecture.html">
|
||||||
Plugin Architecture
|
Plugin Architecture
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/2. Introspect.html">
|
<a class="item" href="/plugins/html/2. Architecture/2. Introspect.html">
|
||||||
Introspect
|
Introspect
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/3. Configure.html">
|
<a class="item" href="/plugins/html/2. Architecture/3. Configure.html">
|
||||||
Configure
|
Configure
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/4. Capture Modes.html">
|
<a class="item" href="/plugins/html/2. Architecture/4. Capture Modes.html">
|
||||||
Capture Modes
|
Capture Modes
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/5. Plugin UI.html">
|
<a class="item" href="/plugins/html/2. Architecture/5. Plugin UI.html">
|
||||||
Plugin UI
|
Plugin UI
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/6. Compile a Plugin.html">
|
<a class="item" href="/plugins/html/2. Architecture/6. Compile a Plugin.html">
|
||||||
Compile a Plugin
|
Compile a Plugin
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -132,20 +132,20 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/3. Basic Examples/1. Hello World.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/1. Hello World.html">
|
||||||
Hello World
|
Hello World
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/2. RESTful Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/2. RESTful Example.html">
|
||||||
RESTful Example
|
RESTful Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/3. Static Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/3. Static Capture Example.html">
|
||||||
Static Capture Example
|
Static Capture Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
||||||
Dynamic Capture Example
|
Dynamic Capture Example
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<a class="item" href="/html/index.html">
|
<a class="item" href="/plugins/html/index.html">
|
||||||
index
|
index
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="/html/assets/theme.js"></script>
|
<script src="/plugins/html/assets/theme.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="ts-content">
|
<div class="ts-content">
|
||||||
@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="ts-tab is-pilled">
|
<div class="ts-tab is-pilled">
|
||||||
<a href="" class="item" style="user-select: none;">
|
<a href="" class="item" style="user-select: none;">
|
||||||
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/html/assets/logo.png" dark_src="/html/assets/logo_white.png" src="/html/assets/logo.png"></img>
|
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/plugins/html/assets/logo.png" dark_src="/plugins/html/assets/logo_white.png" src="/plugins/html/assets/logo.png"></img>
|
||||||
</a>
|
</a>
|
||||||
<a href="#!" class="is-active item">
|
<a href="#!" class="is-active item">
|
||||||
Documents
|
Documents
|
||||||
@ -87,19 +87,19 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
||||||
What is Zoraxy Plugin
|
What is Zoraxy Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/2. Getting Started.html">
|
<a class="item" href="/plugins/html/1. Introduction/2. Getting Started.html">
|
||||||
Getting Started
|
Getting Started
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/3. Installing Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/3. Installing Plugin.html">
|
||||||
Installing Plugin
|
Installing Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item is-active" href="/html/1. Introduction/4. Enable Plugins.html">
|
<a class="item is-active" href="/plugins/html/1. Introduction/4. Enable Plugins.html">
|
||||||
Enable Plugins
|
Enable Plugins
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/5. Viewing Plugin Info.html">
|
<a class="item" href="/plugins/html/1. Introduction/5. Viewing Plugin Info.html">
|
||||||
Viewing Plugin Info
|
Viewing Plugin Info
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -108,22 +108,22 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/2. Architecture/1. Plugin Architecture.html">
|
<a class="item" href="/plugins/html/2. Architecture/1. Plugin Architecture.html">
|
||||||
Plugin Architecture
|
Plugin Architecture
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/2. Introspect.html">
|
<a class="item" href="/plugins/html/2. Architecture/2. Introspect.html">
|
||||||
Introspect
|
Introspect
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/3. Configure.html">
|
<a class="item" href="/plugins/html/2. Architecture/3. Configure.html">
|
||||||
Configure
|
Configure
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/4. Capture Modes.html">
|
<a class="item" href="/plugins/html/2. Architecture/4. Capture Modes.html">
|
||||||
Capture Modes
|
Capture Modes
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/5. Plugin UI.html">
|
<a class="item" href="/plugins/html/2. Architecture/5. Plugin UI.html">
|
||||||
Plugin UI
|
Plugin UI
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/6. Compile a Plugin.html">
|
<a class="item" href="/plugins/html/2. Architecture/6. Compile a Plugin.html">
|
||||||
Compile a Plugin
|
Compile a Plugin
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -132,20 +132,20 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/3. Basic Examples/1. Hello World.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/1. Hello World.html">
|
||||||
Hello World
|
Hello World
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/2. RESTful Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/2. RESTful Example.html">
|
||||||
RESTful Example
|
RESTful Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/3. Static Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/3. Static Capture Example.html">
|
||||||
Static Capture Example
|
Static Capture Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
||||||
Dynamic Capture Example
|
Dynamic Capture Example
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<a class="item" href="/html/index.html">
|
<a class="item" href="/plugins/html/index.html">
|
||||||
index
|
index
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="/html/assets/theme.js"></script>
|
<script src="/plugins/html/assets/theme.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="ts-content">
|
<div class="ts-content">
|
||||||
@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="ts-tab is-pilled">
|
<div class="ts-tab is-pilled">
|
||||||
<a href="" class="item" style="user-select: none;">
|
<a href="" class="item" style="user-select: none;">
|
||||||
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/html/assets/logo.png" dark_src="/html/assets/logo_white.png" src="/html/assets/logo.png"></img>
|
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/plugins/html/assets/logo.png" dark_src="/plugins/html/assets/logo_white.png" src="/plugins/html/assets/logo.png"></img>
|
||||||
</a>
|
</a>
|
||||||
<a href="#!" class="is-active item">
|
<a href="#!" class="is-active item">
|
||||||
Documents
|
Documents
|
||||||
@ -87,19 +87,19 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
||||||
What is Zoraxy Plugin
|
What is Zoraxy Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/2. Getting Started.html">
|
<a class="item" href="/plugins/html/1. Introduction/2. Getting Started.html">
|
||||||
Getting Started
|
Getting Started
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/3. Installing Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/3. Installing Plugin.html">
|
||||||
Installing Plugin
|
Installing Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/4. Enable Plugins.html">
|
<a class="item" href="/plugins/html/1. Introduction/4. Enable Plugins.html">
|
||||||
Enable Plugins
|
Enable Plugins
|
||||||
</a>
|
</a>
|
||||||
<a class="item is-active" href="/html/1. Introduction/5. Viewing Plugin Info.html">
|
<a class="item is-active" href="/plugins/html/1. Introduction/5. Viewing Plugin Info.html">
|
||||||
Viewing Plugin Info
|
Viewing Plugin Info
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -108,22 +108,22 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/2. Architecture/1. Plugin Architecture.html">
|
<a class="item" href="/plugins/html/2. Architecture/1. Plugin Architecture.html">
|
||||||
Plugin Architecture
|
Plugin Architecture
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/2. Introspect.html">
|
<a class="item" href="/plugins/html/2. Architecture/2. Introspect.html">
|
||||||
Introspect
|
Introspect
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/3. Configure.html">
|
<a class="item" href="/plugins/html/2. Architecture/3. Configure.html">
|
||||||
Configure
|
Configure
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/4. Capture Modes.html">
|
<a class="item" href="/plugins/html/2. Architecture/4. Capture Modes.html">
|
||||||
Capture Modes
|
Capture Modes
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/5. Plugin UI.html">
|
<a class="item" href="/plugins/html/2. Architecture/5. Plugin UI.html">
|
||||||
Plugin UI
|
Plugin UI
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/6. Compile a Plugin.html">
|
<a class="item" href="/plugins/html/2. Architecture/6. Compile a Plugin.html">
|
||||||
Compile a Plugin
|
Compile a Plugin
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -132,20 +132,20 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/3. Basic Examples/1. Hello World.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/1. Hello World.html">
|
||||||
Hello World
|
Hello World
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/2. RESTful Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/2. RESTful Example.html">
|
||||||
RESTful Example
|
RESTful Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/3. Static Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/3. Static Capture Example.html">
|
||||||
Static Capture Example
|
Static Capture Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
||||||
Dynamic Capture Example
|
Dynamic Capture Example
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<a class="item" href="/html/index.html">
|
<a class="item" href="/plugins/html/index.html">
|
||||||
index
|
index
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="/html/assets/theme.js"></script>
|
<script src="/plugins/html/assets/theme.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="ts-content">
|
<div class="ts-content">
|
||||||
@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="ts-tab is-pilled">
|
<div class="ts-tab is-pilled">
|
||||||
<a href="" class="item" style="user-select: none;">
|
<a href="" class="item" style="user-select: none;">
|
||||||
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/html/assets/logo.png" dark_src="/html/assets/logo_white.png" src="/html/assets/logo.png"></img>
|
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/plugins/html/assets/logo.png" dark_src="/plugins/html/assets/logo_white.png" src="/plugins/html/assets/logo.png"></img>
|
||||||
</a>
|
</a>
|
||||||
<a href="#!" class="is-active item">
|
<a href="#!" class="is-active item">
|
||||||
Documents
|
Documents
|
||||||
@ -87,19 +87,19 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
||||||
What is Zoraxy Plugin
|
What is Zoraxy Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/2. Getting Started.html">
|
<a class="item" href="/plugins/html/1. Introduction/2. Getting Started.html">
|
||||||
Getting Started
|
Getting Started
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/3. Installing Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/3. Installing Plugin.html">
|
||||||
Installing Plugin
|
Installing Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/4. Enable Plugins.html">
|
<a class="item" href="/plugins/html/1. Introduction/4. Enable Plugins.html">
|
||||||
Enable Plugins
|
Enable Plugins
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/5. Viewing Plugin Info.html">
|
<a class="item" href="/plugins/html/1. Introduction/5. Viewing Plugin Info.html">
|
||||||
Viewing Plugin Info
|
Viewing Plugin Info
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -108,22 +108,22 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item is-active" href="/html/2. Architecture/1. Plugin Architecture.html">
|
<a class="item is-active" href="/plugins/html/2. Architecture/1. Plugin Architecture.html">
|
||||||
Plugin Architecture
|
Plugin Architecture
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/2. Introspect.html">
|
<a class="item" href="/plugins/html/2. Architecture/2. Introspect.html">
|
||||||
Introspect
|
Introspect
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/3. Configure.html">
|
<a class="item" href="/plugins/html/2. Architecture/3. Configure.html">
|
||||||
Configure
|
Configure
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/4. Capture Modes.html">
|
<a class="item" href="/plugins/html/2. Architecture/4. Capture Modes.html">
|
||||||
Capture Modes
|
Capture Modes
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/5. Plugin UI.html">
|
<a class="item" href="/plugins/html/2. Architecture/5. Plugin UI.html">
|
||||||
Plugin UI
|
Plugin UI
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/6. Compile a Plugin.html">
|
<a class="item" href="/plugins/html/2. Architecture/6. Compile a Plugin.html">
|
||||||
Compile a Plugin
|
Compile a Plugin
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -132,20 +132,20 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/3. Basic Examples/1. Hello World.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/1. Hello World.html">
|
||||||
Hello World
|
Hello World
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/2. RESTful Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/2. RESTful Example.html">
|
||||||
RESTful Example
|
RESTful Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/3. Static Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/3. Static Capture Example.html">
|
||||||
Static Capture Example
|
Static Capture Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
||||||
Dynamic Capture Example
|
Dynamic Capture Example
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<a class="item" href="/html/index.html">
|
<a class="item" href="/plugins/html/index.html">
|
||||||
index
|
index
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="/html/assets/theme.js"></script>
|
<script src="/plugins/html/assets/theme.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="ts-content">
|
<div class="ts-content">
|
||||||
@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="ts-tab is-pilled">
|
<div class="ts-tab is-pilled">
|
||||||
<a href="" class="item" style="user-select: none;">
|
<a href="" class="item" style="user-select: none;">
|
||||||
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/html/assets/logo.png" dark_src="/html/assets/logo_white.png" src="/html/assets/logo.png"></img>
|
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/plugins/html/assets/logo.png" dark_src="/plugins/html/assets/logo_white.png" src="/plugins/html/assets/logo.png"></img>
|
||||||
</a>
|
</a>
|
||||||
<a href="#!" class="is-active item">
|
<a href="#!" class="is-active item">
|
||||||
Documents
|
Documents
|
||||||
@ -87,19 +87,19 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
||||||
What is Zoraxy Plugin
|
What is Zoraxy Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/2. Getting Started.html">
|
<a class="item" href="/plugins/html/1. Introduction/2. Getting Started.html">
|
||||||
Getting Started
|
Getting Started
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/3. Installing Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/3. Installing Plugin.html">
|
||||||
Installing Plugin
|
Installing Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/4. Enable Plugins.html">
|
<a class="item" href="/plugins/html/1. Introduction/4. Enable Plugins.html">
|
||||||
Enable Plugins
|
Enable Plugins
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/5. Viewing Plugin Info.html">
|
<a class="item" href="/plugins/html/1. Introduction/5. Viewing Plugin Info.html">
|
||||||
Viewing Plugin Info
|
Viewing Plugin Info
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -108,22 +108,22 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/2. Architecture/1. Plugin Architecture.html">
|
<a class="item" href="/plugins/html/2. Architecture/1. Plugin Architecture.html">
|
||||||
Plugin Architecture
|
Plugin Architecture
|
||||||
</a>
|
</a>
|
||||||
<a class="item is-active" href="/html/2. Architecture/2. Introspect.html">
|
<a class="item is-active" href="/plugins/html/2. Architecture/2. Introspect.html">
|
||||||
Introspect
|
Introspect
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/3. Configure.html">
|
<a class="item" href="/plugins/html/2. Architecture/3. Configure.html">
|
||||||
Configure
|
Configure
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/4. Capture Modes.html">
|
<a class="item" href="/plugins/html/2. Architecture/4. Capture Modes.html">
|
||||||
Capture Modes
|
Capture Modes
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/5. Plugin UI.html">
|
<a class="item" href="/plugins/html/2. Architecture/5. Plugin UI.html">
|
||||||
Plugin UI
|
Plugin UI
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/6. Compile a Plugin.html">
|
<a class="item" href="/plugins/html/2. Architecture/6. Compile a Plugin.html">
|
||||||
Compile a Plugin
|
Compile a Plugin
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -132,20 +132,20 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/3. Basic Examples/1. Hello World.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/1. Hello World.html">
|
||||||
Hello World
|
Hello World
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/2. RESTful Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/2. RESTful Example.html">
|
||||||
RESTful Example
|
RESTful Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/3. Static Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/3. Static Capture Example.html">
|
||||||
Static Capture Example
|
Static Capture Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
||||||
Dynamic Capture Example
|
Dynamic Capture Example
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<a class="item" href="/html/index.html">
|
<a class="item" href="/plugins/html/index.html">
|
||||||
index
|
index
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="/html/assets/theme.js"></script>
|
<script src="/plugins/html/assets/theme.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="ts-content">
|
<div class="ts-content">
|
||||||
@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="ts-tab is-pilled">
|
<div class="ts-tab is-pilled">
|
||||||
<a href="" class="item" style="user-select: none;">
|
<a href="" class="item" style="user-select: none;">
|
||||||
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/html/assets/logo.png" dark_src="/html/assets/logo_white.png" src="/html/assets/logo.png"></img>
|
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/plugins/html/assets/logo.png" dark_src="/plugins/html/assets/logo_white.png" src="/plugins/html/assets/logo.png"></img>
|
||||||
</a>
|
</a>
|
||||||
<a href="#!" class="is-active item">
|
<a href="#!" class="is-active item">
|
||||||
Documents
|
Documents
|
||||||
@ -87,19 +87,19 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
||||||
What is Zoraxy Plugin
|
What is Zoraxy Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/2. Getting Started.html">
|
<a class="item" href="/plugins/html/1. Introduction/2. Getting Started.html">
|
||||||
Getting Started
|
Getting Started
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/3. Installing Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/3. Installing Plugin.html">
|
||||||
Installing Plugin
|
Installing Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/4. Enable Plugins.html">
|
<a class="item" href="/plugins/html/1. Introduction/4. Enable Plugins.html">
|
||||||
Enable Plugins
|
Enable Plugins
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/5. Viewing Plugin Info.html">
|
<a class="item" href="/plugins/html/1. Introduction/5. Viewing Plugin Info.html">
|
||||||
Viewing Plugin Info
|
Viewing Plugin Info
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -108,22 +108,22 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/2. Architecture/1. Plugin Architecture.html">
|
<a class="item" href="/plugins/html/2. Architecture/1. Plugin Architecture.html">
|
||||||
Plugin Architecture
|
Plugin Architecture
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/2. Introspect.html">
|
<a class="item" href="/plugins/html/2. Architecture/2. Introspect.html">
|
||||||
Introspect
|
Introspect
|
||||||
</a>
|
</a>
|
||||||
<a class="item is-active" href="/html/2. Architecture/3. Configure.html">
|
<a class="item is-active" href="/plugins/html/2. Architecture/3. Configure.html">
|
||||||
Configure
|
Configure
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/4. Capture Modes.html">
|
<a class="item" href="/plugins/html/2. Architecture/4. Capture Modes.html">
|
||||||
Capture Modes
|
Capture Modes
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/5. Plugin UI.html">
|
<a class="item" href="/plugins/html/2. Architecture/5. Plugin UI.html">
|
||||||
Plugin UI
|
Plugin UI
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/6. Compile a Plugin.html">
|
<a class="item" href="/plugins/html/2. Architecture/6. Compile a Plugin.html">
|
||||||
Compile a Plugin
|
Compile a Plugin
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -132,20 +132,20 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/3. Basic Examples/1. Hello World.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/1. Hello World.html">
|
||||||
Hello World
|
Hello World
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/2. RESTful Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/2. RESTful Example.html">
|
||||||
RESTful Example
|
RESTful Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/3. Static Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/3. Static Capture Example.html">
|
||||||
Static Capture Example
|
Static Capture Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
||||||
Dynamic Capture Example
|
Dynamic Capture Example
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<a class="item" href="/html/index.html">
|
<a class="item" href="/plugins/html/index.html">
|
||||||
index
|
index
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="/html/assets/theme.js"></script>
|
<script src="/plugins/html/assets/theme.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="ts-content">
|
<div class="ts-content">
|
||||||
@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="ts-tab is-pilled">
|
<div class="ts-tab is-pilled">
|
||||||
<a href="" class="item" style="user-select: none;">
|
<a href="" class="item" style="user-select: none;">
|
||||||
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/html/assets/logo.png" dark_src="/html/assets/logo_white.png" src="/html/assets/logo.png"></img>
|
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/plugins/html/assets/logo.png" dark_src="/plugins/html/assets/logo_white.png" src="/plugins/html/assets/logo.png"></img>
|
||||||
</a>
|
</a>
|
||||||
<a href="#!" class="is-active item">
|
<a href="#!" class="is-active item">
|
||||||
Documents
|
Documents
|
||||||
@ -87,19 +87,19 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
||||||
What is Zoraxy Plugin
|
What is Zoraxy Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/2. Getting Started.html">
|
<a class="item" href="/plugins/html/1. Introduction/2. Getting Started.html">
|
||||||
Getting Started
|
Getting Started
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/3. Installing Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/3. Installing Plugin.html">
|
||||||
Installing Plugin
|
Installing Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/4. Enable Plugins.html">
|
<a class="item" href="/plugins/html/1. Introduction/4. Enable Plugins.html">
|
||||||
Enable Plugins
|
Enable Plugins
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/5. Viewing Plugin Info.html">
|
<a class="item" href="/plugins/html/1. Introduction/5. Viewing Plugin Info.html">
|
||||||
Viewing Plugin Info
|
Viewing Plugin Info
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -108,22 +108,22 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/2. Architecture/1. Plugin Architecture.html">
|
<a class="item" href="/plugins/html/2. Architecture/1. Plugin Architecture.html">
|
||||||
Plugin Architecture
|
Plugin Architecture
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/2. Introspect.html">
|
<a class="item" href="/plugins/html/2. Architecture/2. Introspect.html">
|
||||||
Introspect
|
Introspect
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/3. Configure.html">
|
<a class="item" href="/plugins/html/2. Architecture/3. Configure.html">
|
||||||
Configure
|
Configure
|
||||||
</a>
|
</a>
|
||||||
<a class="item is-active" href="/html/2. Architecture/4. Capture Modes.html">
|
<a class="item is-active" href="/plugins/html/2. Architecture/4. Capture Modes.html">
|
||||||
Capture Modes
|
Capture Modes
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/5. Plugin UI.html">
|
<a class="item" href="/plugins/html/2. Architecture/5. Plugin UI.html">
|
||||||
Plugin UI
|
Plugin UI
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/6. Compile a Plugin.html">
|
<a class="item" href="/plugins/html/2. Architecture/6. Compile a Plugin.html">
|
||||||
Compile a Plugin
|
Compile a Plugin
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -132,20 +132,20 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/3. Basic Examples/1. Hello World.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/1. Hello World.html">
|
||||||
Hello World
|
Hello World
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/2. RESTful Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/2. RESTful Example.html">
|
||||||
RESTful Example
|
RESTful Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/3. Static Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/3. Static Capture Example.html">
|
||||||
Static Capture Example
|
Static Capture Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
||||||
Dynamic Capture Example
|
Dynamic Capture Example
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<a class="item" href="/html/index.html">
|
<a class="item" href="/plugins/html/index.html">
|
||||||
index
|
index
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="/html/assets/theme.js"></script>
|
<script src="/plugins/html/assets/theme.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="ts-content">
|
<div class="ts-content">
|
||||||
@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="ts-tab is-pilled">
|
<div class="ts-tab is-pilled">
|
||||||
<a href="" class="item" style="user-select: none;">
|
<a href="" class="item" style="user-select: none;">
|
||||||
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/html/assets/logo.png" dark_src="/html/assets/logo_white.png" src="/html/assets/logo.png"></img>
|
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/plugins/html/assets/logo.png" dark_src="/plugins/html/assets/logo_white.png" src="/plugins/html/assets/logo.png"></img>
|
||||||
</a>
|
</a>
|
||||||
<a href="#!" class="is-active item">
|
<a href="#!" class="is-active item">
|
||||||
Documents
|
Documents
|
||||||
@ -87,19 +87,19 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
||||||
What is Zoraxy Plugin
|
What is Zoraxy Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/2. Getting Started.html">
|
<a class="item" href="/plugins/html/1. Introduction/2. Getting Started.html">
|
||||||
Getting Started
|
Getting Started
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/3. Installing Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/3. Installing Plugin.html">
|
||||||
Installing Plugin
|
Installing Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/4. Enable Plugins.html">
|
<a class="item" href="/plugins/html/1. Introduction/4. Enable Plugins.html">
|
||||||
Enable Plugins
|
Enable Plugins
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/5. Viewing Plugin Info.html">
|
<a class="item" href="/plugins/html/1. Introduction/5. Viewing Plugin Info.html">
|
||||||
Viewing Plugin Info
|
Viewing Plugin Info
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -108,22 +108,22 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/2. Architecture/1. Plugin Architecture.html">
|
<a class="item" href="/plugins/html/2. Architecture/1. Plugin Architecture.html">
|
||||||
Plugin Architecture
|
Plugin Architecture
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/2. Introspect.html">
|
<a class="item" href="/plugins/html/2. Architecture/2. Introspect.html">
|
||||||
Introspect
|
Introspect
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/3. Configure.html">
|
<a class="item" href="/plugins/html/2. Architecture/3. Configure.html">
|
||||||
Configure
|
Configure
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/4. Capture Modes.html">
|
<a class="item" href="/plugins/html/2. Architecture/4. Capture Modes.html">
|
||||||
Capture Modes
|
Capture Modes
|
||||||
</a>
|
</a>
|
||||||
<a class="item is-active" href="/html/2. Architecture/5. Plugin UI.html">
|
<a class="item is-active" href="/plugins/html/2. Architecture/5. Plugin UI.html">
|
||||||
Plugin UI
|
Plugin UI
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/6. Compile a Plugin.html">
|
<a class="item" href="/plugins/html/2. Architecture/6. Compile a Plugin.html">
|
||||||
Compile a Plugin
|
Compile a Plugin
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -132,20 +132,20 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/3. Basic Examples/1. Hello World.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/1. Hello World.html">
|
||||||
Hello World
|
Hello World
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/2. RESTful Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/2. RESTful Example.html">
|
||||||
RESTful Example
|
RESTful Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/3. Static Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/3. Static Capture Example.html">
|
||||||
Static Capture Example
|
Static Capture Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
||||||
Dynamic Capture Example
|
Dynamic Capture Example
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<a class="item" href="/html/index.html">
|
<a class="item" href="/plugins/html/index.html">
|
||||||
index
|
index
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="/html/assets/theme.js"></script>
|
<script src="/plugins/html/assets/theme.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="ts-content">
|
<div class="ts-content">
|
||||||
@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="ts-tab is-pilled">
|
<div class="ts-tab is-pilled">
|
||||||
<a href="" class="item" style="user-select: none;">
|
<a href="" class="item" style="user-select: none;">
|
||||||
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/html/assets/logo.png" dark_src="/html/assets/logo_white.png" src="/html/assets/logo.png"></img>
|
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/plugins/html/assets/logo.png" dark_src="/plugins/html/assets/logo_white.png" src="/plugins/html/assets/logo.png"></img>
|
||||||
</a>
|
</a>
|
||||||
<a href="#!" class="is-active item">
|
<a href="#!" class="is-active item">
|
||||||
Documents
|
Documents
|
||||||
@ -87,19 +87,19 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
||||||
What is Zoraxy Plugin
|
What is Zoraxy Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/2. Getting Started.html">
|
<a class="item" href="/plugins/html/1. Introduction/2. Getting Started.html">
|
||||||
Getting Started
|
Getting Started
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/3. Installing Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/3. Installing Plugin.html">
|
||||||
Installing Plugin
|
Installing Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/4. Enable Plugins.html">
|
<a class="item" href="/plugins/html/1. Introduction/4. Enable Plugins.html">
|
||||||
Enable Plugins
|
Enable Plugins
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/5. Viewing Plugin Info.html">
|
<a class="item" href="/plugins/html/1. Introduction/5. Viewing Plugin Info.html">
|
||||||
Viewing Plugin Info
|
Viewing Plugin Info
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -108,22 +108,22 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/2. Architecture/1. Plugin Architecture.html">
|
<a class="item" href="/plugins/html/2. Architecture/1. Plugin Architecture.html">
|
||||||
Plugin Architecture
|
Plugin Architecture
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/2. Introspect.html">
|
<a class="item" href="/plugins/html/2. Architecture/2. Introspect.html">
|
||||||
Introspect
|
Introspect
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/3. Configure.html">
|
<a class="item" href="/plugins/html/2. Architecture/3. Configure.html">
|
||||||
Configure
|
Configure
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/4. Capture Modes.html">
|
<a class="item" href="/plugins/html/2. Architecture/4. Capture Modes.html">
|
||||||
Capture Modes
|
Capture Modes
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/5. Plugin UI.html">
|
<a class="item" href="/plugins/html/2. Architecture/5. Plugin UI.html">
|
||||||
Plugin UI
|
Plugin UI
|
||||||
</a>
|
</a>
|
||||||
<a class="item is-active" href="/html/2. Architecture/6. Compile a Plugin.html">
|
<a class="item is-active" href="/plugins/html/2. Architecture/6. Compile a Plugin.html">
|
||||||
Compile a Plugin
|
Compile a Plugin
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -132,20 +132,20 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/3. Basic Examples/1. Hello World.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/1. Hello World.html">
|
||||||
Hello World
|
Hello World
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/2. RESTful Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/2. RESTful Example.html">
|
||||||
RESTful Example
|
RESTful Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/3. Static Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/3. Static Capture Example.html">
|
||||||
Static Capture Example
|
Static Capture Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
||||||
Dynamic Capture Example
|
Dynamic Capture Example
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<a class="item" href="/html/index.html">
|
<a class="item" href="/plugins/html/index.html">
|
||||||
index
|
index
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="/html/assets/theme.js"></script>
|
<script src="/plugins/html/assets/theme.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="ts-content">
|
<div class="ts-content">
|
||||||
@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="ts-tab is-pilled">
|
<div class="ts-tab is-pilled">
|
||||||
<a href="" class="item" style="user-select: none;">
|
<a href="" class="item" style="user-select: none;">
|
||||||
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/html/assets/logo.png" dark_src="/html/assets/logo_white.png" src="/html/assets/logo.png"></img>
|
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/plugins/html/assets/logo.png" dark_src="/plugins/html/assets/logo_white.png" src="/plugins/html/assets/logo.png"></img>
|
||||||
</a>
|
</a>
|
||||||
<a href="#!" class="is-active item">
|
<a href="#!" class="is-active item">
|
||||||
Documents
|
Documents
|
||||||
@ -87,19 +87,19 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
||||||
What is Zoraxy Plugin
|
What is Zoraxy Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/2. Getting Started.html">
|
<a class="item" href="/plugins/html/1. Introduction/2. Getting Started.html">
|
||||||
Getting Started
|
Getting Started
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/3. Installing Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/3. Installing Plugin.html">
|
||||||
Installing Plugin
|
Installing Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/4. Enable Plugins.html">
|
<a class="item" href="/plugins/html/1. Introduction/4. Enable Plugins.html">
|
||||||
Enable Plugins
|
Enable Plugins
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/5. Viewing Plugin Info.html">
|
<a class="item" href="/plugins/html/1. Introduction/5. Viewing Plugin Info.html">
|
||||||
Viewing Plugin Info
|
Viewing Plugin Info
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -108,22 +108,22 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/2. Architecture/1. Plugin Architecture.html">
|
<a class="item" href="/plugins/html/2. Architecture/1. Plugin Architecture.html">
|
||||||
Plugin Architecture
|
Plugin Architecture
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/2. Introspect.html">
|
<a class="item" href="/plugins/html/2. Architecture/2. Introspect.html">
|
||||||
Introspect
|
Introspect
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/3. Configure.html">
|
<a class="item" href="/plugins/html/2. Architecture/3. Configure.html">
|
||||||
Configure
|
Configure
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/4. Capture Modes.html">
|
<a class="item" href="/plugins/html/2. Architecture/4. Capture Modes.html">
|
||||||
Capture Modes
|
Capture Modes
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/5. Plugin UI.html">
|
<a class="item" href="/plugins/html/2. Architecture/5. Plugin UI.html">
|
||||||
Plugin UI
|
Plugin UI
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/6. Compile a Plugin.html">
|
<a class="item" href="/plugins/html/2. Architecture/6. Compile a Plugin.html">
|
||||||
Compile a Plugin
|
Compile a Plugin
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -132,20 +132,20 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item is-active" href="/html/3. Basic Examples/1. Hello World.html">
|
<a class="item is-active" href="/plugins/html/3. Basic Examples/1. Hello World.html">
|
||||||
Hello World
|
Hello World
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/2. RESTful Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/2. RESTful Example.html">
|
||||||
RESTful Example
|
RESTful Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/3. Static Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/3. Static Capture Example.html">
|
||||||
Static Capture Example
|
Static Capture Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
||||||
Dynamic Capture Example
|
Dynamic Capture Example
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<a class="item" href="/html/index.html">
|
<a class="item" href="/plugins/html/index.html">
|
||||||
index
|
index
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="/html/assets/theme.js"></script>
|
<script src="/plugins/html/assets/theme.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="ts-content">
|
<div class="ts-content">
|
||||||
@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="ts-tab is-pilled">
|
<div class="ts-tab is-pilled">
|
||||||
<a href="" class="item" style="user-select: none;">
|
<a href="" class="item" style="user-select: none;">
|
||||||
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/html/assets/logo.png" dark_src="/html/assets/logo_white.png" src="/html/assets/logo.png"></img>
|
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/plugins/html/assets/logo.png" dark_src="/plugins/html/assets/logo_white.png" src="/plugins/html/assets/logo.png"></img>
|
||||||
</a>
|
</a>
|
||||||
<a href="#!" class="is-active item">
|
<a href="#!" class="is-active item">
|
||||||
Documents
|
Documents
|
||||||
@ -87,19 +87,19 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
||||||
What is Zoraxy Plugin
|
What is Zoraxy Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/2. Getting Started.html">
|
<a class="item" href="/plugins/html/1. Introduction/2. Getting Started.html">
|
||||||
Getting Started
|
Getting Started
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/3. Installing Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/3. Installing Plugin.html">
|
||||||
Installing Plugin
|
Installing Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/4. Enable Plugins.html">
|
<a class="item" href="/plugins/html/1. Introduction/4. Enable Plugins.html">
|
||||||
Enable Plugins
|
Enable Plugins
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/5. Viewing Plugin Info.html">
|
<a class="item" href="/plugins/html/1. Introduction/5. Viewing Plugin Info.html">
|
||||||
Viewing Plugin Info
|
Viewing Plugin Info
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -108,22 +108,22 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/2. Architecture/1. Plugin Architecture.html">
|
<a class="item" href="/plugins/html/2. Architecture/1. Plugin Architecture.html">
|
||||||
Plugin Architecture
|
Plugin Architecture
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/2. Introspect.html">
|
<a class="item" href="/plugins/html/2. Architecture/2. Introspect.html">
|
||||||
Introspect
|
Introspect
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/3. Configure.html">
|
<a class="item" href="/plugins/html/2. Architecture/3. Configure.html">
|
||||||
Configure
|
Configure
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/4. Capture Modes.html">
|
<a class="item" href="/plugins/html/2. Architecture/4. Capture Modes.html">
|
||||||
Capture Modes
|
Capture Modes
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/5. Plugin UI.html">
|
<a class="item" href="/plugins/html/2. Architecture/5. Plugin UI.html">
|
||||||
Plugin UI
|
Plugin UI
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/6. Compile a Plugin.html">
|
<a class="item" href="/plugins/html/2. Architecture/6. Compile a Plugin.html">
|
||||||
Compile a Plugin
|
Compile a Plugin
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -132,20 +132,20 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/3. Basic Examples/1. Hello World.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/1. Hello World.html">
|
||||||
Hello World
|
Hello World
|
||||||
</a>
|
</a>
|
||||||
<a class="item is-active" href="/html/3. Basic Examples/2. RESTful Example.html">
|
<a class="item is-active" href="/plugins/html/3. Basic Examples/2. RESTful Example.html">
|
||||||
RESTful Example
|
RESTful Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/3. Static Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/3. Static Capture Example.html">
|
||||||
Static Capture Example
|
Static Capture Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
||||||
Dynamic Capture Example
|
Dynamic Capture Example
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<a class="item" href="/html/index.html">
|
<a class="item" href="/plugins/html/index.html">
|
||||||
index
|
index
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="/html/assets/theme.js"></script>
|
<script src="/plugins/html/assets/theme.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="ts-content">
|
<div class="ts-content">
|
||||||
@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="ts-tab is-pilled">
|
<div class="ts-tab is-pilled">
|
||||||
<a href="" class="item" style="user-select: none;">
|
<a href="" class="item" style="user-select: none;">
|
||||||
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/html/assets/logo.png" dark_src="/html/assets/logo_white.png" src="/html/assets/logo.png"></img>
|
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/plugins/html/assets/logo.png" dark_src="/plugins/html/assets/logo_white.png" src="/plugins/html/assets/logo.png"></img>
|
||||||
</a>
|
</a>
|
||||||
<a href="#!" class="is-active item">
|
<a href="#!" class="is-active item">
|
||||||
Documents
|
Documents
|
||||||
@ -87,19 +87,19 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
||||||
What is Zoraxy Plugin
|
What is Zoraxy Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/2. Getting Started.html">
|
<a class="item" href="/plugins/html/1. Introduction/2. Getting Started.html">
|
||||||
Getting Started
|
Getting Started
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/3. Installing Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/3. Installing Plugin.html">
|
||||||
Installing Plugin
|
Installing Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/4. Enable Plugins.html">
|
<a class="item" href="/plugins/html/1. Introduction/4. Enable Plugins.html">
|
||||||
Enable Plugins
|
Enable Plugins
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/5. Viewing Plugin Info.html">
|
<a class="item" href="/plugins/html/1. Introduction/5. Viewing Plugin Info.html">
|
||||||
Viewing Plugin Info
|
Viewing Plugin Info
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -108,22 +108,22 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/2. Architecture/1. Plugin Architecture.html">
|
<a class="item" href="/plugins/html/2. Architecture/1. Plugin Architecture.html">
|
||||||
Plugin Architecture
|
Plugin Architecture
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/2. Introspect.html">
|
<a class="item" href="/plugins/html/2. Architecture/2. Introspect.html">
|
||||||
Introspect
|
Introspect
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/3. Configure.html">
|
<a class="item" href="/plugins/html/2. Architecture/3. Configure.html">
|
||||||
Configure
|
Configure
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/4. Capture Modes.html">
|
<a class="item" href="/plugins/html/2. Architecture/4. Capture Modes.html">
|
||||||
Capture Modes
|
Capture Modes
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/5. Plugin UI.html">
|
<a class="item" href="/plugins/html/2. Architecture/5. Plugin UI.html">
|
||||||
Plugin UI
|
Plugin UI
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/6. Compile a Plugin.html">
|
<a class="item" href="/plugins/html/2. Architecture/6. Compile a Plugin.html">
|
||||||
Compile a Plugin
|
Compile a Plugin
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -132,20 +132,20 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/3. Basic Examples/1. Hello World.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/1. Hello World.html">
|
||||||
Hello World
|
Hello World
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/2. RESTful Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/2. RESTful Example.html">
|
||||||
RESTful Example
|
RESTful Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item is-active" href="/html/3. Basic Examples/3. Static Capture Example.html">
|
<a class="item is-active" href="/plugins/html/3. Basic Examples/3. Static Capture Example.html">
|
||||||
Static Capture Example
|
Static Capture Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
||||||
Dynamic Capture Example
|
Dynamic Capture Example
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<a class="item" href="/html/index.html">
|
<a class="item" href="/plugins/html/index.html">
|
||||||
index
|
index
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="/html/assets/theme.js"></script>
|
<script src="/plugins/html/assets/theme.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="ts-content">
|
<div class="ts-content">
|
||||||
@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="ts-tab is-pilled">
|
<div class="ts-tab is-pilled">
|
||||||
<a href="" class="item" style="user-select: none;">
|
<a href="" class="item" style="user-select: none;">
|
||||||
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/html/assets/logo.png" dark_src="/html/assets/logo_white.png" src="/html/assets/logo.png"></img>
|
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/plugins/html/assets/logo.png" dark_src="/plugins/html/assets/logo_white.png" src="/plugins/html/assets/logo.png"></img>
|
||||||
</a>
|
</a>
|
||||||
<a href="#!" class="is-active item">
|
<a href="#!" class="is-active item">
|
||||||
Documents
|
Documents
|
||||||
@ -87,19 +87,19 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
||||||
What is Zoraxy Plugin
|
What is Zoraxy Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/2. Getting Started.html">
|
<a class="item" href="/plugins/html/1. Introduction/2. Getting Started.html">
|
||||||
Getting Started
|
Getting Started
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/3. Installing Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/3. Installing Plugin.html">
|
||||||
Installing Plugin
|
Installing Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/4. Enable Plugins.html">
|
<a class="item" href="/plugins/html/1. Introduction/4. Enable Plugins.html">
|
||||||
Enable Plugins
|
Enable Plugins
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/5. Viewing Plugin Info.html">
|
<a class="item" href="/plugins/html/1. Introduction/5. Viewing Plugin Info.html">
|
||||||
Viewing Plugin Info
|
Viewing Plugin Info
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -108,22 +108,22 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/2. Architecture/1. Plugin Architecture.html">
|
<a class="item" href="/plugins/html/2. Architecture/1. Plugin Architecture.html">
|
||||||
Plugin Architecture
|
Plugin Architecture
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/2. Introspect.html">
|
<a class="item" href="/plugins/html/2. Architecture/2. Introspect.html">
|
||||||
Introspect
|
Introspect
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/3. Configure.html">
|
<a class="item" href="/plugins/html/2. Architecture/3. Configure.html">
|
||||||
Configure
|
Configure
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/4. Capture Modes.html">
|
<a class="item" href="/plugins/html/2. Architecture/4. Capture Modes.html">
|
||||||
Capture Modes
|
Capture Modes
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/5. Plugin UI.html">
|
<a class="item" href="/plugins/html/2. Architecture/5. Plugin UI.html">
|
||||||
Plugin UI
|
Plugin UI
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/6. Compile a Plugin.html">
|
<a class="item" href="/plugins/html/2. Architecture/6. Compile a Plugin.html">
|
||||||
Compile a Plugin
|
Compile a Plugin
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -132,20 +132,20 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/3. Basic Examples/1. Hello World.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/1. Hello World.html">
|
||||||
Hello World
|
Hello World
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/2. RESTful Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/2. RESTful Example.html">
|
||||||
RESTful Example
|
RESTful Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/3. Static Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/3. Static Capture Example.html">
|
||||||
Static Capture Example
|
Static Capture Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item is-active" href="/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
<a class="item is-active" href="/plugins/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
||||||
Dynamic Capture Example
|
Dynamic Capture Example
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<a class="item" href="/html/index.html">
|
<a class="item" href="/plugins/html/index.html">
|
||||||
index
|
index
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="/html/assets/theme.js"></script>
|
<script src="/plugins/html/assets/theme.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="ts-content">
|
<div class="ts-content">
|
||||||
@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="ts-tab is-pilled">
|
<div class="ts-tab is-pilled">
|
||||||
<a href="" class="item" style="user-select: none;">
|
<a href="" class="item" style="user-select: none;">
|
||||||
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/html/assets/logo.png" dark_src="/html/assets/logo_white.png" src="/html/assets/logo.png"></img>
|
<img id="sysicon" class="ts-image" style="height: 30px" white_src="/plugins/html/assets/logo.png" dark_src="/plugins/html/assets/logo_white.png" src="/plugins/html/assets/logo.png"></img>
|
||||||
</a>
|
</a>
|
||||||
<a href="#!" class="is-active item">
|
<a href="#!" class="is-active item">
|
||||||
Documents
|
Documents
|
||||||
@ -87,19 +87,19 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/1. What is Zoraxy Plugin.html">
|
||||||
What is Zoraxy Plugin
|
What is Zoraxy Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/2. Getting Started.html">
|
<a class="item" href="/plugins/html/1. Introduction/2. Getting Started.html">
|
||||||
Getting Started
|
Getting Started
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/3. Installing Plugin.html">
|
<a class="item" href="/plugins/html/1. Introduction/3. Installing Plugin.html">
|
||||||
Installing Plugin
|
Installing Plugin
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/4. Enable Plugins.html">
|
<a class="item" href="/plugins/html/1. Introduction/4. Enable Plugins.html">
|
||||||
Enable Plugins
|
Enable Plugins
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/1. Introduction/5. Viewing Plugin Info.html">
|
<a class="item" href="/plugins/html/1. Introduction/5. Viewing Plugin Info.html">
|
||||||
Viewing Plugin Info
|
Viewing Plugin Info
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -108,22 +108,22 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/2. Architecture/1. Plugin Architecture.html">
|
<a class="item" href="/plugins/html/2. Architecture/1. Plugin Architecture.html">
|
||||||
Plugin Architecture
|
Plugin Architecture
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/2. Introspect.html">
|
<a class="item" href="/plugins/html/2. Architecture/2. Introspect.html">
|
||||||
Introspect
|
Introspect
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/3. Configure.html">
|
<a class="item" href="/plugins/html/2. Architecture/3. Configure.html">
|
||||||
Configure
|
Configure
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/4. Capture Modes.html">
|
<a class="item" href="/plugins/html/2. Architecture/4. Capture Modes.html">
|
||||||
Capture Modes
|
Capture Modes
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/5. Plugin UI.html">
|
<a class="item" href="/plugins/html/2. Architecture/5. Plugin UI.html">
|
||||||
Plugin UI
|
Plugin UI
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/2. Architecture/6. Compile a Plugin.html">
|
<a class="item" href="/plugins/html/2. Architecture/6. Compile a Plugin.html">
|
||||||
Compile a Plugin
|
Compile a Plugin
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -132,20 +132,20 @@
|
|||||||
<span class="ts-icon is-caret-down-icon"></span>
|
<span class="ts-icon is-caret-down-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
<div class="ts-menu is-dense is-small is-horizontally-padded">
|
||||||
<a class="item" href="/html/3. Basic Examples/1. Hello World.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/1. Hello World.html">
|
||||||
Hello World
|
Hello World
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/2. RESTful Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/2. RESTful Example.html">
|
||||||
RESTful Example
|
RESTful Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/3. Static Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/3. Static Capture Example.html">
|
||||||
Static Capture Example
|
Static Capture Example
|
||||||
</a>
|
</a>
|
||||||
<a class="item" href="/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
<a class="item" href="/plugins/html/3. Basic Examples/4. Dynamic Capture Example.html">
|
||||||
Dynamic Capture Example
|
Dynamic Capture Example
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<a class="item is-active" href="/html/index.html">
|
<a class="item is-active" href="/plugins/html/index.html">
|
||||||
index
|
index
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -28,6 +28,10 @@ func main() {
|
|||||||
|
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
||||||
|
if (*root_url)[0] != '/' {
|
||||||
|
*root_url = "/" + *root_url
|
||||||
|
}
|
||||||
|
|
||||||
switch *mode {
|
switch *mode {
|
||||||
case "build":
|
case "build":
|
||||||
build()
|
build()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user