Add autocomplete #2
10
index.php
10
index.php
|
@ -63,11 +63,11 @@
|
||||||
<body>
|
<body>
|
||||||
<h1>FediBlock</h1>
|
<h1>FediBlock</h1>
|
||||||
|
|
||||||
<p>
|
<!-- <p>
|
||||||
<a href="https://fediblock.org/">FediBlock.org</a> ·
|
<a href="https://fediblock.org/">FediBlock.org</a> ·
|
||||||
<a href="http://mzz6cduobh3oemtlou2sssbr4wteglmcabq5exrln3v7puwegfn4qqyd.onion/">
|
<a href="http://mzz6cduobh3oemtlou2sssbr4wteglmcabq5exrln3v7puwegfn4qqyd.onion/">
|
||||||
Onion service</a> (Tor)
|
Onion service</a> (Tor)
|
||||||
</p>
|
</p> -->
|
||||||
|
|
||||||
<h2 id="what">What is this?</h2>
|
<h2 id="what">What is this?</h2>
|
||||||
|
|
||||||
|
@ -133,7 +133,6 @@
|
||||||
<p><a href="/api/v1/list">/api/v1/list</a> returns an array of objects with these properties:</p>
|
<p><a href="/api/v1/list">/api/v1/list</a> returns an array of objects with these properties:</p>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<caption>Properties</caption>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td id="list_property">Property (type)</td>
|
<td id="list_property">Property (type)</td>
|
||||||
<td id="list_description">Description</td>
|
<td id="list_description">Description</td>
|
||||||
|
@ -151,7 +150,6 @@
|
||||||
<p>The full data set is an object with these properties:</p>
|
<p>The full data set is an object with these properties:</p>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<caption>Properties</caption>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td id="data_property">Property (type)</td>
|
<td id="data_property">Property (type)</td>
|
||||||
<td id="data_description">Description</td>
|
<td id="data_description">Description</td>
|
||||||
|
@ -182,6 +180,10 @@
|
||||||
<td headers="data_property">tags (array of strings)</td>
|
<td headers="data_property">tags (array of strings)</td>
|
||||||
<td headers="data_description">Tags to classify the problems with the instance.</td>
|
<td headers="data_description">Tags to classify the problems with the instance.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td headers="data_property">unreachable (boolean)</td>
|
||||||
|
<td headers="data_description"><code>true</code> if instance is unreachable. This property may not exist.</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h2 id="contact">Contact</h2>
|
<h2 id="contact">Contact</h2>
|
||||||
|
|
Reference in New Issue
Block a user