From 047d1807f59e76a28f217089e8edbfbe52f86e0e Mon Sep 17 00:00:00 2001 From: Pierre Bertet Date: Sat, 30 Nov 2019 00:19:14 -0300 Subject: [PATCH] Gallery: create the /help directory Also updates the gh-pages module. --- gallery/webpack.config.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gallery/webpack.config.js b/gallery/webpack.config.js index 110ef6d47..df21cb3e2 100644 --- a/gallery/webpack.config.js +++ b/gallery/webpack.config.js @@ -15,6 +15,7 @@ const MARKDOWN_ONLY_PAGES = [ 'colors', 'float-indicator', 'getting-started', + 'help', 'how-to-upgrade', 'loading-ring', 'search-input', diff --git a/package.json b/package.json index 5129b456e..91c9854aa 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "eslint-plugin-react": "^7.4.0", "eslint-plugin-react-hooks": "^2.0.1", "eslint-plugin-standard": "^4.0.0", - "gh-pages": "^1.0.0", + "gh-pages": "^2.1.1", "har-validator": "^5.1.3", "husky": "^1.1.4", "jest": "^24.8.0",