File tree Expand file tree Collapse file tree 4 files changed +187
-201
lines changed
src/components/HomePage/AnnouncementSection Expand file tree Collapse file tree 4 files changed +187
-201
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,7 @@ module.exports = {
55
55
label : 'GitHub' ,
56
56
} ,
57
57
{
58
- to :
59
- 'https://join.slack.com/t/querybook/shared_invite/zt-se82lvld-yyzRIqvIASsyYozk7jMCYQ' ,
58
+ to : 'https://join.slack.com/t/querybook/shared_invite/zt-se82lvld-yyzRIqvIASsyYozk7jMCYQ' ,
60
59
position : 'left' ,
61
60
label : 'Slack' ,
62
61
} ,
@@ -92,8 +91,7 @@ module.exports = {
92
91
} ,
93
92
{
94
93
label : 'Slack' ,
95
- href :
96
- 'https://join.slack.com/t/querybook/shared_invite/zt-se82lvld-yyzRIqvIASsyYozk7jMCYQ' ,
94
+ href : 'https://join.slack.com/t/querybook/shared_invite/zt-se82lvld-yyzRIqvIASsyYozk7jMCYQ' ,
97
95
} ,
98
96
] ,
99
97
} ,
@@ -112,6 +110,7 @@ module.exports = {
112
110
algolia : {
113
111
apiKey : 'fdaa985607f0df46d22edf5e6e01778c' ,
114
112
indexName : 'querybook' ,
113
+ appId : 'BH4D9OD16A' ,
115
114
} ,
116
115
} ,
117
116
} ;
Original file line number Diff line number Diff line change 14
14
},
15
15
"devDependencies" : {},
16
16
"dependencies" : {
17
- "@docusaurus/core" : " 2.0.0 " ,
18
- "@docusaurus/preset-classic" : " 2.0.0 " ,
17
+ "@docusaurus/core" : " ^ 2.0.1 " ,
18
+ "@docusaurus/preset-classic" : " ^ 2.0.1 " ,
19
19
"body-scroll-lock" : " ^3.1.5" ,
20
20
"clsx" : " ^1.1.1" ,
21
21
"docusaurus-plugin-sass" : " ^0.2.2" ,
22
22
"react" : " ^17.0.2" ,
23
23
"react-dom" : " ^17.0.2" ,
24
- "sass" : " ^1.49.7 "
24
+ "sass" : " ^1.54.5 "
25
25
}
26
26
}
Original file line number Diff line number Diff line change 1
- import * as ReactDOM from 'react-dom' ;
2
1
import React from 'react' ;
3
- import Link from '@docusaurus/Link' ;
2
+ import * as ReactDOM from 'react-dom' ;
3
+
4
4
import './index.scss' ;
5
5
6
6
const ANNOUNCEMENT_DIV_ID = '__announcement_root' ;
7
7
8
- const AnnouncementBanner = ( ) => (
9
- < div className = "AnnouncementSection" >
10
- < p >
11
- 🚀 March 30 2021 update: We just < b > open sourced Querybook</ b > and
12
- published our first{ ' ' }
13
- < b >
14
- < Link to = "https://medium.com/@Pinterest_Engineering/open-sourcing-querybook-pinterests-collaborative-big-data-hub-ba2605558883" >
15
- blog post
16
- </ Link >
17
- </ b > { ' ' }
18
- 🚀
19
- </ p >
20
- </ div >
21
- ) ;
8
+ const AnnouncementBanner = ( ) => null ;
22
9
23
10
export default ( ) => {
24
11
const [ announcementRoot , setAnnouncementRoot ] = React . useState ( null ) ;
You can’t perform that action at this time.
0 commit comments