Add documentation based on docusarus for opendbm

This commit is contained in:
Rudy Haryanto
2022-10-04 03:34:47 +07:00
parent a574bc6870
commit c6bc952569
62 changed files with 56077 additions and 5 deletions

25
docs/netlify.toml Normal file
View File

@@ -0,0 +1,25 @@
[build]
base = ""
publish = "website/build"
command = "yarn && cd website && yarn build"
[context.production.environment]
NODE_VERSION = "16.15.0"
NODE_OPTIONS = "--max_old_space_size=4096"
[context.deploy-preview.environment]
NODE_VERSION = "16.15.0"
NODE_OPTIONS = "--max_old_space_size=4096"
PREVIEW_DEPLOY = "true"
[[plugins]]
package = "netlify-plugin-cache"
[plugins.inputs]
paths = [
"website/node_modules/.cache",
]
[[headers]]
for = "/movies.json"
[headers.values]
Access-Control-Allow-Origin = "*"