Fix text and styles.

This commit is contained in:
Evgeny Gavrin
2015-06-26 17:59:06 +03:00
parent fcbed56d94
commit 41ce1eac12
4 changed files with 8 additions and 9 deletions
+4 -1
View File
@@ -4,6 +4,9 @@ title: How To
permalink: /how-to/
---
* toc
{:toc}
# How to Get the Sources
This step should be simple:
@@ -67,7 +70,7 @@ It may take time, so go grab some coffee:
Setting up prerequisites... (log file: ./build/prerequisites/prerequisites.log)
{% endhighlight %}
## How to Build Debug Version
# How to Build Debug Version
To build debug version for Linux:
{% highlight bash %}
+3
View File
@@ -6,6 +6,9 @@ permalink: /dev-guide/
The JerryScript Engine can be embedded into any application, providing way to run JavaScript in large range of environments - from desktops to low-memory microcontrollers.
* toc
{:toc}
This guide is intended to introduce you to JerryScript embedding API through creation of simple JavaScript shell.
## Step 1. Execute JavaScript from your application
-7
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -19,5 +19,5 @@ permalink: /
<div class="learn_more">
<p>To learn more, please visit the <a href="http://github.com/Samsung/jerryscript">project on Github.</a></p>
<p>If you want to try JerryScript take a look at our documentation. It includes <a href="{{ site.baseurl }}/how-to/">Getting Started</a> guides and <a href="{{ site.baseurl }}/API">JerryScript APIs reference</a>. </p>
<p>Please, report all found bugs and request new features at <a href="https://github.com/Samsung/jerryscript/issues">JerryScript issue tracker</a>. Feel free to ask questions on <a href="https://github.com/Samsung/jerryscript/labels/question">issue tracker</a> and dont forget to label it with 'question' or 'discussion'.</p>
<p>Please, report all found bugs and request new features at <a href="https://github.com/Samsung/jerryscript/issues">JerryScript issue tracker</a>. Feel free to ask questions on <a href="https://github.com/Samsung/jerryscript/labels/question">issue tracker</a>.</p>
</div>