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>

19 lines (17 loc) 487 B
// apps/ng-doc/docs/writing-content/ng-doc.category.ts var WritingContentCategory = { title: "Writing content", order: 2 }; var ng_doc_category_default = WritingContentCategory; // apps/ng-doc/docs/writing-content/nunjucks/apps/ng-doc/docs/writing-content/nunjucks/ng-doc.page.ts var NunjucksPage = { title: `Nunjucks`, mdFile: "./index.md", category: ng_doc_category_default, order: 6 }; var ng_doc_page_default = NunjucksPage; export { ng_doc_page_default as default };