mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-24 17:04:07 +01:00
feat(angular-cli): integrate angular-cli (#989)
This commit is contained in:
parent
7b8a6f4e88
commit
523f44b746
138 changed files with 4507 additions and 7170 deletions
21
docs/templates/article.jade
vendored
21
docs/templates/article.jade
vendored
|
|
@ -1,21 +0,0 @@
|
|||
|
||||
extends layout
|
||||
|
||||
block title
|
||||
| ng2-admin documentation - #{page.title]
|
||||
|
||||
block content
|
||||
section.content.wrap.documentationContent
|
||||
div.nav-docs
|
||||
each group in groupedArticles
|
||||
div.nav-docs.section
|
||||
h5=group.groupName
|
||||
ul
|
||||
each article in group.items
|
||||
li
|
||||
a(href=article.url)(class= locals.page === article ? 'active': '')= article.title
|
||||
div.inner-content
|
||||
h1=locals.page.title
|
||||
div.subHeader
|
||||
!= typogr(page.html).typogrify()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue