Skip to content

Commit dff0ecb

Browse files
translate overview on table of contents (#1000)
1 parent 9bcff55 commit dff0ecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/prepareMDX.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {Children} from 'react';
77
// TODO: Esta lógica podría estar en plugins MDX en lugar de esto.
88

99
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10-
export const PREPARE_MDX_CACHE_BREAKER = 3;
10+
export const PREPARE_MDX_CACHE_BREAKER = 4;
1111
// !!! IMPORTANT !!! Bump this if you change any logic.
1212
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1313

@@ -65,7 +65,7 @@ function getTableOfContents(children, depth) {
6565
if (anchors.length > 0) {
6666
anchors.unshift({
6767
url: '#',
68-
text: 'Overview',
68+
text: 'Descripción general',
6969
depth: 2,
7070
});
7171
}

0 commit comments

Comments
 (0)