Update the menus, add the browser pages, re-organize site navigation

This commit is contained in:
hankhill19580
2019-09-04 17:25:47 +00:00
parent 7dad2890ef
commit 589b0cfa96
17 changed files with 388 additions and 143 deletions

View File

@@ -138,6 +138,27 @@ Java 9 support is in development and it is not recommended for general use.
</div>
{% endcall %}
{% call package_outer('docker', 'Docker', 'images/download/docker.png') %}
<div class="meta">
<div class="hash">
<code>35cb620d82c6cab8764792720c061379bb8493325d75ad2e376455b44718935</code>
</div>
</div>
<p>{% trans -%}I2P is now available as a Docker package from the Docker hub.
You may retrieve the image by running the 'docker pull' command.
{%- endtrans %}
</p>
<pre><code>{% trans-%}
docker pull meeh/i2p.i2p
{%- endtrans %}
</pre><code>
<a href="https://hub.docker.com/r/geti2p/i2p/">Docker Hub</a>
{% endcall %}
{% call package('source') %}
<p>{% trans monotoneurl=site_url('get-involved/guides/new-developers'),
gitrepo='http://'+i2pconv('git.repo.i2p')+'/w/i2p.i2p.git',