Skip to content

Commit

Permalink
Version 0.0.2 linux pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Pollithy committed May 24, 2017
1 parent 937370c commit f6daffe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<head>
<meta charset="utf-8">
<title>TransliterationApplication API</title>
<link rel="stylesheet" href="../cssgrids-min.css">
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="./assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="./assets/css/main.css" id="site_styles">
<link rel="icon" href="./assets/favicon.ico">
<script src="../yui-min.js"></script>
<script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script>
</head>
<body class="yui3-skin-sam">

Expand Down
3 changes: 3 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<h1>TransliterationApplication</h1>
<h2>Informal documentation</h2>
<p>Here you will find some explanation of the code, the tools and the configurations.</p>
<h2>Downloads</h2>
<h3>Version 0.0.2</h3>
<a href="">Linux 64bit</a>
<h2>Technical documenation</h2>
<a href="api/index.html"> API documentation </a>
<br>
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"test": "./node_modules/mocha/bin/mocha",
"coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --ui bdd -R spec -t 5000",
"docs": "yuidoc -c ./yuidoc.json src/. ",
"postdocs": "sed -i 's|http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js|../yui-min.js|g' ./docs/api/index.html && sed -i 's|http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css|../cssgrids-min.css|g' ./docs/api/index.html",
"server": "node src/server.js"
},
"repository": {
Expand Down

0 comments on commit f6daffe

Please sign in to comment.