@techdocs/cli 1.5.0-next.3 → 1.5.1

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 CHANGED
@@ -1,5 +1,28 @@
1
1
  # @techdocs/cli
2
2
 
3
+ ## 1.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.19.6
9
+ - @backstage/plugin-techdocs-node@1.8.1
10
+
11
+ ## 1.5.0
12
+
13
+ ### Minor Changes
14
+
15
+ - 10a86bd4ae12: Add optional config and cli option for techdocs to specify default mkdocs plugins.
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/backend-common@0.19.5
21
+ - @backstage/config@1.1.0
22
+ - @backstage/catalog-model@1.4.2
23
+ - @backstage/plugin-techdocs-node@1.8.0
24
+ - @backstage/cli-common@0.1.12
25
+
3
26
  ## 1.5.0-next.3
4
27
 
5
28
  ### Patch Changes
@@ -323,6 +323,51 @@
323
323
  "$schema": "http://json-schema.org/draft-07/schema#"
324
324
  }
325
325
  },
326
+ {
327
+ "path": "../core-components/config.d.ts",
328
+ "value": {
329
+ "type": "object",
330
+ "properties": {
331
+ "auth": {
332
+ "type": "object",
333
+ "properties": {
334
+ "autologout": {
335
+ "description": "Autologout feature configuration",
336
+ "type": "object",
337
+ "properties": {
338
+ "enabled": {
339
+ "description": "Enable or disable the autologout feature",
340
+ "visibility": "frontend",
341
+ "type": "boolean"
342
+ },
343
+ "idleTimeoutMinutes": {
344
+ "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
345
+ "visibility": "frontend",
346
+ "type": "number"
347
+ },
348
+ "promptBeforeIdleSeconds": {
349
+ "description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
350
+ "visibility": "frontend",
351
+ "type": "number"
352
+ },
353
+ "useWorkerTimers": {
354
+ "description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
355
+ "visibility": "frontend",
356
+ "type": "boolean"
357
+ },
358
+ "logoutIfDisconnected": {
359
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
360
+ "visibility": "frontend",
361
+ "type": "boolean"
362
+ }
363
+ }
364
+ }
365
+ }
366
+ }
367
+ },
368
+ "$schema": "http://json-schema.org/draft-07/schema#"
369
+ }
370
+ },
326
371
  {
327
372
  "path": "../../plugins/techdocs/config.d.ts",
328
373
  "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 platform for building developer portals"/><link rel="apple-touch-icon" href="/logo192.png"/><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><script defer="defer" src="/static/runtime.6e8bb883.js"></script><script defer="defer" src="/static/module-material-ui.1b712255.js"></script><script defer="defer" src="/static/module-lodash.8166f005.js"></script><script defer="defer" src="/static/module-date-fns.b8b6c380.js"></script><script defer="defer" src="/static/module-material-table.0f5635dd.js"></script><script defer="defer" src="/static/module-react-dom.07625e59.js"></script><script defer="defer" src="/static/module-react-router.8e9755f1.js"></script><script defer="defer" src="/static/module-react-router-dom.a0f835fd.js"></script><script defer="defer" src="/static/module-zod.c74c6842.js"></script><script defer="defer" src="/static/module-i18next.b10d0f28.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.62627182.js"></script><script defer="defer" src="/static/vendor.6e8bb883.js"></script><script defer="defer" src="/static/main.6e8bb883.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
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 platform for building developer portals"/><link rel="apple-touch-icon" href="/logo192.png"/><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><script defer="defer" src="/static/runtime.04af2edd.js"></script><script defer="defer" src="/static/module-material-ui.1b712255.js"></script><script defer="defer" src="/static/module-lodash.8166f005.js"></script><script defer="defer" src="/static/module-date-fns.b8b6c380.js"></script><script defer="defer" src="/static/module-material-table.0f5635dd.js"></script><script defer="defer" src="/static/module-react-dom.07625e59.js"></script><script defer="defer" src="/static/module-react-router.8e9755f1.js"></script><script defer="defer" src="/static/module-react-router-dom.a0f835fd.js"></script><script defer="defer" src="/static/module-zod.c74c6842.js"></script><script defer="defer" src="/static/module-i18next.db8a27ed.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.62627182.js"></script><script defer="defer" src="/static/vendor.04af2edd.js"></script><script defer="defer" src="/static/main.04af2edd.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>