We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bcff55 commit dff0ecbCopy full SHA for dff0ecb
src/utils/prepareMDX.js
@@ -7,7 +7,7 @@ import {Children} from 'react';
7
// TODO: Esta lógica podría estar en plugins MDX en lugar de esto.
8
9
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
-export const PREPARE_MDX_CACHE_BREAKER = 3;
+export const PREPARE_MDX_CACHE_BREAKER = 4;
11
// !!! IMPORTANT !!! Bump this if you change any logic.
12
13
@@ -65,7 +65,7 @@ function getTableOfContents(children, depth) {
65
if (anchors.length > 0) {
66
anchors.unshift({
67
url: '#',
68
- text: 'Overview',
+ text: 'Descripción general',
69
depth: 2,
70
});
71
}
0 commit comments