Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Readme and nav bar in docs #875

Merged
merged 1 commit into from
May 3, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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