mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-05 13:20:16 +01:00
docs(general): create documentation structure
This commit is contained in:
parent
c66de4a295
commit
7a9b7fc750
23 changed files with 1620 additions and 0 deletions
21
docs/templates/article.jade
vendored
Normal file
21
docs/templates/article.jade
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
|
||||
extends layout
|
||||
|
||||
block title
|
||||
| BlurAdmin documentation - #{page.title]
|
||||
|
||||
block content
|
||||
section.content.wrap.documentationContent
|
||||
div.nav-docs
|
||||
each group in groupedArticles
|
||||
div.nav-docs.section
|
||||
h3=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