repo-config.json 336 B

12345678910111213141516171819202122
  1. {
  2. "title": "jQuery",
  3. "defaultCategory": "misc",
  4. "categories": [
  5. {
  6. "slug": "selecteurs",
  7. "title": "Sélecteurs"
  8. },
  9. {
  10. "slug": "evenements",
  11. "title": "Évènements"
  12. },
  13. {
  14. "slug": "ajax",
  15. "title": "AJAX"
  16. },
  17. {
  18. "slug": "misc",
  19. "title": "Non-classé"
  20. }
  21. ]
  22. }