diff --git a/pages/01.getting-started/01.installation/docs.md b/pages/01.getting-started/01.installation/docs.md
index e0af5612..31fe0fdd 100644
--- a/pages/01.getting-started/01.installation/docs.md
+++ b/pages/01.getting-started/01.installation/docs.md
@@ -17,8 +17,7 @@ you to quickly include Select2 on your website.
### Include the assets
-Include the following lines of code in the <head>
-section of your HTML.
+Include the following lines of code in the `
` section of your HTML.
```
@@ -30,7 +29,7 @@ section of your HTML.
### Initialize Select2
-Initialize Select2 on the <select>
element that you want to make awesome.
+Initialize Select2 on the `` element that you want to make awesome.
```
```
-### Read the docs
-
-Check out the examples chapter to start using the additional features of Select2.
-
## Downloading the code locally
In some situations, you can't use Select2 from a CDN and you must include the files through your own static file servers.
@@ -61,7 +56,3 @@ Include the following lines of code in the `` section of your HTML.
```
-
-### Read the docs
-
-Check out the examples chapter to start using the additional features of Select2.
diff --git a/pages/01.getting-started/02.basic-usage/docs.md b/pages/01.getting-started/02.basic-usage/docs.md
index 5ee9abc1..d0aef025 100644
--- a/pages/01.getting-started/02.basic-usage/docs.md
+++ b/pages/01.getting-started/02.basic-usage/docs.md
@@ -1,5 +1,5 @@
---
-title: Basic Usage
+title: Basic usage
taxonomy:
category: docs
process:
diff --git a/pages/01.getting-started/03.builds-and-modules/docs.md b/pages/01.getting-started/03.builds-and-modules/docs.md
index bfbf3b01..00ed0eb1 100644
--- a/pages/01.getting-started/03.builds-and-modules/docs.md
+++ b/pages/01.getting-started/03.builds-and-modules/docs.md
@@ -2,6 +2,8 @@
title: Builds and modules
taxonomy:
category: docs
+process:
+ twig: true
---
## The different Select2 builds
@@ -33,11 +35,7 @@ should read over the list below.
Full (select2.full.js
/ select2.full.min.js
)
- You should only use this build if you need the additional features
- from Select2, like the
- compatibility modules or
- recommended includes like
- jquery.mousewheel
+ You should only use this build if you need the additional features from Select2, like the compatibility modules or recommended includes like jquery.mousewheel
diff --git a/pages/01.getting-started/chapter.md b/pages/01.getting-started/chapter.md
index 9df28cd5..f0cb4e6a 100644
--- a/pages/01.getting-started/chapter.md
+++ b/pages/01.getting-started/chapter.md
@@ -2,6 +2,9 @@
title: Getting Started
taxonomy:
category: docs
+process:
+ twig: true
+twig_first: true
---

@@ -19,9 +22,9 @@ Select2 gives you a customizable select box with support for searching, tagging,
In your language
Select2 comes with support for
- RTL environments ,
- searching with diacritics and
- over 40 languages built-in.
+ RTL environments ,
+ searching with diacritics and
+ over 40 languages built-in.
@@ -29,7 +32,7 @@ Select2 gives you a customizable select box with support for searching, tagging,
Remote data support
- Using AJAX you can efficiently
+ Using AJAX you can efficiently
search large lists of items.
@@ -49,7 +52,7 @@ Select2 gives you a customizable select box with support for searching, tagging,
Fully extensible
- The plugin system
+ The plugin system
allows you to easily customize Select2 to work exactly how you want it
to.
@@ -60,7 +63,7 @@ Select2 gives you a customizable select box with support for searching, tagging,
Dynamic item creation
Allow users to type in a new option and
- add it on the fly .
+ add it on the fly .