diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-10-19 21:41:57 +0100 |
---|---|---|
committer | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-10-21 13:52:25 +0100 |
commit | cd683b8dd6200e214f3a525f435abe9a6fd9faeb (patch) | |
tree | 90ff8c932b774b5107c7ccdbcfb7c1495844033d /docs/docusaurus.config.js | |
parent | 99751ad3765e0b85455ce4a369d1ce5a7689cc8b (diff) |
chore(docs): Replace homePageId with slug: /
Fix warning ...
The docs plugin option homePageId=intro is deprecated. To make a doc the "home", prefer frontmatter: "slug: /"
Follow-up to #286.
Diffstat (limited to 'docs/docusaurus.config.js')
-rw-r--r-- | docs/docusaurus.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 64f9a45..9ebb9c6 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -102,7 +102,6 @@ module.exports = { { docs: { // It is recommended to set document id as docs home page (`docs/` path). - homePageId: "intro", sidebarPath: require.resolve("./sidebars.js"), // Please change this to your repo. editUrl: "https://github.com/zmkfirmware/zmk/edit/main/docs/", |