UNPKG

@ng-doc/builder

Version:

<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>

20 lines (18 loc) 487 B
// apps/ng-doc/docs/customization/ng-doc.category.ts var CustomizationCategory = { title: "Customization", order: 6, expandable: true }; var ng_doc_category_default = CustomizationCategory; // apps/ng-doc/docs/customization/themes/apps/ng-doc/docs/customization/themes/ng-doc.page.ts var ThemesPage = { title: "Themes", mdFile: "./index.md", category: ng_doc_category_default, order: 3 }; var ng_doc_page_default = ThemesPage; export { ng_doc_page_default as default };