repo-config.json 199 B

12345678910111213
  1. {
  2. "title": "Example Repo 1",
  3. "categories": [
  4. {
  5. "slug": "test-stuff",
  6. "title": "Test Stuff"
  7. },
  8. {
  9. "slug": "empty-category",
  10. "title": "Empty Category"
  11. }
  12. ]
  13. }