forked from kofal.net/zmk
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.
This commit is contained in:
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user