Skip to content

Commit 8f4ca60

Browse files
authored
docs: docusaurus setup for v6 release (#2721)
* docs: docusaurus setup for v6 release * docs: docusaurus setup for v6 release * docs: fix vale issues * docs: add v5 docs to v5 folder
1 parent f093028 commit 8f4ca60

File tree

518 files changed

+20419
-14
lines changed

Some content is hidden

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

518 files changed

+20419
-14
lines changed

β€Ždocusaurus/reactnative-docusaurus-dontent-docs.plugin.jsβ€Ž

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,27 @@ module.exports = {
33
[
44
'@docusaurus/plugin-content-docs',
55
{
6-
lastVersion: 'current',
6+
lastVersion: '5.x.x',
77
versions: {
88
current: {
9+
label: 'v6',
10+
path: 'v6',
11+
},
12+
'5.x.x': {
913
label: 'v5',
1014
},
1115
'4.x.x': {
1216
label: 'v4',
1317
path: 'v4',
14-
banner: 'unmaintained'
18+
banner: 'unmaintained',
1519
},
1620
'3.x.x': {
1721
label: 'v3',
1822
path: 'v3',
19-
banner: 'unmaintained'
20-
}
21-
}
22-
}
23-
]
24-
]
25-
}
23+
banner: 'unmaintained',
24+
},
25+
},
26+
},
27+
],
28+
],
29+
};
Lines changed: 34 additions & 0 deletions
Lines changed: 44 additions & 0 deletions
Lines changed: 21 additions & 0 deletions
623 KB
669 KB
680 KB
458 KB
623 KB
1.45 MB

0 commit comments

Comments
Β (0)