mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-08-06 13:18:30 +02:00
Added restful-api plugin
- Added restful-api example plugin - Added more plugin docs - Added zoraxy_plugin HandleFunc API
This commit is contained in:
@@ -131,6 +131,9 @@
|
||||
<a class="item" href="/html/3. Basic Examples/1. Hello World.html">
|
||||
Hello World
|
||||
</a>
|
||||
<a class="item" href="/html/3. Basic Examples/2. RESTful Example.html">
|
||||
RESTful Example
|
||||
</a>
|
||||
</div>
|
||||
<a class="item is-active" href="/html/index.html">
|
||||
index
|
||||
@@ -141,6 +144,9 @@
|
||||
<div class="column is-12-wide">
|
||||
<div class="ts-box">
|
||||
<div class="ts-container is-padded has-top-padded-large">
|
||||
<div class="ts-image is-rounded">
|
||||
<img src="../assets/banner.png" alt="Zoraxy Plugin Banner" style="width: 100%; height: auto; border-radius: 0.5rem;">
|
||||
</div>
|
||||
<h1 id="index">
|
||||
Index
|
||||
</h1>
|
||||
@@ -184,6 +190,23 @@
|
||||
To add your plugin to the official plugin store, open a pull request (PR) in the plugin repository.
|
||||
</p>
|
||||
</p>
|
||||
<h2 id="gnu-free-documentation-license">
|
||||
GNU Free Documentation License
|
||||
</h2>
|
||||
<p>
|
||||
<p class="ts-text">
|
||||
This documentation is licensed under the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You may copy, distribute, and modify this document under the terms of the license.
|
||||
</p>
|
||||
</p>
|
||||
<p>
|
||||
<p class="ts-text">
|
||||
A copy of the license is available at
|
||||
<a href="https://www.gnu.org/licenses/fdl-1.3.html" target="_blank">
|
||||
https://www.gnu.org/licenses/fdl-1.3.html
|
||||
</a>
|
||||
.
|
||||
</p>
|
||||
</p>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
|
Reference in New Issue
Block a user