removed gatewayd from table of contents; made draft warning scripted to disappear on dev.ripple.com; added some more git ignores

This commit is contained in:
mDuo13
2014-07-28 16:04:00 -07:00
parent 034284c14d
commit 23cc201312
4 changed files with 3 additions and 7 deletions

BIN
.DS_Store vendored

Binary file not shown.

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
/node_modules/
*~
.DS_Store

View File

@@ -61,7 +61,8 @@ mixpanel.init("132d42885e094171f34467fc54da6fab");
</head>
<body role='flatdoc' class='no-literate'>
<div style='background-color: #d55;position:fixed;top:0;right:150px; color:white;padding:1em;font-size:15pt;z-index:1000;'>Draft</div>
<script type='text/javascript'>if (window.location.host != "dev.ripple.com") {
document.write("<div style='background-color: #d55;position:fixed;top:0;right:150px; color:white;padding:1em;font-size:15pt;z-index:1000;'>Draft</div>");}</script>
<div class='header'>
<div class='left'>
<h1>{<i class="icon-ripple-logo"></i>}</h1>

View File

@@ -16,11 +16,5 @@ var toc = [
"title": "Ripple-REST API",
"slug": "ripple-rest",
"breadcrumbs": []
},
{
"file": "gatewayd.md",
"title": "gatewayd",
"slug": "gatewayd",
"breadcrumbs": []
}
];