mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-05 04:15:50 +00:00
use nginx
This commit is contained in:
3
_static.cfg
Normal file
3
_static.cfg
Normal file
@@ -0,0 +1,3 @@
|
||||
SERVER_TYPE="nginx"
|
||||
BUILD_WEB_ASSETS="true"
|
||||
STATIC_SUBDIR="www"
|
||||
2
_webassets.cfg
Normal file
2
_webassets.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
USE_GRUNT="true"
|
||||
GRUNT_OPTIONS="" #by default the project compiles itself
|
||||
@@ -21,20 +21,20 @@
|
||||
<title>Ripple Developer Portal</title>
|
||||
|
||||
<!-- Flatdoc -->
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
||||
<script src='http://rstacruz.github.io/flatdoc/v/0.8.0/legacy.js'></script>
|
||||
<script src='http://rstacruz.github.io/flatdoc/v/0.8.0/flatdoc.js'></script>
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
||||
<script src='//rstacruz.github.io/flatdoc/v/0.8.0/legacy.js'></script>
|
||||
<script src='//rstacruz.github.io/flatdoc/v/0.8.0/flatdoc.js'></script>
|
||||
|
||||
<!-- Flatdoc theme -->
|
||||
<link href='http://rstacruz.github.io/flatdoc/v/0.8.0/theme-white/style.css' rel='stylesheet'>
|
||||
<script src='http://rstacruz.github.io/flatdoc/v/0.8.0/theme-white/script.js'></script>
|
||||
<link href='//rstacruz.github.io/flatdoc/v/0.8.0/theme-white/style.css' rel='stylesheet'>
|
||||
<script src='//rstacruz.github.io/flatdoc/v/0.8.0/theme-white/script.js'></script>
|
||||
|
||||
<!-- Meta -->
|
||||
<meta content="Ripple Web Client" property="og:title">
|
||||
<meta content="Ripple Web Client description goes here." name="description">
|
||||
|
||||
<!-- Custom Stylesheet -->
|
||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:600italic,400,700,300' rel='stylesheet' type='text/css'>
|
||||
<link href='//fonts.googleapis.com/css?family=Open+Sans:600italic,400,700,300' rel='stylesheet' type='text/css'>
|
||||
<link href='css/main.css' rel='stylesheet'>
|
||||
|
||||
|
||||
@@ -57,8 +57,8 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class='right'>
|
||||
<!-- GitHub buttons: see http://ghbtns.com -->
|
||||
<iframe src="http://ghbtns.com/github-btn.html?user=ripple&repo=ripple-dev-portal&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
|
||||
<!-- GitHub buttons: see http/ghbtns.com -->
|
||||
<iframe src="//ghbtns.com/github-btn.html?user=ripple&repo=ripple-dev-portal&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user