diff --git a/css/style.css b/css/style.css index 0cfcdfe341..ae488f5796 100644 --- a/css/style.css +++ b/css/style.css @@ -1,7 +1,7 @@ /* ---------------------------------------------------------------------------- * Fonts */ -@import url("http://fonts.googleapis.com/css?family=Montserrat:700|Open+Sans:300"); + /* ---------------------------------------------------------------------------- * Base */ diff --git a/index.html b/index.html index 9525f4ff2f..3dc88a3b94 100644 --- a/index.html +++ b/index.html @@ -48,35 +48,7 @@ mixpanel.init("132d42885e094171f34467fc54da6fab"); - - + @@ -103,26 +75,45 @@ mixpanel.init("132d42885e094171f34467fc54da6fab");
- +
-
- -
 
+
+
    + +
+
 
+
-
+ + + + diff --git a/js/toc.js b/js/toc.js new file mode 100644 index 0000000000..24578983f6 --- /dev/null +++ b/js/toc.js @@ -0,0 +1,26 @@ +var toc = [ + { + "file": "intro.md", + "title": "Introduction", + "slug": "intro", + "breadcrumbs": [] + }, + { + "file": "websocket_api.md", + "title": "WebSocket and JSON-RPC APIs", + "slug": "websocket", + "breadcrumbs": [] + }, + { + "file": "ripplerest_api.md", + "title": "Ripple-REST API", + "slug": "ripple-rest", + "breadcrumbs": [] + }, + { + "file": "gatewayd.md", + "title": "gatewayd", + "slug": "gatewayd", + "breadcrumbs": [] + } +]; diff --git a/vendor/flatdoc/v/0.8.0/theme-white/style.css b/vendor/flatdoc/v/0.8.0/theme-white/style.css index fc4fdcbd5a..b859d28405 100644 --- a/vendor/flatdoc/v/0.8.0/theme-white/style.css +++ b/vendor/flatdoc/v/0.8.0/theme-white/style.css @@ -1,7 +1,7 @@ /* ---------------------------------------------------------------------------- * Fonts */ -@import url("https://fonts.googleapis.com/css?family=Montserrat:700|Open+Sans:300"); + /* ---------------------------------------------------------------------------- * Base */