repo-config.json 234 B

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