Skip to content

Commit 3483413

Browse files
authored
Merge pull request #159 from AlvaroDavi5/develop
Develop
2 parents 27272e1 + b9dace7 commit 3483413

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ envs/
6060
# others
6161
docs/nestGraph.json
6262
TODO*.txt
63+
site/
6364
temp/
6465
tmp/
6566

docs/backstage/mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: Service Docs
1+
site_name: 'Service Docs'
22
nav:
33
- Home: index.md
44
- Architecture: architecture.md

infra/backstage/catalog-info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: Node.js Boilerplate for Back-End using TypeScript
66
annotations:
77
github.com/project-slug: AlvaroDavi5/Node_BackEnd_Boilerplate-TypeScript
8-
backstage.io/techdocs-ref: dir:../../docs/backstage
8+
backstage.io/techdocs-ref: url:https://github.com/AlvaroDavi5/Node_BackEnd_Boilerplate-TypeScript/tree/main/docs/backstage
99
tags:
1010
- backend
1111
- node

0 commit comments

Comments
 (0)