@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) • 560 B
JavaScript
// apps/ng-doc/docs/api-documentation/ng-doc.category.ts
var ApiDocumentationCategory = {
title: "API Documentation",
route: "api-documentation",
expandable: true,
order: 4
};
var ng_doc_category_default = ApiDocumentationCategory;
// apps/ng-doc/docs/api-documentation/rendering-api/apps/ng-doc/docs/api-documentation/rendering-api/ng-doc.page.ts
var RenderingAPIPage = {
title: `Rendering API`,
mdFile: "./index.md",
category: ng_doc_category_default
};
var ng_doc_page_default = RenderingAPIPage;
export {
ng_doc_page_default as default
};