Converted to kramdown markdown syntax (i.e github / jekyll).

Updated content and nav links.
This commit is contained in:
Jocelyn Fiat
2016-05-27 09:52:58 +02:00
parent 2b29b4138d
commit 0fd1f4d993
10 changed files with 106 additions and 51 deletions

View File

@@ -15,6 +15,7 @@ base_url: ../../
* [EWF Deployment](#deployment)
<a name="core"></a>
# EWF Core
Before reading (or walking throught) the workbook, to get a quick overview of EWF, it is recommended to read the following articles:
@@ -24,25 +25,31 @@ Before reading (or walking throught) the workbook, to get a quick overview of EW
<a name="introduction"></a>
## Introduction
[Basic Concepts](../basics/basics).
<a name="form_query_parameters"></a>
## Handling Requests: Form/Query Parameter
[Handling Requests: Form/Query Parameter](../handling_request/form).
<a name="header_fields"></a>
## Handling Requests: Header Fields
[Handling Requests: Header Fields](../handling_request/headers).
<a name="generating_responses"></a>
## Generating Response
[Generating Responses](../generating_response/generating_response)
<a name="handling_cookies"></a>
## Handling Cookies
[Handling Cookies](../handling_cookies/handling_cookies)
<a name="deployment"></a>
## EWF Deployment
[EWF Deployment](../deployment/readme)