We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27272e1 + b9dace7 commit 3483413Copy full SHA for 3483413
.gitignore
@@ -60,6 +60,7 @@ envs/
60
# others
61
docs/nestGraph.json
62
TODO*.txt
63
+site/
64
temp/
65
tmp/
66
docs/backstage/mkdocs.yml
@@ -1,4 +1,4 @@
1
-site_name: Service Docs
+site_name: 'Service Docs'
2
nav:
3
- Home: index.md
4
- Architecture: architecture.md
infra/backstage/catalog-info.yml
@@ -5,7 +5,7 @@ metadata:
5
description: Node.js Boilerplate for Back-End using TypeScript
6
annotations:
7
github.com/project-slug: AlvaroDavi5/Node_BackEnd_Boilerplate-TypeScript
8
- backstage.io/techdocs-ref: dir:../../docs/backstage
+ backstage.io/techdocs-ref: url:https://github.com/AlvaroDavi5/Node_BackEnd_Boilerplate-TypeScript/tree/main/docs/backstage
9
tags:
10
- backend
11
- node
0 commit comments