1. Use $file for googleGcs.credentials

2. Clarify that techdocs-common is only used in backend plugin since it is compiled to commonJS
This commit is contained in:
Himanshu Mishra
2020-12-09 20:09:51 +01:00
parent 24bcdd0829
commit 511f59f021
8 changed files with 28 additions and 29 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# @backstage/techdocs-common
Common functionalities for TechDocs, to be shared between techdocs plugins and techdocs-cli
Common functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli
This package is used by `techdocs-backend` to serve docs from different types of publishers (Google GCS, Local, etc.).
It is also used to build docs and publish them to storage, by both `techdocs-backend` and `techdocs-cli`.