Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1f01c9

Browse files
authored
update the list of core pages for translation (gatsbyjs#21719)
1 parent 136a6df commit a1f01c9

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

scripts/i18n/pages.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,41 @@
2020
},
2121
{
2222
"name": "docs",
23-
"pages": ["index", "quick-start", "recipes", "glossary", "gatsby-cli"]
23+
"pages": [
24+
"index",
25+
"quick-start",
26+
"recipes",
27+
"recipes/pages-layouts",
28+
"recipes/styling-css",
29+
"recipes/working-with-starters",
30+
"recipes/working-with-themes",
31+
"recipes/sourcing-data",
32+
"recipes/querying-data",
33+
"recipes/working-with-images",
34+
"recipes/transforming-data",
35+
"recipes/deploying-your-site",
36+
"api-reference",
37+
"theme-api",
38+
"gatsby-link",
39+
"gatsby-image",
40+
"gatsby-config",
41+
"browser-apis",
42+
"ssr-apis",
43+
"api-files",
44+
"api-files-gatsby-config",
45+
"api-files-gatsby-browser",
46+
"api-files-gatsby-node",
47+
"api-files-gatsby-ssr",
48+
"actions",
49+
"graphql-api",
50+
"node-apis",
51+
"node-api-helpers",
52+
"node-model",
53+
"node-interface",
54+
"schema-customization",
55+
"api-specification",
56+
"glossary",
57+
"gatsby-cli"
58+
]
2459
}
2560
]

0 commit comments

Comments
 (0)