diff options
Diffstat (limited to 'server/sonar-docs/src/layouts/index.js')
-rw-r--r-- | server/sonar-docs/src/layouts/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-docs/src/layouts/index.js b/server/sonar-docs/src/layouts/index.js index a65714c59c2..fe7a97cf4c5 100644 --- a/server/sonar-docs/src/layouts/index.js +++ b/server/sonar-docs/src/layouts/index.js @@ -69,6 +69,7 @@ export const query = graphql` } frontmatter { title + nav url } fields { |