Skip to content

Commit 5c88b38

Browse files
authored
Create netlify.toml (#3309)
## Pull Request Info - SDK Docs Consolidation Jira ticket: https://jira.mongodb.org/browse/DOCSP-NNNNN
1 parent 140f779 commit 5c88b38

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/netlify-poc/scripts/build-site.sh -o build-site.sh
2+
sh build-site.sh

netlify.toml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[[integrations]]
2+
name = "snooty-cache-plugin"
3+
4+
[build]
5+
publish = "snooty/public"
6+
command = ". ./build.sh"

0 commit comments

Comments
 (0)