Skip to content

Commit fb3367e

Browse files
committed
docs: add links to documentation
1 parent 9602454 commit fb3367e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+330
-0
lines changed

src/pug/_layout/default.pug

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ include ../_partials/banner.pug
44
include ../_mixins/breadcrumb.pug
55
include ../_mixins/callout.pug
66
include ../_mixins/callout-custom.pug
7+
include ../_mixins/docs.pug
78
include ../_mixins/example.pug
89

910
html(lang='en')

src/pug/_mixins/docs.pug

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
mixin docs(href)
2+
.bg-primary.bg-opacity-10.border.border-2.border-primary.rounded.mb-4
3+
.row.d-flex.align-items-center.p-3.px-xl-4.flex-xl-nowrap
4+
.col-xl-auto.col-12.d-none.d-xl-block.p-0
5+
img.img-fluid(src='https://coreui.io/images/frameworks/core_blue_960px.png' width='160px' height='160px' alt='CoreUI PRO hexagon')
6+
.col-md.col-12.px-lg-4
7+
| Our Admin Panel isn’t just a mix of third-party components. It’s <strong>the only open-source Bootstrap dashboard built on a professional, enterprise-grade UI Components Library</strong>.
8+
| This component is part of this library, and we present only the basic usage of it here. To explore extended examples, detailed API documentation, and customization options, refer to our docs.
9+
.col-md-auto.col-12.mt-3.mt-lg-0
10+
a.btn.btn-primary.text-nowrap.text-white(href=href target="_blank") Explore CoreUI Documentation

src/pug/views/base/accordion.pug

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17+
+docs('https://coreui.io/docs/components/accordion/')
1718
.row
1819
.col-12
1920
.card.mb-4

src/pug/views/base/breadcrumb.pug

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17+
+docs('https://coreui.io/docs/components/breadcrumb/')
1718
.row
1819
.col-lg-12
1920
.card.mb-4

src/pug/views/base/cards.pug

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17+
+docs('https://coreui.io/docs/components/card/')
1718
.card.mb-4
1819
.card-header
1920
strong Card

src/pug/views/base/carousel.pug

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17+
+docs('https://coreui.io/docs/components/carousel/')
1718
.card.mb-4
1819
.card-header
1920
strong Carousel

src/pug/views/base/collapse.pug

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17+
+docs('https://coreui.io/docs/components/collapse/')
1718
.card.mb-4
1819
.card-header
1920
strong Collapse

src/pug/views/base/list-group.pug

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17+
+docs('https://coreui.io/docs/components/list-group/')
1718
.row
1819
.col-12
1920
.card.mb-4

src/pug/views/base/navs-tabs.pug

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17+
+docs('https://coreui.io/docs/components/navs-tabs/')
1718
.row
1819
.col-12
1920
.card.mb-4

src/pug/views/base/pagination.pug

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17+
+docs('https://coreui.io/docs/components/pagination/')
1718
.row
1819
.col-12
1920
.card.mb-4

0 commit comments

Comments
 (0)