Skip to content

Commit

Permalink
remove WIP banner from website
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed May 23, 2021
1 parent d230ee0 commit a07917d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:
'<em>This website is still under construction. It describes the latest, unreleased changes from our <code>main</code> branch. Until it is ready, official documentation lives in our <a href="https://github.com/TypeStrong/ts-node#readme">README</a></em>',
//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:
// '<em>This website is still under construction. It describes the latest, unreleased changes from our <code>main</code> branch. Until it is ready, official documentation lives in our <a href="https://github.com/TypeStrong/ts-node#readme">README</a></em>',
// //backgroundColor: '#fafbfc', // Defaults to `#fff`.
// //textColor: '#091E42', // Defaults to `#000`.
// //isCloseable: false, // Defaults to `true`.
// },
colorMode: {
respectPrefersColorScheme: true
},
Expand Down

0 comments on commit a07917d

Please sign in to comment.