Skip to content

Commit bec7a8f

Browse files
authored
The Documentation Update (Pull #2)
The Documentation Update is released. For Changelog check the Changelog File
2 parents 75f3e68 + ad1f44e commit bec7a8f

30 files changed

+916
-294
lines changed

.DS_Store

8 KB
Binary file not shown.

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
out/*
1+
docs/*
22
test/*
33
testing.js

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,4 @@ typings/
6262
testing.js
6363

6464
#A Testing file for tesing various stuff
65-
testing.js
66-
67-
#For the Documentation Output
68-
out/*
65+
testing.js

.gitlab-ci.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
cache:
2+
directories:
3+
- "node_modules"
4+
5+
language: node_js
6+
node_js:
7+
- "8"

CHANGELOG

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
1-
v.0.0.1 alpha:
1+
v.0.1 (The Documentaion Update!):
2+
3+
The Code was documentated.
4+
5+
First Official Alpha Release since open-sourcing the Project.
6+
7+
The Code is now Avaible and Maintend on Github! (https://github.com/moelrobi/Amino.JS)
8+
9+
Pullrequest is under: (https://gitlab.com/moelrobi/Amino.JS/pull/2)
10+
11+
Full Changelog with Commit Names:
12+
13+
[db28fd1 & 05b6e08] Switching from gitlab-ci to Travis-Ci.
14+
[95180d5] Added Eslint as a Sutiable Testcase.
15+
[6935738] Removed some Testcases because of Sorter-Rewrite
16+
[840c1f2] Changed the Readme to actually Look Better.
17+
[3c489ae] Added a new Function called getMyProfile which fetches the logged in Profile
18+
[4641444] Added the Docs for the above mentioned Function
19+
20+
v.0.0.3:
21+
22+
A Bug was fixed.
23+
24+
See: https://gitlab.robsys.space/Kikai/KikaiFramework/issues/2
25+
26+
v.0.0.2:
27+
28+
A major Bugfix was released.
29+
30+
See https://gitlab.robsys.space/Kikai/KikaiFramework/issues/1
31+
32+
v.0.0.1:
233

334
The Client Framework can now do the Following:
435

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
test:
22
./node_modules/.bin/mocha --reporter spec
3+
./node_modules/.bin/eslint .
34

45
.PHONY: test

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
![Amino](https://pm1.narvii.com/6354/a293fd6d1f40df3bdd0a1211ad395fcfc1fd0def_hq.jpg)
2-
# amino.js [![Build Status](https://travis-ci.org/moelrobi/Amino.JS.svg?branch=master)](https://travis-ci.org/moelrobi/Amino.JS)
3-
4-
Amino.JS is a Javascript library for access to the Narvii/Amino API.
1+
# Amino.JS [![Build Status](https://travis-ci.org/moelrobi/Amino.JS.svg?branch=master)](https://travis-ci.org/moelrobi/Amino.JS)
2+
3+
![Amino](https://pm1.narvii.com/6354/a293fd6d1f40df3bdd0a1211ad395fcfc1fd0def_hq.jpg)
4+
5+
Amino.JS is a Javascript library for access to the Narvii/Amino API.

docs/.DS_Store

6 KB
Binary file not shown.

docs/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_site
2+
.sass-cache
3+
.jekyll-metadata

0 commit comments

Comments
 (0)