diff --git a/docs/api/index.html b/docs/api/index.html index 9d28f70..391752f 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -3,11 +3,11 @@ TransliterationApplication API - + - + diff --git a/docs/index.html b/docs/index.html index 244c305..7ff4f8f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,6 +8,9 @@

TransliterationApplication

Informal documentation

Here you will find some explanation of the code, the tools and the configurations.

+

Downloads

+

Version 0.0.2

+Linux 64bit

Technical documenation

API documentation
diff --git a/package.json b/package.json index 98d0272..8fb38bc 100644 --- a/package.json +++ b/package.json @@ -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": {