@techdocs/cli 0.0.0-nightly-20250129022746 → 0.0.0-nightly-20250131022942
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -3
- package/dist/embedded-app/.config-schema.json +191 -191
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/main.3351f180.js +553 -0
- package/dist/embedded-app/static/main.3351f180.js.map +1 -0
- package/dist/embedded-app/static/{runtime.5b071983.js → runtime.3351f180.js} +1 -1
- package/dist/embedded-app/static/{runtime.5b071983.js.map → runtime.3351f180.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.5b071983.js → vendor.3351f180.js} +1 -1
- package/dist/embedded-app/static/{vendor.5b071983.js.map → vendor.3351f180.js.map} +1 -1
- package/dist/package.json.cjs.js +1 -1
- package/package.json +4 -4
- package/dist/embedded-app/static/main.5b071983.js +0 -553
- package/dist/embedded-app/static/main.5b071983.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20250131022942
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
|
|
11
11
|
- 69f84ac: Internal update to work with dynamic imports.
|
|
12
12
|
- Updated dependencies
|
|
13
|
-
- @backstage/backend-defaults@0.0.0-nightly-
|
|
14
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
13
|
+
- @backstage/backend-defaults@0.0.0-nightly-20250131022942
|
|
14
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20250131022942
|
|
15
15
|
- @backstage/catalog-model@1.7.3
|
|
16
16
|
- @backstage/cli-common@0.1.15
|
|
17
17
|
- @backstage/config@1.3.2
|
|
@@ -1116,25 +1116,6 @@
|
|
|
1116
1116
|
},
|
|
1117
1117
|
"packageName": "@oriflame/backstage-plugin-score-card"
|
|
1118
1118
|
},
|
|
1119
|
-
{
|
|
1120
|
-
"path": "../backend-plugin-api/config.d.ts",
|
|
1121
|
-
"value": {
|
|
1122
|
-
"type": "object",
|
|
1123
|
-
"properties": {
|
|
1124
|
-
"backend": {
|
|
1125
|
-
"type": "object",
|
|
1126
|
-
"properties": {
|
|
1127
|
-
"workingDirectory": {
|
|
1128
|
-
"description": "An absolute path to a directory that can be used as a working dir, for\nexample as scratch space for large operations.",
|
|
1129
|
-
"type": "string"
|
|
1130
|
-
}
|
|
1131
|
-
}
|
|
1132
|
-
}
|
|
1133
|
-
},
|
|
1134
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1135
|
-
},
|
|
1136
|
-
"packageName": "@backstage/backend-plugin-api"
|
|
1137
|
-
},
|
|
1138
1119
|
{
|
|
1139
1120
|
"path": "../../plugins/auth-backend/config.d.ts",
|
|
1140
1121
|
"value": {
|
|
@@ -1439,6 +1420,25 @@
|
|
|
1439
1420
|
},
|
|
1440
1421
|
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1441
1422
|
},
|
|
1423
|
+
{
|
|
1424
|
+
"path": "../backend-plugin-api/config.d.ts",
|
|
1425
|
+
"value": {
|
|
1426
|
+
"type": "object",
|
|
1427
|
+
"properties": {
|
|
1428
|
+
"backend": {
|
|
1429
|
+
"type": "object",
|
|
1430
|
+
"properties": {
|
|
1431
|
+
"workingDirectory": {
|
|
1432
|
+
"description": "An absolute path to a directory that can be used as a working dir, for\nexample as scratch space for large operations.",
|
|
1433
|
+
"type": "string"
|
|
1434
|
+
}
|
|
1435
|
+
}
|
|
1436
|
+
}
|
|
1437
|
+
},
|
|
1438
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1439
|
+
},
|
|
1440
|
+
"packageName": "@backstage/backend-plugin-api"
|
|
1441
|
+
},
|
|
1442
1442
|
{
|
|
1443
1443
|
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
|
|
1444
1444
|
"value": {
|
|
@@ -2733,6 +2733,62 @@
|
|
|
2733
2733
|
},
|
|
2734
2734
|
"packageName": "@backstage/plugin-events-node"
|
|
2735
2735
|
},
|
|
2736
|
+
{
|
|
2737
|
+
"path": "../../plugins/auth-backend-module-auth0-provider/config.d.ts",
|
|
2738
|
+
"value": {
|
|
2739
|
+
"type": "object",
|
|
2740
|
+
"properties": {
|
|
2741
|
+
"auth": {
|
|
2742
|
+
"type": "object",
|
|
2743
|
+
"properties": {
|
|
2744
|
+
"providers": {
|
|
2745
|
+
"type": "object",
|
|
2746
|
+
"properties": {
|
|
2747
|
+
"auth0": {
|
|
2748
|
+
"visibility": "frontend",
|
|
2749
|
+
"type": "object",
|
|
2750
|
+
"additionalProperties": {
|
|
2751
|
+
"type": "object",
|
|
2752
|
+
"properties": {
|
|
2753
|
+
"clientId": {
|
|
2754
|
+
"type": "string"
|
|
2755
|
+
},
|
|
2756
|
+
"clientSecret": {
|
|
2757
|
+
"visibility": "secret",
|
|
2758
|
+
"type": "string"
|
|
2759
|
+
},
|
|
2760
|
+
"domain": {
|
|
2761
|
+
"type": "string"
|
|
2762
|
+
},
|
|
2763
|
+
"callbackUrl": {
|
|
2764
|
+
"type": "string"
|
|
2765
|
+
},
|
|
2766
|
+
"audience": {
|
|
2767
|
+
"type": "string"
|
|
2768
|
+
},
|
|
2769
|
+
"connection": {
|
|
2770
|
+
"type": "string"
|
|
2771
|
+
},
|
|
2772
|
+
"connectionScope": {
|
|
2773
|
+
"type": "string"
|
|
2774
|
+
}
|
|
2775
|
+
},
|
|
2776
|
+
"required": [
|
|
2777
|
+
"clientId",
|
|
2778
|
+
"clientSecret",
|
|
2779
|
+
"domain"
|
|
2780
|
+
]
|
|
2781
|
+
}
|
|
2782
|
+
}
|
|
2783
|
+
}
|
|
2784
|
+
}
|
|
2785
|
+
}
|
|
2786
|
+
}
|
|
2787
|
+
},
|
|
2788
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
2789
|
+
},
|
|
2790
|
+
"packageName": "@backstage/plugin-auth-backend-module-auth0-provider"
|
|
2791
|
+
},
|
|
2736
2792
|
{
|
|
2737
2793
|
"path": "../../plugins/auth-backend-module-atlassian-provider/config.d.ts",
|
|
2738
2794
|
"value": {
|
|
@@ -2849,62 +2905,6 @@
|
|
|
2849
2905
|
},
|
|
2850
2906
|
"packageName": "@backstage/plugin-auth-backend-module-atlassian-provider"
|
|
2851
2907
|
},
|
|
2852
|
-
{
|
|
2853
|
-
"path": "../../plugins/auth-backend-module-auth0-provider/config.d.ts",
|
|
2854
|
-
"value": {
|
|
2855
|
-
"type": "object",
|
|
2856
|
-
"properties": {
|
|
2857
|
-
"auth": {
|
|
2858
|
-
"type": "object",
|
|
2859
|
-
"properties": {
|
|
2860
|
-
"providers": {
|
|
2861
|
-
"type": "object",
|
|
2862
|
-
"properties": {
|
|
2863
|
-
"auth0": {
|
|
2864
|
-
"visibility": "frontend",
|
|
2865
|
-
"type": "object",
|
|
2866
|
-
"additionalProperties": {
|
|
2867
|
-
"type": "object",
|
|
2868
|
-
"properties": {
|
|
2869
|
-
"clientId": {
|
|
2870
|
-
"type": "string"
|
|
2871
|
-
},
|
|
2872
|
-
"clientSecret": {
|
|
2873
|
-
"visibility": "secret",
|
|
2874
|
-
"type": "string"
|
|
2875
|
-
},
|
|
2876
|
-
"domain": {
|
|
2877
|
-
"type": "string"
|
|
2878
|
-
},
|
|
2879
|
-
"callbackUrl": {
|
|
2880
|
-
"type": "string"
|
|
2881
|
-
},
|
|
2882
|
-
"audience": {
|
|
2883
|
-
"type": "string"
|
|
2884
|
-
},
|
|
2885
|
-
"connection": {
|
|
2886
|
-
"type": "string"
|
|
2887
|
-
},
|
|
2888
|
-
"connectionScope": {
|
|
2889
|
-
"type": "string"
|
|
2890
|
-
}
|
|
2891
|
-
},
|
|
2892
|
-
"required": [
|
|
2893
|
-
"clientId",
|
|
2894
|
-
"clientSecret",
|
|
2895
|
-
"domain"
|
|
2896
|
-
]
|
|
2897
|
-
}
|
|
2898
|
-
}
|
|
2899
|
-
}
|
|
2900
|
-
}
|
|
2901
|
-
}
|
|
2902
|
-
}
|
|
2903
|
-
},
|
|
2904
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
2905
|
-
},
|
|
2906
|
-
"packageName": "@backstage/plugin-auth-backend-module-auth0-provider"
|
|
2907
|
-
},
|
|
2908
2908
|
{
|
|
2909
2909
|
"path": "../../plugins/auth-backend-module-bitbucket-provider/config.d.ts",
|
|
2910
2910
|
"value": {
|
|
@@ -3168,7 +3168,7 @@
|
|
|
3168
3168
|
"packageName": "@backstage/plugin-auth-backend-module-cloudflare-access-provider"
|
|
3169
3169
|
},
|
|
3170
3170
|
{
|
|
3171
|
-
"path": "../../plugins/auth-backend-module-
|
|
3171
|
+
"path": "../../plugins/auth-backend-module-gcp-iap-provider/config.d.ts",
|
|
3172
3172
|
"value": {
|
|
3173
3173
|
"type": "object",
|
|
3174
3174
|
"properties": {
|
|
@@ -3178,7 +3178,113 @@
|
|
|
3178
3178
|
"providers": {
|
|
3179
3179
|
"type": "object",
|
|
3180
3180
|
"properties": {
|
|
3181
|
-
"
|
|
3181
|
+
"gcpIap": {
|
|
3182
|
+
"description": "Configuration for the Google Cloud Platform Identity-Aware Proxy (IAP) auth provider.",
|
|
3183
|
+
"type": "object",
|
|
3184
|
+
"properties": {
|
|
3185
|
+
"audience": {
|
|
3186
|
+
"description": "The audience to use when validating incoming JWT tokens.\nSee https://backstage.io/docs/auth/google/gcp-iap-auth",
|
|
3187
|
+
"type": "string"
|
|
3188
|
+
},
|
|
3189
|
+
"jwtHeader": {
|
|
3190
|
+
"description": "The name of the header to read the JWT token from, defaults to `'x-goog-iap-jwt-assertion'`.",
|
|
3191
|
+
"type": "string"
|
|
3192
|
+
},
|
|
3193
|
+
"signIn": {
|
|
3194
|
+
"type": "object",
|
|
3195
|
+
"properties": {
|
|
3196
|
+
"resolvers": {
|
|
3197
|
+
"type": "array",
|
|
3198
|
+
"items": {
|
|
3199
|
+
"anyOf": [
|
|
3200
|
+
{
|
|
3201
|
+
"type": "object",
|
|
3202
|
+
"properties": {
|
|
3203
|
+
"resolver": {
|
|
3204
|
+
"type": "string",
|
|
3205
|
+
"const": "emailMatchingUserEntityAnnotation"
|
|
3206
|
+
}
|
|
3207
|
+
},
|
|
3208
|
+
"required": [
|
|
3209
|
+
"resolver"
|
|
3210
|
+
]
|
|
3211
|
+
},
|
|
3212
|
+
{
|
|
3213
|
+
"type": "object",
|
|
3214
|
+
"properties": {
|
|
3215
|
+
"resolver": {
|
|
3216
|
+
"type": "string",
|
|
3217
|
+
"const": "idMatchingUserEntityAnnotation"
|
|
3218
|
+
}
|
|
3219
|
+
},
|
|
3220
|
+
"required": [
|
|
3221
|
+
"resolver"
|
|
3222
|
+
]
|
|
3223
|
+
},
|
|
3224
|
+
{
|
|
3225
|
+
"type": "object",
|
|
3226
|
+
"properties": {
|
|
3227
|
+
"resolver": {
|
|
3228
|
+
"type": "string",
|
|
3229
|
+
"const": "emailLocalPartMatchingUserEntityName"
|
|
3230
|
+
},
|
|
3231
|
+
"allowedDomains": {
|
|
3232
|
+
"type": "array",
|
|
3233
|
+
"items": {
|
|
3234
|
+
"type": "string"
|
|
3235
|
+
}
|
|
3236
|
+
}
|
|
3237
|
+
},
|
|
3238
|
+
"required": [
|
|
3239
|
+
"resolver"
|
|
3240
|
+
]
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"type": "object",
|
|
3244
|
+
"properties": {
|
|
3245
|
+
"resolver": {
|
|
3246
|
+
"type": "string",
|
|
3247
|
+
"const": "emailMatchingUserEntityProfileEmail"
|
|
3248
|
+
}
|
|
3249
|
+
},
|
|
3250
|
+
"required": [
|
|
3251
|
+
"resolver"
|
|
3252
|
+
]
|
|
3253
|
+
}
|
|
3254
|
+
]
|
|
3255
|
+
}
|
|
3256
|
+
}
|
|
3257
|
+
},
|
|
3258
|
+
"required": [
|
|
3259
|
+
"resolvers"
|
|
3260
|
+
]
|
|
3261
|
+
}
|
|
3262
|
+
},
|
|
3263
|
+
"required": [
|
|
3264
|
+
"audience"
|
|
3265
|
+
]
|
|
3266
|
+
}
|
|
3267
|
+
}
|
|
3268
|
+
}
|
|
3269
|
+
}
|
|
3270
|
+
}
|
|
3271
|
+
},
|
|
3272
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3273
|
+
},
|
|
3274
|
+
"packageName": "@backstage/plugin-auth-backend-module-gcp-iap-provider"
|
|
3275
|
+
},
|
|
3276
|
+
{
|
|
3277
|
+
"path": "../../plugins/auth-backend-module-gitlab-provider/config.d.ts",
|
|
3278
|
+
"value": {
|
|
3279
|
+
"type": "object",
|
|
3280
|
+
"properties": {
|
|
3281
|
+
"auth": {
|
|
3282
|
+
"type": "object",
|
|
3283
|
+
"properties": {
|
|
3284
|
+
"providers": {
|
|
3285
|
+
"type": "object",
|
|
3286
|
+
"properties": {
|
|
3287
|
+
"gitlab": {
|
|
3182
3288
|
"visibility": "frontend",
|
|
3183
3289
|
"type": "object",
|
|
3184
3290
|
"additionalProperties": {
|
|
@@ -3191,10 +3297,10 @@
|
|
|
3191
3297
|
"visibility": "secret",
|
|
3192
3298
|
"type": "string"
|
|
3193
3299
|
},
|
|
3194
|
-
"
|
|
3300
|
+
"audience": {
|
|
3195
3301
|
"type": "string"
|
|
3196
3302
|
},
|
|
3197
|
-
"
|
|
3303
|
+
"callbackUrl": {
|
|
3198
3304
|
"type": "string"
|
|
3199
3305
|
},
|
|
3200
3306
|
"additionalScopes": {
|
|
@@ -3281,10 +3387,10 @@
|
|
|
3281
3387
|
},
|
|
3282
3388
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3283
3389
|
},
|
|
3284
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3390
|
+
"packageName": "@backstage/plugin-auth-backend-module-gitlab-provider"
|
|
3285
3391
|
},
|
|
3286
3392
|
{
|
|
3287
|
-
"path": "../../plugins/auth-backend-module-
|
|
3393
|
+
"path": "../../plugins/auth-backend-module-github-provider/config.d.ts",
|
|
3288
3394
|
"value": {
|
|
3289
3395
|
"type": "object",
|
|
3290
3396
|
"properties": {
|
|
@@ -3294,7 +3400,7 @@
|
|
|
3294
3400
|
"providers": {
|
|
3295
3401
|
"type": "object",
|
|
3296
3402
|
"properties": {
|
|
3297
|
-
"
|
|
3403
|
+
"github": {
|
|
3298
3404
|
"visibility": "frontend",
|
|
3299
3405
|
"type": "object",
|
|
3300
3406
|
"additionalProperties": {
|
|
@@ -3307,10 +3413,10 @@
|
|
|
3307
3413
|
"visibility": "secret",
|
|
3308
3414
|
"type": "string"
|
|
3309
3415
|
},
|
|
3310
|
-
"
|
|
3416
|
+
"callbackUrl": {
|
|
3311
3417
|
"type": "string"
|
|
3312
3418
|
},
|
|
3313
|
-
"
|
|
3419
|
+
"enterpriseInstanceUrl": {
|
|
3314
3420
|
"type": "string"
|
|
3315
3421
|
},
|
|
3316
3422
|
"additionalScopes": {
|
|
@@ -3397,7 +3503,7 @@
|
|
|
3397
3503
|
},
|
|
3398
3504
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3399
3505
|
},
|
|
3400
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3506
|
+
"packageName": "@backstage/plugin-auth-backend-module-github-provider"
|
|
3401
3507
|
},
|
|
3402
3508
|
{
|
|
3403
3509
|
"path": "../../plugins/auth-backend-module-google-provider/config.d.ts",
|
|
@@ -4104,112 +4210,6 @@
|
|
|
4104
4210
|
},
|
|
4105
4211
|
"packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
|
|
4106
4212
|
},
|
|
4107
|
-
{
|
|
4108
|
-
"path": "../../plugins/auth-backend-module-gcp-iap-provider/config.d.ts",
|
|
4109
|
-
"value": {
|
|
4110
|
-
"type": "object",
|
|
4111
|
-
"properties": {
|
|
4112
|
-
"auth": {
|
|
4113
|
-
"type": "object",
|
|
4114
|
-
"properties": {
|
|
4115
|
-
"providers": {
|
|
4116
|
-
"type": "object",
|
|
4117
|
-
"properties": {
|
|
4118
|
-
"gcpIap": {
|
|
4119
|
-
"description": "Configuration for the Google Cloud Platform Identity-Aware Proxy (IAP) auth provider.",
|
|
4120
|
-
"type": "object",
|
|
4121
|
-
"properties": {
|
|
4122
|
-
"audience": {
|
|
4123
|
-
"description": "The audience to use when validating incoming JWT tokens.\nSee https://backstage.io/docs/auth/google/gcp-iap-auth",
|
|
4124
|
-
"type": "string"
|
|
4125
|
-
},
|
|
4126
|
-
"jwtHeader": {
|
|
4127
|
-
"description": "The name of the header to read the JWT token from, defaults to `'x-goog-iap-jwt-assertion'`.",
|
|
4128
|
-
"type": "string"
|
|
4129
|
-
},
|
|
4130
|
-
"signIn": {
|
|
4131
|
-
"type": "object",
|
|
4132
|
-
"properties": {
|
|
4133
|
-
"resolvers": {
|
|
4134
|
-
"type": "array",
|
|
4135
|
-
"items": {
|
|
4136
|
-
"anyOf": [
|
|
4137
|
-
{
|
|
4138
|
-
"type": "object",
|
|
4139
|
-
"properties": {
|
|
4140
|
-
"resolver": {
|
|
4141
|
-
"type": "string",
|
|
4142
|
-
"const": "emailMatchingUserEntityAnnotation"
|
|
4143
|
-
}
|
|
4144
|
-
},
|
|
4145
|
-
"required": [
|
|
4146
|
-
"resolver"
|
|
4147
|
-
]
|
|
4148
|
-
},
|
|
4149
|
-
{
|
|
4150
|
-
"type": "object",
|
|
4151
|
-
"properties": {
|
|
4152
|
-
"resolver": {
|
|
4153
|
-
"type": "string",
|
|
4154
|
-
"const": "idMatchingUserEntityAnnotation"
|
|
4155
|
-
}
|
|
4156
|
-
},
|
|
4157
|
-
"required": [
|
|
4158
|
-
"resolver"
|
|
4159
|
-
]
|
|
4160
|
-
},
|
|
4161
|
-
{
|
|
4162
|
-
"type": "object",
|
|
4163
|
-
"properties": {
|
|
4164
|
-
"resolver": {
|
|
4165
|
-
"type": "string",
|
|
4166
|
-
"const": "emailLocalPartMatchingUserEntityName"
|
|
4167
|
-
},
|
|
4168
|
-
"allowedDomains": {
|
|
4169
|
-
"type": "array",
|
|
4170
|
-
"items": {
|
|
4171
|
-
"type": "string"
|
|
4172
|
-
}
|
|
4173
|
-
}
|
|
4174
|
-
},
|
|
4175
|
-
"required": [
|
|
4176
|
-
"resolver"
|
|
4177
|
-
]
|
|
4178
|
-
},
|
|
4179
|
-
{
|
|
4180
|
-
"type": "object",
|
|
4181
|
-
"properties": {
|
|
4182
|
-
"resolver": {
|
|
4183
|
-
"type": "string",
|
|
4184
|
-
"const": "emailMatchingUserEntityProfileEmail"
|
|
4185
|
-
}
|
|
4186
|
-
},
|
|
4187
|
-
"required": [
|
|
4188
|
-
"resolver"
|
|
4189
|
-
]
|
|
4190
|
-
}
|
|
4191
|
-
]
|
|
4192
|
-
}
|
|
4193
|
-
}
|
|
4194
|
-
},
|
|
4195
|
-
"required": [
|
|
4196
|
-
"resolvers"
|
|
4197
|
-
]
|
|
4198
|
-
}
|
|
4199
|
-
},
|
|
4200
|
-
"required": [
|
|
4201
|
-
"audience"
|
|
4202
|
-
]
|
|
4203
|
-
}
|
|
4204
|
-
}
|
|
4205
|
-
}
|
|
4206
|
-
}
|
|
4207
|
-
}
|
|
4208
|
-
},
|
|
4209
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4210
|
-
},
|
|
4211
|
-
"packageName": "@backstage/plugin-auth-backend-module-gcp-iap-provider"
|
|
4212
|
-
},
|
|
4213
4213
|
{
|
|
4214
4214
|
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-catalog-react/node_modules/@backstage/core-components/config.d.ts",
|
|
4215
4215
|
"value": {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Backstage is an open source framework for building developer portals"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Techdocs Preview App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Backstage is an open source framework for building developer portals"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Techdocs Preview App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.3351f180.js"></script><script defer="defer" src="/static/module-material-ui.b24ef3a3.js"></script><script defer="defer" src="/static/module-lodash.aa647045.js"></script><script defer="defer" src="/static/module-date-fns.c633d602.js"></script><script defer="defer" src="/static/module-mui.f702282a.js"></script><script defer="defer" src="/static/module-material-table.d6e8d890.js"></script><script defer="defer" src="/static/module-react-dom.42a304d3.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.b474cfe9.js"></script><script defer="defer" src="/static/module-zod.4f2eeb8c.js"></script><script defer="defer" src="/static/module-i18next.f50c1612.js"></script><script defer="defer" src="/static/module-remix-run.ae6d33c5.js"></script><script defer="defer" src="/static/vendor.3351f180.js"></script><script defer="defer" src="/static/main.3351f180.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
color="#5bbad5"
|
|
43
43
|
/>
|
|
44
44
|
<title><%= config.getString('app.title') %></title>
|
|
45
|
-
<meta name="backstage-app-mode" content="public"><meta name="backstage-public-path" content="<%= publicPath %>/"><script defer src="<%= publicPath %>/static/runtime.
|
|
45
|
+
<meta name="backstage-app-mode" content="public"><meta name="backstage-public-path" content="<%= publicPath %>/"><script defer src="<%= publicPath %>/static/runtime.3351f180.js"></script><script defer src="<%= publicPath %>/static/module-material-ui.b24ef3a3.js"></script><script defer src="<%= publicPath %>/static/module-lodash.aa647045.js"></script><script defer src="<%= publicPath %>/static/module-date-fns.c633d602.js"></script><script defer src="<%= publicPath %>/static/module-mui.f702282a.js"></script><script defer src="<%= publicPath %>/static/module-material-table.d6e8d890.js"></script><script defer src="<%= publicPath %>/static/module-react-dom.42a304d3.js"></script><script defer src="<%= publicPath %>/static/module-react-beautiful-dnd.b474cfe9.js"></script><script defer src="<%= publicPath %>/static/module-zod.4f2eeb8c.js"></script><script defer src="<%= publicPath %>/static/module-i18next.f50c1612.js"></script><script defer src="<%= publicPath %>/static/module-remix-run.ae6d33c5.js"></script><script defer src="<%= publicPath %>/static/vendor.3351f180.js"></script><script defer src="<%= publicPath %>/static/main.3351f180.js"></script></head>
|
|
46
46
|
<body>
|
|
47
47
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
48
48
|
<div id="root"></div>
|