Skip to content

Commit b0ac842

Browse files
author
Mikolaj Smolenski
committed
Merge bs-beta1 with master
2 parents 49c1a36 + 1620247 commit b0ac842

File tree

320 files changed

+15915
-11047
lines changed

Some content is hidden

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

320 files changed

+15915
-11047
lines changed

en/_mdb5/standard/web/docs/_blank/_blank/a.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!--Section: Introduction-->
44
<section id="api-section-introduction">
55
<!-- Main title -->
6-
<h2 class="h1 font-weight-bold">
6+
<h2 class="h1 fw-bold">
77
<?= $data_var['main_title']; ?>
88
- API
99
</h2>
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<li class="nav-item">
2-
<a class="nav-link active" href="#section-introduction">Introduction</a>
2+
<a class="nav-link active" href="#section-introduction">Introduction</a>
33
</li>
44
<li class="nav-item">
5-
<a class="nav-link" href="#section-basic-example">Basic example</a>
5+
<a class="nav-link" href="#section-basic-example">Basic example</a>
66
</li>
77
<!-- Subsections (if needed) -->
88
<li class="nav-item">
9-
<a class="nav-link" href="#section-">Section</a>
10-
<ul class="nav flex-column pl-3">
11-
<li class="nav-item">
12-
<a class="nav-link" href="#subsection-">Subsection</a>
13-
</li>
14-
<li class="nav-item">
15-
<a class="nav-link" href="#subsection-">Subsection</a>
16-
</li>
17-
</ul>
18-
</li>
9+
<a class="nav-link" href="#section-">Section</a>
10+
<ul class="nav flex-column ps-3">
11+
<li class="nav-item">
12+
<a class="nav-link" href="#subsection-">Subsection</a>
13+
</li>
14+
<li class="nav-item">
15+
<a class="nav-link" href="#subsection-">Subsection</a>
16+
</li>
17+
</ul>
18+
</li>
Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,43 @@
11
<!--Section: Docs content-->
22
<section>
3-
43
<!--Section: Introduction-->
54
<section id="section-introduction">
6-
75
<!-- Main title -->
8-
<h2 class="h1 font-weight-bold"><?= $data_var['main_title']; ?></h2>
6+
<h2 class="h1 fw-bold"><?= $data_var['main_title']; ?></h2>
97

108
<!-- Seo title -->
119
<h1 class="h6"><?= $data_var['seo_title']; ?></h1>
1210

1311
<!-- Description -->
1412
<p></p>
15-
1613
</section>
1714
<!--Section: Introduction-->
1815

19-
<hr class="my-5">
16+
<hr class="my-5" />
2017

2118
<!--Section: Basic example-->
2219
<section id="section-basic-example">
23-
2420
<!-- Section title -->
2521
<h2 class="mb-4">Basic example</h2>
2622

2723
<!--Section: Demo-->
28-
<section class="border p-4 text-center mb-4">
29-
30-
</section>
24+
<section class="border p-4 text-center mb-4"></section>
3125
<!--Section: Demo-->
3226

3327
<!--Section: Code-->
3428
<section>
3529
<mdbsnippet>
30+
<code data-lang="html" data-name="HTML"> </code>
3631

37-
<code data-lang="html" data-name="HTML">
38-
39-
</code>
32+
<code data-lang="css" data-name="CSS"> </code>
4033

41-
<code data-lang="css" data-name="CSS">
42-
43-
</code>
44-
45-
<code data-lang="js" data-name="JavaScript">
46-
47-
</code>
48-
34+
<code data-lang="js" data-name="JavaScript"> </code>
4935
</mdbsnippet>
5036
</section>
5137
<!--Section: Code-->
52-
5338
</section>
5439
<!--Section: Basic example-->
5540

56-
<hr class="my-5">
57-
41+
<hr class="my-5" />
5842
</section>
59-
<!--Section: Docs content-->
43+
<!--Section: Docs content-->

en/_mdb5/standard/web/docs/cli/reference/o.html

Lines changed: 10 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<section>
33
<section id="section-introduction">
44
<!-- Main title -->
5-
<h2 class="h1 font-weight-bold"><?= $data_var['main_title']; ?></h2>
5+
<h2 class="h1 fw-bold"><?= $data_var['main_title']; ?></h2>
66

77
<!-- Seo title -->
88
<h1 class="h6"><?= $data_var['seo_title']; ?></h1>
@@ -20,9 +20,7 @@ <h1 class="h6"><?= $data_var['seo_title']; ?></h1>
2020
<!-- Section title -->
2121
<h2 class="mb-4">mdb help</h2>
2222

23-
<p>
24-
Show the help prompt.
25-
</p>
23+
<p>Show the help prompt.</p>
2624

2725
<!--Section: Code-->
2826
<!-- prettier-ignore -->
@@ -143,9 +141,7 @@ <h2 class="mb-4">mdb login</h2>
143141
<!-- Section title -->
144142
<h2 class="mb-4">mdb logout</h2>
145143

146-
<p>
147-
Log out from the CLI.
148-
</p>
144+
<p>Log out from the CLI.</p>
149145

150146
<!--Section: Code-->
151147
<section class="mb-4">
@@ -292,9 +288,7 @@ <h2 class="mb-4">mdb publish [OPTIONS]</h2>
292288
changes.
293289
</p>
294290

295-
<p>
296-
You can publish your project in the two ways.
297-
</p>
291+
<p>You can publish your project in the two ways.</p>
298292

299293
<p>
300294
First and recommended is to use MDB Go pipeline. It means that your project will be using
@@ -335,9 +329,7 @@ <h2 class="mb-4">mdb publish [OPTIONS]</h2>
335329
<!-- Section title -->
336330
<h2 class="mb-4">mdb unpublish [name]</h2>
337331

338-
<p>
339-
Remove your project from the remote server.
340-
</p>
332+
<p>Remove your project from the remote server.</p>
341333

342334
<p>
343335
<strong>Note</strong>
@@ -370,9 +362,7 @@ <h2 class="mb-4">mdb unpublish [name]</h2>
370362
<!-- Section title -->
371363
<h2 class="mb-4">mdb projects</h2>
372364

373-
<p>
374-
Display the list of all your published projects.
375-
</p>
365+
<p>Display the list of all your published projects.</p>
376366

377367
<!--Section: Code-->
378368
<section class="mb-4">
@@ -393,9 +383,7 @@ <h2 class="mb-4">mdb projects</h2>
393383
<!-- Section title -->
394384
<h2 class="mb-4">mdb get [name]</h2>
395385

396-
<p>
397-
Clone your project into the local machine.
398-
</p>
386+
<p>Clone your project into the local machine.</p>
399387
<p>
400388
<strong>Note</strong>
401389
<br />
@@ -428,9 +416,7 @@ <h2 class="mb-4">mdb get [name]</h2>
428416
<!-- Section title -->
429417
<h2 class="mb-4">mdb rename [name]</h2>
430418

431-
<p>
432-
Rename the current project both locally and remotely.
433-
</p>
419+
<p>Rename the current project both locally and remotely.</p>
434420
<p>
435421
<strong>Note</strong>
436422
<br />
@@ -495,9 +481,7 @@ <h2 class="mb-4">mdb set-domain-name [name]</h2>
495481
<!-- Section title -->
496482
<h2 class="mb-4">mdb unset-domain-name</h2>
497483

498-
<p>
499-
Unset the domain name for the current project.
500-
</p>
484+
<p>Unset the domain name for the current project.</p>
501485
<p>
502486
<strong>Note</strong>
503487
<br />
@@ -524,9 +508,7 @@ <h2 class="mb-4">mdb unset-domain-name</h2>
524508
<!-- Section title -->
525509
<h2 class="mb-4">mdb orders</h2>
526510

527-
<p>
528-
Display the list of your orders on the MDB site.
529-
</p>
511+
<p>Display the list of your orders on the MDB site.</p>
530512

531513
<!--Section: Code-->
532514
<section class="mb-4">

en/_mdb5/standard/web/docs/components/_blank/a.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!--Section: Introduction-->
44
<section id="api-section-introduction">
55
<!-- Main title -->
6-
<h2 class="h1 font-weight-bold">
6+
<h2 class="h1 fw-bold">
77
<?= $data_var['main_title']; ?>
88
- API
99
</h2>
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<li class="nav-item">
2-
<a class="nav-link active" href="#section-introduction">Introduction</a>
2+
<a class="nav-link active" href="#section-introduction">Introduction</a>
33
</li>
44
<li class="nav-item">
5-
<a class="nav-link" href="#section-basic-example">Basic example</a>
5+
<a class="nav-link" href="#section-basic-example">Basic example</a>
66
</li>
77
<!-- Subsections (if needed) -->
88
<li class="nav-item">
9-
<a class="nav-link" href="#section-">Section</a>
10-
<ul class="nav flex-column pl-3">
11-
<li class="nav-item">
12-
<a class="nav-link" href="#subsection-">Subsection</a>
13-
</li>
14-
<li class="nav-item">
15-
<a class="nav-link" href="#subsection-">Subsection</a>
16-
</li>
17-
</ul>
18-
</li>
9+
<a class="nav-link" href="#section-">Section</a>
10+
<ul class="nav flex-column ps-3">
11+
<li class="nav-item">
12+
<a class="nav-link" href="#subsection-">Subsection</a>
13+
</li>
14+
<li class="nav-item">
15+
<a class="nav-link" href="#subsection-">Subsection</a>
16+
</li>
17+
</ul>
18+
</li>

en/_mdb5/standard/web/docs/components/_blank/o.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!--Section: Introduction-->
44
<section id="section-introduction">
55
<!-- Main title -->
6-
<h2 class="h1 font-weight-bold"><?= $data_var['main_title']; ?></h2>
6+
<h2 class="h1 fw-bold"><?= $data_var['main_title']; ?></h2>
77

88
<!-- Seo title -->
99
<h1 class="h6"><?= $data_var['seo_title']; ?></h1>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
global $data_var;
3+
$data_var = array(
4+
'main_title' => 'Accordion',
5+
'seo_title' => 'Accordion - Bootstrap 5 & Material Design 2.0 components',
6+
'description' => 'Accordion built with the latest Bootstrap 5 & Material Design 2.0. Multiple examples, a user-friendly guide, extensive API, and customization tools',
7+
'url' => 'https://mdbootstrap.com/docs/standard/components/accordion/',
8+
'image' => '',
9+
'video' => '',
10+
);
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<script></script>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<li class="nav-item">
2+
<a class="nav-link active" href="#section-introduction">Introduction</a>
3+
</li>
4+
<li class="nav-item">
5+
<a class="nav-link" href="#section-basic-example">Basic example</a>
6+
</li>
7+
<li class="nav-item">
8+
<a class="nav-link" href="#section-flush">Flush</a>
9+
</li>
10+
<li class="nav-item">
11+
<a class="nav-link" href="#section-accessibility">Accessibility</a>
12+
</li>

0 commit comments

Comments
 (0)