Documentation is moved to docs.

- DEVELOPMENT.md is extended with bash utilites.
 - Internals doc added and DEVELOPMENT is renamed to GETTING-STARTED.
 - modified image links in Internals
 - links are fixed in README.md

JerryScript-DCO-1.0-Signed-off-by: István Kádár ikadar@inf.u-szeged.hu
This commit is contained in:
István Kádár
2016-06-21 10:39:40 +02:00
parent 88db00ae4b
commit 1b40af729b
14 changed files with 349 additions and 2 deletions
+2 -1
View File
@@ -30,11 +30,12 @@ cd jerryscript
make release.linux -j
```
For additional information see [Development](docs/DEVELOPMENT.md).
For additional information see [Getting Started](docs/GETTING-STARTED.md).
## Documentation
- [API Reference](docs/API-REFERENCE.md)
- [API Example](docs/API-EXAMPLE.md)
- [Internals](docs/INTERNALS.md)
## License
JerryScript is Open Source software under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). Complete license and copyright information can be found in the source code.