|
| 1 | +[ |
| 2 | + { |
| 3 | + "title": "Configuration", |
| 4 | + "links": [ |
| 5 | + { "name": "Comment utiliser des ressources externes?", "to": "" }, |
| 6 | + { "name": "Comment utiliser des pré-processeurs?", "to": "/pre-processors" }, |
| 7 | + { "name": "Comment utiliser JSX?", "to": "/jsx" }, |
| 8 | + { "name": "Comment utiliser des plugins postcss?", "to": "/postcss-plugins" }, |
| 9 | + { "name": "Comment étendre la configuration de webpack?", "to": "/extend-webpack" }, |
| 10 | + { "name": "Comment ajouter des plugins webpack?", "to": "/webpack-plugins" }, |
| 11 | + { "name": "Comment changer HOST et PORT?", "to": "/host-port" }, |
| 12 | + { "name": "Comment intégrer Google Analytics?", "to": "/google-analytics" } |
| 13 | + ] |
| 14 | + }, |
| 15 | + { |
| 16 | + "title": "Développement", |
| 17 | + "links": [ |
| 18 | + { "name": "Window/Document undefined?", "to": "/window-document-undefined" }, |
| 19 | + { "name": "Pourquoi un flash CSS apparaît?", "to": "/css-flash" }, |
| 20 | + { "name": "Données asynchrones dans les composants?", "to": "/async-data-components" }, |
| 21 | + { "name": "Meta Tags dupliqués?", "to": "/duplicated-meta-tags" } |
| 22 | + ] |
| 23 | + }, |
| 24 | + { |
| 25 | + "title": "Déploiement", |
| 26 | + "links": [ |
| 27 | + { "name": "Déployer sur Heroku", "to": "/heroku-deployment" }, |
| 28 | + { "name": "Déployer sur Dokku", "to": "/dokku-deployment" }, |
| 29 | + { "name": "Déployer avec Now.sh", "to": "/now-deployment" }, |
| 30 | + { "name": "Déployer avec Surge.sh", "to": "/surge-deployment" }, |
| 31 | + { "name": "Déployer sur GitHub Pages", "to": "/github-pages" } |
| 32 | + ] |
| 33 | + } |
| 34 | +] |
0 commit comments