You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configuration.md
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ window.$docsify = {
47
47
- Type: `Number`
48
48
- Default: `6`
49
49
50
-
Maximum Table of content level.
50
+
Máximo de tablas por nivel de contenido.
51
51
52
52
```js
53
53
window.$docsify= {
@@ -60,14 +60,14 @@ window.$docsify = {
60
60
- Type: `Boolean|String`
61
61
- Default: `false`
62
62
63
-
Loads navbar from the Markdown file `_navbar.md`if **true**, or else from the path specified.
63
+
Carga la barra de navegación desde el archivo Markdown `_navbar.md`si es **verdadero** o bien desde la ruta especificada.
64
64
65
65
```js
66
66
window.$docsify= {
67
-
//load from _navbar.md
67
+
//carga desde _navbar.md
68
68
loadNavbar:true,
69
69
70
-
//load from nav.md
70
+
//carga desde nav.md
71
71
loadNavbar:'nav.md'
72
72
};
73
73
```
@@ -77,14 +77,14 @@ window.$docsify = {
77
77
- Type: `Boolean|String`
78
78
- Default: `false`
79
79
80
-
Loads sidebar from the Markdown file `_sidebar.md`if **true**, or else from the path specified.
80
+
Carga la barra lateral desde el archivo Markdown `_sidebar.md`si es **verdadero** o bien desde la ruta especificada.
81
81
82
82
```js
83
83
window.$docsify= {
84
-
//load from _sidebar.md
84
+
//carga desde _sidebar.md
85
85
loadSidebar:true,
86
86
87
-
//load from summary.md
87
+
//carga desde summary.md
88
88
loadSidebar:'summary.md'
89
89
};
90
90
```
@@ -94,7 +94,7 @@ window.$docsify = {
94
94
- Type: `Number`
95
95
- Default: `0`
96
96
97
-
Add table of contents (TOC) in custom sidebar.
97
+
Agregar tabla de contenido (TOC) en la barra lateral personalizada.
98
98
99
99
```js
100
100
window.$docsify= {
@@ -107,7 +107,7 @@ window.$docsify = {
107
107
- Type: `Boolean`
108
108
- Default: `false`
109
109
110
-
Scrolls to the top of the screen when the route is changed.
110
+
Se desplaza a la parte superior de la pantalla cuando se cambia la ruta.
111
111
112
112
```js
113
113
window.$docsify= {
@@ -120,14 +120,14 @@ window.$docsify = {
120
120
- Type: `String`
121
121
- Default: `README.md`
122
122
123
-
`README.md`in your docs folder will be treated as homepage for your website, but sometimes you may need to serve another file as your homepage.
123
+
`README.md`en su carpeta de documentos se tratará como la página de inicio de su sitio web pero a veces puede que necesite publicar otro archivo como su página de inicio.
0 commit comments