Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
Added contribute links
Browse files Browse the repository at this point in the history
  • Loading branch information
rdsubhas committed Jun 14, 2014
1 parent 163a9b3 commit 2f184ea
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion admin/book.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"github" : false,
"plugins" : [ "-mathjax", "-mixpanel", "rapidftr" ],
"links" : {
"contribute" : false,
"contribute" : "https://github.com/rapidftr/guide/tree/master/admin",
"about" : false,
"issues" : false,
"sharing" : {
Expand Down
2 changes: 1 addition & 1 deletion api/book.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"github" : false,
"plugins" : [ "-mathjax", "-mixpanel", "rapidftr" ],
"links" : {
"contribute" : false,
"contribute" : "https://github.com/rapidftr/guide/tree/master/api",
"about" : false,
"issues" : false,
"sharing" : {
Expand Down
2 changes: 1 addition & 1 deletion deploy/book.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"github" : false,
"plugins" : [ "-mathjax", "-mixpanel", "rapidftr" ],
"links" : {
"contribute" : false,
"contribute" : "https://github.com/rapidftr/guide/tree/master/deploy",
"about" : false,
"issues" : false,
"sharing" : {
Expand Down
9 changes: 5 additions & 4 deletions gitbook-plugin-rapidftr/book/rapidftr.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
require(["gitbook", "jQuery"], function(gitbook, jQuery) {

// Guides dropdown
var $link = $(
'<a class="btn" aria-label="Switch Documentation" id="guide-dropdown" href="#"></a>'
).html('<span>Guides</span> <i class="fa fa-angle-down"></i>');

var $dropdown = $(
'<ul class="dropdown-menu guides-list" role="menu" aria-labelledby="guide-dropdown"></ul>'
).append(
'<li role="presentation"><a role="menuitem" tabindex="-1" href="//rapidftr.github.io/guide/deploy">Deploy</a></li>'
'<li role="presentation"><a role="menuitem" tabindex="-1" href="https://rapidftr.github.io/guide/deploy">Deploy</a></li>'
).append(
'<li role="presentation"><a role="menuitem" tabindex="-1" href="//rapidftr.github.io/guide/admin">Administer</a></li>'
'<li role="presentation"><a role="menuitem" tabindex="-1" href="https://rapidftr.github.io/guide/admin">Administer</a></li>'
).append(
'<li role="presentation"><a role="menuitem" tabindex="-1" href="//rapidftr.github.io/guide/use">Use</a></li>'
'<li role="presentation"><a role="menuitem" tabindex="-1" href="https://rapidftr.github.io/guide/use">Use</a></li>'
).append(
'<li role="presentation"><a role="menuitem" tabindex="-1" href="//rapidftr.github.io/guide/api">Integrate</a></li>'
'<li role="presentation"><a role="menuitem" tabindex="-1" href="https://rapidftr.github.io/guide/api">Integrate</a></li>'
);

var $wrapper = $(
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>RapidFTR Guide</h1>
<div class="page-wrapper" tabindex="-1">
<div class="page-inner">
<section class="normal">
<h1>RapidFTR Guides</h1>
<h1>RapidFTR Guide</h1>

<p>
RapidFTR is a mobile (Android) application and database system that lets aid workers collect and share information about children in emergency situations, so they can be reunited with their families. This process, called Family Tracing and Reunification (FTR), has so far been done using paper forms.
Expand Down
2 changes: 1 addition & 1 deletion use/book.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"github" : false,
"plugins" : [ "-mathjax", "-mixpanel", "rapidftr" ],
"links" : {
"contribute" : false,
"contribute" : "https://github.com/rapidftr/guide/tree/master/use",
"about" : false,
"issues" : false,
"sharing" : {
Expand Down

0 comments on commit 2f184ea

Please sign in to comment.