Merge branch 'main' into add-autocomplete

This commit is contained in:
tastytea 2021-03-22 18:45:05 +01:00
commit 8b26ae5192
1 changed files with 9 additions and 7 deletions

View File

@ -63,11 +63,11 @@
<body>
<h1>FediBlock</h1>
<p>
<a href="https://fediblock.org/">FediBlock.org</a> ·
<a href="http://mzz6cduobh3oemtlou2sssbr4wteglmcabq5exrln3v7puwegfn4qqyd.onion/">
Onion service</a> (Tor)
</p>
<!-- <p>
<a href="https://fediblock.org/">FediBlock.org</a> ·
<a href="http://mzz6cduobh3oemtlou2sssbr4wteglmcabq5exrln3v7puwegfn4qqyd.onion/">
Onion service</a> (Tor)
</p> -->
<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>
<table>
<caption>Properties</caption>
<tr>
<td id="list_property">Property (type)</td>
<td id="list_description">Description</td>
@ -151,7 +150,6 @@
<p>The full data set is an object with these properties:</p>
<table>
<caption>Properties</caption>
<tr>
<td id="data_property">Property (type)</td>
<td id="data_description">Description</td>
@ -182,6 +180,10 @@
<td headers="data_property">tags (array of strings)</td>
<td headers="data_description">Tags to classify the problems with the instance.</td>
</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>
<h2 id="contact">Contact</h2>