diff --git a/Part01_Getting-Started-with-paged.md b/Part01_Getting-Started-with-paged.md index 73ea82cc83e38311d74783279961fb9535dbc898..f33cdee3f590f8b4adf192999185cebd7f3ecfa2 100644 --- a/Part01_Getting-Started-with-paged.md +++ b/Part01_Getting-Started-with-paged.md @@ -4,8 +4,6 @@ ## A quick presentation of paged.js - - Paged.js is an open-source javascript library to display paginated content in the browser and to generate print books using web technology. It's composed of a *Chuncker* and a *Polisher*. The Chunker chunks up a document into paged media flows and applies print classes. The Polisher converts @page css to classes, and applies counters and content. @@ -38,9 +36,8 @@ We have several tools to help designers and discuss the addition of new features -## Running paged.js - +## Running paged.js How to start with paged.js? The first thing is to make the script work on your document. For that, you need a few things: diff --git a/README.md b/README.md index 92fd0fe68260e1e08053c46b6bb2cd2b2a5b0ba3..c89cae8c9064a8b80e047178144bacadf10640a9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -## Getting Started with Paged.js +## Getting Started with Paged.js [ [link](https://gitlab.pagedmedia.org/tools/pagedjs-documentation/blob/master/Part01_Getting-Started-with-paged.md) ] - A quick presentation of paged.js - W3C specifications @@ -13,4 +13,6 @@ - Which browser to use? - Generating a PDF - Option 1: with a browser - - Option 2: with pagedjs-cli \ No newline at end of file + - Option 2: with pagedjs-cli + +## FAQ [ [link](https://gitlab.pagedmedia.org/tools/pagedjs-documentation/blob/master/FAQ.md) ] \ No newline at end of file