File tree Expand file tree Collapse file tree 5 files changed +14
-59
lines changed Expand file tree Collapse file tree 5 files changed +14
-59
lines changed Original file line number Diff line number Diff line change 1+ # Synonyms
2+
3+ Synonyms: https://search-playground.mongodb.com/tools/code-sandbox/snapshots/6785d30eb6487c1cfd0bb817
Original file line number Diff line number Diff line change 11## Issues
2- * Fix publishing to GH Pages (GH_TOKEN)
32 * Add coverage of "index objects" counting
43 * fix the duplicate route warning (see change to config file to ignore)
54
1211 * Fire up ProcessCene and generate some analysis images, etc
1312 * Add transition verbiage at the end of each page/section to lead into the next one
1413 * Ensure ` index ` parameter is on all $search/$searchMeta
15-
16-
17- Synonyms: https://search-playground.mongodb.com/tools/code-sandbox/snapshots/6785d30eb6487c1cfd0bb817
18-
19- [ ![ A scenic mountain view] ( /img/analysis_lucene_standard.png )] ( /img/analysis_lucene_standard.png )
20-
14+ * Update TOC in welcome section to reflect actual
15+ * Make a slide deck
Original file line number Diff line number Diff line change @@ -136,14 +136,14 @@ const config = {
136136 hideable : true ,
137137 } ,
138138 } ,
139- announcementBar : {
140- id : "feedback_form" ,
141- content :
142- 'This is a demonstration that we can put a pop-up message here! Even <a target="_blank" rel="noopener noreferrer" href="#">links</a>' ,
143- backgroundColor : "#fafbfc" ,
144- textColor : "#091E42" ,
145- isCloseable : true ,
146- } ,
139+ // announcementBar: {
140+ // id: "feedback_form",
141+ // content:
142+ // 'This is a demonstration that we can put a pop-up message here! Even <a target="_blank" rel="noopener noreferrer" href="#">links</a>',
143+ // backgroundColor: "#fafbfc",
144+ // textColor: "#091E42",
145+ // isCloseable: true,
146+ // },
147147 navbar : {
148148 title : `${ title } ` ,
149149 logo : {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export default function Home() {
3131 return (
3232 < Layout
3333 title = { `Welcome to ${ siteConfig . title } ` }
34- description = "Learn how to use MongoDB Atlas Search Playground in this interactive workshop" >
34+ description = "Learn the fundamentals of Atlas Search in this interactive workshop" >
3535 < HomepageHeader />
3636 < main >
3737 < HomepageFeatures />
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments