Skip to content

Commit a07917d

Browse files
committed
remove WIP banner from website
1 parent d230ee0 commit a07917d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

website/docusaurus.config.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ module.exports = {
1010
projectName: 'ts-node', // Usually your repo name.
1111
themeConfig: {
1212
image: 'img/opengraph.png',
13-
announcementBar: {
14-
id: 'website_wip', // Any value that will identify this message.
15-
content:
16-
'<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>',
17-
//backgroundColor: '#fafbfc', // Defaults to `#fff`.
18-
//textColor: '#091E42', // Defaults to `#000`.
19-
//isCloseable: false, // Defaults to `true`.
20-
},
13+
// announcementBar: {
14+
// id: 'website_wip', // Any value that will identify this message.
15+
// content:
16+
// '<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>',
17+
// //backgroundColor: '#fafbfc', // Defaults to `#fff`.
18+
// //textColor: '#091E42', // Defaults to `#000`.
19+
// //isCloseable: false, // Defaults to `true`.
20+
// },
2121
colorMode: {
2222
respectPrefersColorScheme: true
2323
},

0 commit comments

Comments
 (0)