Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclaudiahdz <cghr1990@gmail.com>2019-11-18 18:38:59 +0300
committerclaudiahdz <cghr1990@gmail.com>2019-11-18 20:09:20 +0300
commit7555a743ce4c3146d6245dd63f91503c7f439a6c (patch)
treea3be70e5898e659060fce65615c527208e195c72 /netlify.toml
parent3ef295f23ee1b2300abf13ec19e935c47a455179 (diff)
docs: add netlify docs website config
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 000000000..4eb1be50e
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,4 @@
+[build]
+ base = "docs"
+ command = "npm run build"
+ publish = "docs/public" \ No newline at end of file