Skip to content

Commit

Permalink
Fixed Readme and nav bar in docs (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
lodoyun authored May 3, 2017
1 parent 76f53df commit f4ed697
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Licode

An Open Source WebRTC Communications Platform.

With Licode you can host your own WebRTC conference provider and build applications on top of it with easy to use APIs: [client-side](http://licode.readthedocs.io/en/master/client_api/) and [server-side](http://licode.readthedocs.io/en/master/server_api/).

You have two options to start using Licode:

* If you want a quick taste of what Licode can do or you are familiar with [Docker](http://www.docker.com) - [How to use the docker image or build your own](http://licode.readthedocs.io/en/master/docker/)

* If you are interested in contributing, want to get a better view of the Licode architecture or you don't trust those fancy containers - [How to build Licode from source](http://licode.readthedocs.io/en/master/from_source/)


More info at:
http://www.lynckia.com/licode

Expand Down
5 changes: 1 addition & 4 deletions doc/custom_theme/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@
</li>
<li>
<a href="http://lynckia.com/licode/community.html">Community</a>
</li>
<li>
<a href="http://lynckia.com/licode/install.html">Installation</a>
</li>
</li>
{%- for nav_item in nav %}
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ nav_item.title }}<b class="caret"></b></a>
Expand Down

0 comments on commit f4ed697

Please sign in to comment.