Skip to content

Commit c5c9540

Browse files
committed
docs: update documentation
1 parent bc1b076 commit c5c9540

File tree

4 files changed

+104
-0
lines changed

4 files changed

+104
-0
lines changed

docs/content/templates.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
layout: docs
3+
title: Bootstrap Templates
4+
description: Develop modern, beautiful, and responsive applications in half the time with high-performing and easy-to-customize react admin panels to cover any requirement.
5+
group: templates
6+
aliases: "/templates/"
7+
toc: true
8+
---
9+
10+
## Bootstrap Admin & Dashboard Templates
11+
12+
Check out the fully-featured, ready-to-use admin dashboard templates built using CoreUI for React.js, and CoreUI PRO for React.js
13+
14+
<div class="row">
15+
<div class="col-md-6">
16+
<div class="card mb-4">
17+
<div class="card-body">
18+
<a class="text-decoration-none text-reset" href="https://coreui.io/product/free-bootstrap-admin-template/?theme=default-v3" target="_blank">
19+
<h5 class="card-title">Free Bootstrap Admin Template</h5>
20+
<h6 class="card-subtitle mb-3 text-muted">Default Theme</h6>
21+
<img class="img-fluid rounded shadow-sm" src="https://coreui.io/images/templates/coreui_free_1440.webp" alt="">
22+
</a>
23+
</div>
24+
</div>
25+
</div>
26+
<div class="col-md-6">
27+
<div class="card mb-4">
28+
<div class="card-body">
29+
<a class="text-decoration-none text-reset" href="https://coreui.io/product/bootstrap-dashboard-template/?theme=default-v3" target="_blank">
30+
<h5 class="card-title">Bootstrap Dashboard Template</h5>
31+
<h6 class="card-subtitle mb-3 text-muted">Default Theme v3</h6>
32+
<img class="img-fluid rounded shadow-sm" src="https://coreui.io/images/templates/coreui_pro_default_v3_1440.webp" alt="">
33+
</a>
34+
</div>
35+
</div>
36+
</div>
37+
<div class="col-md-6">
38+
<div class="card mb-4">
39+
<div class="card-body">
40+
<a class="text-decoration-none text-reset" href="https://coreui.io/product/bootstrap-dashboard-template/?theme=light-v3" target="_blank">
41+
<h5 class="card-title">Bootstrap Dashboard Template</h5>
42+
<h6 class="card-subtitle mb-3 text-muted">Light Theme v3</h6>
43+
<img class="img-fluid rounded shadow-sm" src="https://coreui.io/images/templates/coreui_pro_light_v3_1440.webp" alt="">
44+
</a>
45+
</div>
46+
</div>
47+
</div>
48+
<div class="col-md-6">
49+
<div class="card mb-4">
50+
<div class="card-body">
51+
<a class="text-decoration-none text-reset" href="https://coreui.io/product/bootstrap-dashboard-template/?theme=default" target="_blank">
52+
<h5 class="card-title">Bootstrap Dashboard Template</h5>
53+
<h6 class="card-subtitle mb-3 text-muted">Default Theme</h6>
54+
<img class="img-fluid rounded shadow-sm" src="https://coreui.io/images/templates/coreui_pro_default_1440.webp" alt="">
55+
</a>
56+
</div>
57+
</div>
58+
</div>
59+
<div class="col-md-6">
60+
<div class="card mb-4">
61+
<div class="card-body">
62+
<a class="text-decoration-none text-reset" href="https://coreui.io/product/bootstrap-dashboard-template/?theme=light" target="_blank">
63+
<h5 class="card-title">Bootstrap Dashboard Template</h5>
64+
<h6 class="card-subtitle mb-3 text-muted">Light Theme</h6>
65+
<img class="img-fluid rounded shadow-sm" src="https://coreui.io/images/templates/coreui_pro_light_1440.webp" alt="">
66+
</a>
67+
</div>
68+
</div>
69+
</div>
70+
<div class="col-md-6">
71+
<div class="card mb-4">
72+
<div class="card-body">
73+
<a class="text-decoration-none text-reset" href="https://coreui.io/product/bootstrap-dashboard-template/?theme=dark" target="_blank">
74+
<h5 class="card-title">Bootstrap Dashboard Template</h5>
75+
<h6 class="card-subtitle mb-3 text-muted">Dark Theme</h6>
76+
<img class="img-fluid rounded shadow-sm" src="https://coreui.io/images/templates/coreui_pro_dark_1440.webp" alt="">
77+
</a>
78+
</div>
79+
</div>
80+
</div>
81+
</div>

docs/layouts/_default/docs.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
<main class="docs-main order-1">
44
<div class="docs-intro ps-lg-4">
55
{{ partial "breadcrumb" . }}
6+
<div class="bg-info bg-opacity-10 border-start border-start-5 border-start-info p-4 pb-3 mb-5">
7+
<h3 class="mb-4">Support CoreUI Development</h3>
8+
<p>
9+
CoreUI is an MIT-licensed open source project and is completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing.
10+
</p>
11+
<p>
12+
You can support our Open Source software development in the following ways:
13+
</p>
14+
<ul>
15+
<li>Buy the <a href="https://coreui.io/pricing/?support=coreui">CoreUI PRO</a>, and get access to PRO components, and dedicated support.</li>
16+
<li><a href="https://opencollective.com/coreui" target="_blank">Became a sponsor</a>, and get your logo on BACKERS.md/README.md files or each site of this documentation</li>
17+
<li>Give us a star ⭐️ on <a href="https://github.com/coreui/coreui" target="_blank">Github</a>.</li>
18+
</ul>
19+
</div>
620
<h1 class="docs-title" id="content">{{ .Title | markdownify }}</h1>
721
<p class="docs-lead">{{ .Page.Params.Description | markdownify }}</p>
822
{{ partial "ads" . }}
Lines changed: 3 additions & 0 deletions
Loading

docs/layouts/partials/sidebar.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@
5757
<span class="ms-3">{{ partial "icons/external-link.svg" (dict "class" "icon icon-xs text-secondary") }}</span>
5858
</a>
5959
</li>
60+
<li class="nav-item">
61+
<a href="/templates/" class="nav-link">
62+
{{ partial "icons/devices.svg" (dict "class" "nav-icon text-primary") }}
63+
Templates
64+
</a>
65+
</li>
6066
<li class="nav-item">
6167
<a href="/migration/" class="nav-link">
6268
{{ partial "icons/update.svg" (dict "class" "nav-icon text-primary") }}

0 commit comments

Comments
 (0)