{
	"$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
	"schematics": {
		"category": {
			"description": "Generates NgDoc Category entity",
			"factory": "./category/index#generate",
			"schema": "./category/schema.json"
		},
		"page": {
			"description": "Generates NgDoc Page entity",
			"factory": "./page/index#generate",
			"schema": "./page/schema.json"
		},
		"api": {
			"description": "Generates NgDoc API entity",
			"factory": "./api/index#generate",
			"schema": "./api/schema.json"
		},
		"standalone-pages-migration": {
			"description": "Moves all dependencies from ng-doc.dependencies.ts to ng-doc.page.ts",
			"factory": "./migrations/standalone-pages/index#migrate",
			"schema": "./migrations/standalone-pages/schema.json"
		}
	}
}
