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 04009ef commit 2ec24d3Copy full SHA for 2ec24d3
website/i18n/en.json
@@ -4,16 +4,26 @@
4
"next": "Next",
5
"previous": "Previous",
6
"tagline": "Create React apps with no build configuration.",
7
- "docs": {},
+ "docs": {
8
+ "getting-started": {
9
+ "title": "Getting started",
10
+ "sidebar_label": "Getting started"
11
+ },
12
+ "README": {
13
+ "title": "README"
14
15
+ "user-guide": {
16
+ "title": "User guide",
17
+ "sidebar_label": "User guide"
18
+ }
19
20
"links": {
- "Docs": "Docs",
- "API": "API",
21
+ "Getting started": "Getting started",
22
"Help": "Help"
23
},
24
"categories": {
- "Docusaurus": "Docusaurus",
- "First Category": "First Category",
- "Second Category": "Second Category"
25
+ "Getting Started": "Getting Started",
26
+ "User Guide": "User Guide"
27
}
28
29
"pages-strings": {
0 commit comments