Skip to content

Commit add58ad

Browse files
committed
Merge branch 'master' of github.com:pingcap/website-docs
2 parents 20ccf3e + fdcfd30 commit add58ad

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs

Submodule docs updated 2679 files

gatsby-config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,9 @@ module.exports = {
104104
{
105105
resolve: `gatsby-source-filesystem`,
106106
options: {
107-
name: `markdown-pages`,
107+
name: `markdown-pages1`,
108108
path: `${__dirname}/docs/markdown-pages`,
109+
ignore: ["**/ja/**", "**/zh/**"],
109110
},
110111
},
111112
{

0 commit comments

Comments
 (0)