@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) • 500 B
JavaScript
// apps/ng-doc/docs/recipes/ng-doc.category.ts
var RecipesCategory = {
title: "Recipes",
expandable: true,
order: 7
};
var ng_doc_category_default = RecipesCategory;
// apps/ng-doc/docs/recipes/ignoring-file-lines/apps/ng-doc/docs/recipes/ignoring-file-lines/ng-doc.page.ts
var IgnoringFileLinesPage = {
title: `Ignoring file lines`,
mdFile: "./index.md",
category: ng_doc_category_default
};
var ng_doc_page_default = IgnoringFileLinesPage;
export {
ng_doc_page_default as default
};