@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) • 505 B
JavaScript
// apps/ng-doc/docs/getting-started/ng-doc.category.ts
var GettingStartedCategory = {
title: "Getting Started",
order: 1,
expandable: true
};
var ng_doc_category_default = GettingStartedCategory;
// apps/ng-doc/docs/getting-started/migrations/apps/ng-doc/docs/getting-started/migrations/ng-doc.page.ts
var MigrationsPage = {
title: `Migrations`,
mdFile: "./index.md",
category: ng_doc_category_default
};
var ng_doc_page_default = MigrationsPage;
export {
ng_doc_page_default as default
};