Skip to content

Commit

Permalink
docs: Add note about supported node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Oct 12, 2017
1 parent a3c6ea1 commit c7beacd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/faq.md
Expand Up @@ -9,7 +9,8 @@ pageid: faq

## Can I use nunjucks in node and the browser/client-side?

Yes.
Yes. Nunjucks supports all modern browsers and any version of Node.js
[currently supported by the Node.js Foundation](https://github.com/nodejs/Release#release-schedule1).

## Can I use the same templates between nunjucks and jinja2? What are the differences?

Expand Down
3 changes: 2 additions & 1 deletion docs/fr/faq.md
Expand Up @@ -9,7 +9,8 @@ pageid: faq

## Puis-je utiliser nunjucks dans node et dans le navigateur/côté client ?

Oui.
Oui. Nunjucks supporte tous les navigateurs modernes et les versions de Node.js
[même supportées par la fondation Node.js](https://github.com/nodejs/Release#release-schedule1).

## Puis-je utiliser les mêmes modèles entre nunjucks et Jinja2? Quelles sont les différences ?

Expand Down
5 changes: 5 additions & 0 deletions docs/fr/getting-started.md
Expand Up @@ -13,6 +13,11 @@ $ npm install nunjucks

Une fois installé, utilisez simplement `require('nunjucks')` pour le charger.

Nunjucks supporte les versions de Node.js qui sont [même supportées par la
fondation Node.js](https://github.com/nodejs/Release#release-schedule1),
c’est-à-dire la version la plus récente et les unes actuellement en mode
maintenance.

## Lorsque nous sommes dans un navigateur ...

Utilisez [nunjucks.js](../files/nunjucks.js) ([min](../files/nunjucks.min.js)) pour avoir l'intégralité de la bibliothèque ou
Expand Down
4 changes: 4 additions & 0 deletions docs/getting-started.md
Expand Up @@ -13,6 +13,10 @@ $ npm install nunjucks

Once installed, simply use `require('nunjucks')` to load it.

Nunjucks supports all modern browsers and any version of Node.js
[currently supported by the Node.js Foundation](https://github.com/nodejs/Release#release-schedule1).
This includes the most recent version and all versions still in maintenance.

## When in the Browser...

Grab [nunjucks.js](files/nunjucks.js) ([min](files/nunjucks.min.js)) for the full library, or
Expand Down

0 comments on commit c7beacd

Please sign in to comment.