setup docs deployment

This commit is contained in:
Eugene Pankov
2021-09-25 00:36:21 +02:00
parent be39591c54
commit c4a1d8aa56
2 changed files with 17 additions and 3 deletions

10
firebase.json Normal file
View File

@@ -0,0 +1,10 @@
{
"hosting": {
"public": "docs/api",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}