Fix text and styles.
This commit is contained in:
+4
-1
@@ -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 %}
|
||||
|
||||
@@ -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
|
||||
|
||||
Vendored
-7
File diff suppressed because one or more lines are too long
+1
-1
@@ -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 don’t 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>
|
||||
|
||||
Reference in New Issue
Block a user