Skip to content

Commit

Permalink
fix graphql error (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
awxiaoxian2020 authored Jun 15, 2024
1 parent 61be1e1 commit faba27b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ export const createDocumentationPages = async (
filter: {
sourceInstanceName: { eq: "documentation" }
extension: { eq: "md" }
relativeDirectory: { ne: "en/modules-reference/diagrams" }
relativeDirectory: {
regex: "/^(?!en\\/modules-reference\\/diagrams|zh\\/modules-reference\\/diagrams).*$/"
}
}
) {
nodes {
Expand Down

0 comments on commit faba27b

Please sign in to comment.