Skip to content

Commit

Permalink
fix: docs build (#1506)
Browse files Browse the repository at this point in the history
* Update deps in apps/docs
* I'm not sure where the .env.local.example went, added it back
  • Loading branch information
ryscheng authored May 23, 2024
1 parent 114dc44 commit 45707db
Show file tree
Hide file tree
Showing 5 changed files with 514 additions and 379 deletions.
11 changes: 11 additions & 0 deletions apps/docs/.env.local.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#.env

#############
## App config
#############

DOCS_URL=
DOCS_ALGOLIA_APP_ID=
DOCS_ALGOLIA_API_KEY=
DOCS_ALGOLIA_INDEX=
DOCS_SEGMENT_WRITE_KEY=
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@docusaurus/theme-common": "3.1.1",
"@laxels/docusaurus-plugin-segment": "^1.0.6",
"@mdx-js/react": "^3.0.0",
"@plasmicapp/react-web": "^0.2.329",
"@plasmicapp/react-web": "^0.2.337",
"clsx": "^2.1.0",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
Expand All @@ -37,7 +37,7 @@
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/tsconfig": "3.1.1",
"@docusaurus/types": "3.1.1",
"@plasmicapp/cli": "^0.1.327",
"@plasmicapp/cli": "^0.1.330",
"dotenv": "^16.4.1",
"typescript": "~5.3.3"
},
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/plasmic.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@
]
},
"wrapPagesWithGlobalContexts": true,
"cliVersion": "0.1.327",
"$schema": "https://unpkg.com/@plasmicapp/[email protected].327/dist/plasmic.schema.json"
"cliVersion": "0.1.330",
"$schema": "https://unpkg.com/@plasmicapp/[email protected].330/dist/plasmic.schema.json"
}
2 changes: 1 addition & 1 deletion apps/docs/plasmic.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"type": "globalVariant",
"assetId": "kb7NFax8VjYW",
"checksum": "9eb497dcb98641fa3805552f6211dd1f"
"checksum": "3a26146da84fc99238d6f726ff9b6e5e"
},
{
"type": "renderModule",
Expand Down
Loading

0 comments on commit 45707db

Please sign in to comment.