Browse Source

Small fixes

pull/3/head
Darknet Villain 7 years ago
parent
commit
16479661c7
  1. 24
      docs/index.md
  2. 2
      mkdocs.yml

24
docs/index.md

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
i2pd
====
![Logo](media/i2pd-logo.png)
Invisible Internet Protocol (daemon)
====================================
i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.
I2P (Invisible Internet Protocol) is a universal anonymous network layer.
@ -17,13 +17,6 @@ applications (websites, instant messengers, chat-servers). @@ -17,13 +17,6 @@ applications (websites, instant messengers, chat-servers).
I2P allows people from all around the world to communicate and share information
without restrictions.
* [Website](http://i2pd.website)
* [Documentation](https://i2pd.readthedocs.io/en/latest/)
* [Wiki](https://github.com/PurpleI2P/i2pd/wiki)
* [Tickets/Issues](https://github.com/PurpleI2P/i2pd/issues)
* [Specifications](https://geti2p.net/spec)
* [Twitter](https://twitter.com/hashtag/i2pd)
Features
--------
@ -33,3 +26,14 @@ Features @@ -33,3 +26,14 @@ Features
* Rich set of APIs for developers of secure applications
Resources
---------
* [Website](http://i2pd.website)
* [Documentation](https://i2pd.readthedocs.io/en/latest/)
* [Wiki](https://github.com/PurpleI2P/i2pd/wiki)
* [Tickets/Issues](https://github.com/PurpleI2P/i2pd/issues)
* [Specifications](https://geti2p.net/spec)
* [Twitter](https://twitter.com/hashtag/i2pd)

2
mkdocs.yml

@ -10,7 +10,7 @@ site_favicon: media/i2pd-logo.png @@ -10,7 +10,7 @@ site_favicon: media/i2pd-logo.png
pages:
- Home: index.md
- User Guide:
- Installation: user-guide/install.md
- Installing: user-guide/install.md
- Running: user-guide/run.md
- Configuring: user-guide/configuration.md
- I2P tunnels configuration: user-guide/tunnels.md

Loading…
Cancel
Save