From a07917d0f4cff468b8a16e2637b626c39420b8ce Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Sun, 23 May 2021 14:56:29 -0400 Subject: [PATCH] remove WIP banner from website --- website/docusaurus.config.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index ef85c93c1..dc97be3d5 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -10,14 +10,14 @@ module.exports = { projectName: 'ts-node', // Usually your repo name. themeConfig: { image: 'img/opengraph.png', - announcementBar: { - id: 'website_wip', // Any value that will identify this message. - content: - 'This website is still under construction. It describes the latest, unreleased changes from our main branch. Until it is ready, official documentation lives in our README', - //backgroundColor: '#fafbfc', // Defaults to `#fff`. - //textColor: '#091E42', // Defaults to `#000`. - //isCloseable: false, // Defaults to `true`. - }, + // announcementBar: { + // id: 'website_wip', // Any value that will identify this message. + // content: + // 'This website is still under construction. It describes the latest, unreleased changes from our main branch. Until it is ready, official documentation lives in our README', + // //backgroundColor: '#fafbfc', // Defaults to `#fff`. + // //textColor: '#091E42', // Defaults to `#000`. + // //isCloseable: false, // Defaults to `true`. + // }, colorMode: { respectPrefersColorScheme: true },