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) 530 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/page-processors/apps/ng-doc/docs/customization/page-processors/ng-doc.page.ts var PageProcessorsPage = { title: `Page Processors`, mdFile: "./index.md", category: ng_doc_category_default, order: 1 }; var ng_doc_page_default = PageProcessorsPage; export { ng_doc_page_default as default };