From cd683b8dd6200e214f3a525f435abe9a6fd9faeb Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Mon, 19 Oct 2020 21:41:57 +0100 Subject: 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. --- docs/docusaurus.config.js | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/docusaurus.config.js') 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/", -- cgit v1.2.3 From 571d045c75592b65ddf44c6f2fb0cbf17facb72f Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Mon, 26 Oct 2020 23:15:48 -0400 Subject: fix(docs): Explicit CC-BY-NC-SA license for docs. --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/docusaurus.config.js') diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 9ebb9c6..b090663 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -89,7 +89,7 @@ module.exports = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} ZMK Project Contributors, Built with Docusaurus.`, + copyright: `Copyright © ${new Date().getFullYear()} ZMK Project Contributors. Creative Commons License`, }, algolia: { apiKey: "75325855fc90356828fe212d38e5ca34", -- cgit v1.2.3