From 16479661c7d5fcee3ad2e995de5645c1c45d57c8 Mon Sep 17 00:00:00 2001 From: Darknet Villain Date: Thu, 26 Jan 2017 07:24:26 -0500 Subject: [PATCH] Small fixes --- docs/index.md | 24 ++++++++++++++---------- mkdocs.yml | 2 +- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/docs/index.md b/docs/index.md index 3539206..f5fe988 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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). 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 * 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) + + diff --git a/mkdocs.yml b/mkdocs.yml index 09e9d2d..34a7485 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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