Skip to content

Commit 5eb3ab8

Browse files
committed
checkpoint
1 parent 46017ce commit 5eb3ab8

File tree

5 files changed

+14
-59
lines changed

5 files changed

+14
-59
lines changed

docs/40_Analysis/3_synonyms.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Synonyms
2+
3+
Synonyms: https://search-playground.mongodb.com/tools/code-sandbox/snapshots/6785d30eb6487c1cfd0bb817

docs/99_TODO.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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

@@ -12,9 +11,5 @@
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

docusaurus.config.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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: {

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 />

src/pages/index.tsx

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)