repo-config.json 307 B

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