Skip to content

Commit 49c1a36

Browse files
author
unknown
committed
Spanish docs
1 parent c19627d commit 49c1a36

File tree

359 files changed

+56474
-0
lines changed

Some content is hidden

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

359 files changed

+56474
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<li class="nav-item"><a class="nav-link active" href="#api-section-usage">Uso</a></li>
2+
<li class="nav-item"><a class="nav-link" href="#api-section-options">Opciones</a></li>
3+
<li class="nav-item"><a class="nav-link" href="#api-section-methods">Métodos</a></li>
4+
<li class="nav-item"><a class="nav-link" href="#api-section-events">Eventos</a></li>
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<!--Section: Docs content-->
2+
<section>
3+
<!--Section: Introduction-->
4+
<section id="api-section-introduction">
5+
<!-- Main title -->
6+
<h2 class="h1 font-weight-bold">
7+
<?= $data_var['main_title']; ?>
8+
- API
9+
</h2>
10+
</section>
11+
<!--Section: Introduction-->
12+
13+
<hr class="my-5" />
14+
15+
<!--Section: Usage-->
16+
<section id="api-section-usage">
17+
<!-- Section title -->
18+
<h2 class="mb-4">Uso</h2>
19+
20+
<!--Section: Code-->
21+
<section>
22+
<mdbsnippet>
23+
<code data-lang="html" data-name="HTML"> </code>
24+
</mdbsnippet>
25+
</section>
26+
<!--Section: Code-->
27+
</section>
28+
<!--Section: Usage-->
29+
30+
<hr class="my-5" />
31+
32+
<!--Section: Options-->
33+
<section id="api-section-options">
34+
<!-- Section title -->
35+
<h2 class="mb-4">Opciones</h2>
36+
</section>
37+
<!--Section: Options-->
38+
39+
<hr class="my-5" />
40+
41+
<!--Section: Methods-->
42+
<section id="api-section-methods">
43+
<!-- Section title -->
44+
<h2 class="mb-4">Métodos</h2>
45+
</section>
46+
<!--Section: Methods-->
47+
48+
<hr class="my-5" />
49+
50+
<!--Section: Events-->
51+
<section id="api-section-events">
52+
<!-- Section title -->
53+
<h2 class="mb-4">Eventos</h2>
54+
</section>
55+
<!--Section: Events-->
56+
</section>
57+
<!--Section: Docs content-->
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' => '[Name]',
5+
'seo_title' => '[Name] - Bootstrap 5 & Material Design 2.0 [category]',
6+
'description' => '[Name] 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/',
8+
'image' => '',
9+
'video' => '',
10+
);
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<script>
2+
3+
</script>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<li class="nav-item">
2+
<a class="nav-link active" href="#section-introduction">Introducción</a>
3+
</li>
4+
<li class="nav-item">
5+
<a class="nav-link" href="#section-basic-example">Ejemplo básico</a>
6+
</li>
7+
<!-- Subsections (if needed) -->
8+
<li class="nav-item">
9+
<a class="nav-link" href="#section-">Sección</a>
10+
<ul class="nav flex-column pl-3">
11+
<li class="nav-item">
12+
<a class="nav-link" href="#subsection-">Subsección</a>
13+
</li>
14+
<li class="nav-item">
15+
<a class="nav-link" href="#subsection-">Subsección</a>
16+
</li>
17+
</ul>
18+
</li>
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<!--Section: Docs content-->
2+
<section>
3+
4+
<!--Section: Introduction-->
5+
<section id="section-introduction">
6+
7+
<!-- Main title -->
8+
<h2 class="h1 font-weight-bold"><?= $data_var['main_title']; ?></h2>
9+
10+
<!-- Seo title -->
11+
<h1 class="h6"><?= $data_var['seo_title']; ?></h1>
12+
13+
<!-- Description -->
14+
<p></p>
15+
16+
</section>
17+
<!--Section: Introduction-->
18+
19+
<hr class="my-5">
20+
21+
<!--Section: Basic example-->
22+
<section id="section-basic-example">
23+
24+
<!-- Section title -->
25+
<h2 class="mb-4">Ejemplo básico</h2>
26+
27+
<!--Section: Demo-->
28+
<section class="border p-4 text-center mb-4">
29+
30+
</section>
31+
<!--Section: Demo-->
32+
33+
<!--Section: Code-->
34+
<section>
35+
<mdbsnippet>
36+
37+
<code data-lang="html" data-name="HTML">
38+
39+
</code>
40+
41+
<code data-lang="css" data-name="CSS">
42+
43+
</code>
44+
45+
<code data-lang="js" data-name="JavaScript">
46+
47+
</code>
48+
49+
</mdbsnippet>
50+
</section>
51+
<!--Section: Code-->
52+
53+
</section>
54+
<!--Section: Basic example-->
55+
56+
<hr class="my-5">
57+
58+
</section>
59+
<!--Section: Docs content-->
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<li class="nav-item"><a class="nav-link active" href="#api-section-usage">Uso</a></li>
2+
<li class="nav-item"><a class="nav-link" href="#api-section-options">Opciones</a></li>
3+
<li class="nav-item"><a class="nav-link" href="#api-section-methods">Métodos</a></li>
4+
<li class="nav-item"><a class="nav-link" href="#api-section-events">Eventos</a></li>
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<!--Section: Docs content-->
2+
<section>
3+
<!--Section: Introduction-->
4+
<section id="api-section-introduction">
5+
<!-- Main title -->
6+
<h2 class="h1 font-weight-bold">
7+
<?= $data_var['main_title']; ?>
8+
- API
9+
</h2>
10+
</section>
11+
<!--Section: Introduction-->
12+
13+
<hr class="my-5" />
14+
15+
<!--Section: Usage-->
16+
<section id="api-section-usage">
17+
<!-- Section title -->
18+
<h2 class="mb-4">Uso</h2>
19+
20+
<!--Section: Code-->
21+
<section>
22+
<mdbsnippet>
23+
<code data-lang="html" data-name="HTML"> </code>
24+
</mdbsnippet>
25+
</section>
26+
<!--Section: Code-->
27+
</section>
28+
<!--Section: Usage-->
29+
30+
<hr class="my-5" />
31+
32+
<!--Section: Options-->
33+
<section id="api-section-options">
34+
<!-- Section title -->
35+
<h2 class="mb-4">Opciones</h2>
36+
</section>
37+
<!--Section: Options-->
38+
39+
<hr class="my-5" />
40+
41+
<!--Section: Methods-->
42+
<section id="api-section-methods">
43+
<!-- Section title -->
44+
<h2 class="mb-4">Métodos</h2>
45+
</section>
46+
<!--Section: Methods-->
47+
48+
<hr class="my-5" />
49+
50+
<!--Section: Events-->
51+
<section id="api-section-events">
52+
<!-- Section title -->
53+
<h2 class="mb-4">Eventos</h2>
54+
</section>
55+
<!--Section: Events-->
56+
</section>
57+
<!--Section: Docs content-->
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' => '[Name]',
5+
'seo_title' => '[Name] - Componentes de Bootstrap 5 y Material Design 2.0',
6+
'description' => '[Name] construido con el último Bootstrap 5 y Material Design 2.0. Múltiples ejemplos, una guía fácil de usar, API extensa y herramientas de personalización',
7+
'url' => 'https://mdbootstrap.com/docs/standard/',
8+
'image' => '',
9+
'video' => '',
10+
);
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<script>
2+
3+
</script>

0 commit comments

Comments
 (0)