We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f74e48 commit f6440ccCopy full SHA for f6440cc
.env.example
@@ -8,11 +8,11 @@ PROJECT_NAME=api-docs
8
9
CLOUDFLARE_ANALYTICS_TOKEN=xxxxxxxxxxxxxxxxxxxxxxx
10
11
-OPENAPI_DOCS_BLOG_URL=
+OPENAPI_DOCS_BLOG_URL=http://${API_DOCS_DOMAIN}:${NGINX_HOST_HTTP_PORT}/blog/openapi.yaml
12
13
#-----------------------------------------------------------
14
#----------------------- Runner ---------------------------
15
-SOURCE_DIR=
+SOURCE_DIR=${SOURCE_CODE_PATH}
16
WORKER_NAME='CSlant API Docs'
17
18
NODE_VERSION=22
0 commit comments