Skip to content

Commit f0d3e42

Browse files
author
DominicGBauer
committed
chore: pr feedback
1 parent 1060159 commit f0d3e42

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

docs/docusaurus.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ const config: Config = {
164164
],
165165
copyright: `Copyright © ${new Date().getFullYear()} Journey Mobile, Inc.`,
166166
},
167+
// This is commented out because we are waiting for feedback from Algolia
168+
// as to why the search is not working as expected.
169+
// Discord: https://discord.com/channels/477328979074744322/477749835307548672/1180109255257366579
167170
// algolia: {
168171
// appId: '8U0Z3F95NH',
169172
// // Public API key: it is safe to commit it

docs/src/pages/markdown-page.md

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build:packages": "lerna run build",
99
"watch:packages": "yarn workspace @journeyapps/powersync-sdk-react-native watch",
1010
"release": "yarn build:packages && yarn changeset publish",
11-
"build:docs": "cd docs && yarn build && yarn start",
11+
"build:docs": "cd docs && yarn && yarn build && yarn start",
1212
"start:docs": "cd docs && yarn build && yarn start"
1313
},
1414
"workspaces": {

0 commit comments

Comments
 (0)