From d13d3854ac4c1fa25ea2423db0c3bb344a53d7ab Mon Sep 17 00:00:00 2001 From: Abdulmalik Date: Thu, 14 Jul 2022 19:17:03 +0300 Subject: [PATCH] Fix edit content links & Correct a typo (#37) * Fix a typo Changing "an File" to "a File" * Correct docs pattern in config.js Correct docs pattern directory after moving to docs repo --- .vuepress/config.js | 2 +- reference/files.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vuepress/config.js b/.vuepress/config.js index 4dcb1d2b..3d56b9b2 100755 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -57,7 +57,7 @@ module.exports = { docsDir: "docs", lastUpdated: true, serviceWorker: false, - patterns: ["docs/**/*.md"], + patterns: ["**/*.md"], sidebarDepth: 0, activeHeaderLinks: false, smoothScroll: false, diff --git a/reference/files.md b/reference/files.md index da192e4e..c160d234 100644 --- a/reference/files.md +++ b/reference/files.md @@ -21,7 +21,7 @@ pageClass: page-reference --- -## Accessing an File +## Accessing a File