File tree Expand file tree Collapse file tree 5 files changed +728
-19
lines changed Expand file tree Collapse file tree 5 files changed +728
-19
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,7 @@ techdocs:
41
41
generator :
42
42
runIn : ' local'
43
43
publisher :
44
- type : ' googleGcs'
45
- googleGcs :
46
- bucketName : ' backstage-codeidp-techdocs'
47
- projectId : code-idp
48
- credentials : ${TECHDOCS_GCS_CREDENTIALS}
44
+ type : ' local'
49
45
50
46
# scaffolder:
51
47
Original file line number Diff line number Diff line change @@ -3,13 +3,15 @@ site_description: This is the user guide for the CODE-IDP platform.
3
3
docs_dir : docs
4
4
nav :
5
5
- Overview :
6
- - Introduction : ' index.md'
6
+ - Introduction : ' index.md'
7
7
- Components :
8
- - Register Your Software Component : ' how-to-register-a-component.md'
9
- - Technical Documentation :
10
- - Publish Your Docs : ' how-to-publish-documentation.md'
8
+ - Register Your Software Component : ' how-to-register-a-component.md'
9
+ - Technical Documentation :
10
+ - Publish Your Docs : ' how-to-publish-documentation.md'
11
+ - Deployment :
12
+ - How to Deploy Your App : ' how-to-deploy-your-app.md'
11
13
- CHANGELOG : ' CHANGELOG.md'
12
14
13
- plugins :
15
+ plugins :
14
16
- techdocs-core
15
17
- include-markdown
Original file line number Diff line number Diff line change 49
49
"@backstage/e2e-test-utils" : " ^0.1.1" ,
50
50
"@playwright/test" : " ^1.32.3" ,
51
51
"@spotify/prettier-config" : " ^12.0.0" ,
52
+ "@techdocs/cli" : " ^1.9.8" ,
52
53
"@testing-library/react" : " ^16.2.0" ,
53
54
"@types/babel__core" : " ^7.1.20" ,
54
55
"@types/babel__preset-env" : " ^7.4.7" ,
Original file line number Diff line number Diff line change 10
10
],
11
11
"exclude" : [" node_modules" ],
12
12
"compilerOptions" : {
13
+ "moduleResolution" : " bundler" ,
13
14
"outDir" : " dist-types" ,
14
15
"rootDir" : " ."
15
16
}
You can’t perform that action at this time.
0 commit comments