Patrik Oldsberg
712f96a86f
Merge pull request #27934 from minkimcello/mk/cli-templates
...
Declarative CLI Templates
2025-02-11 14:47:55 +01:00
Patrik Oldsberg
b5f489aa79
docs/tooling: update cli templating docs to reflect new design
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-02-10 17:25:40 +01:00
Fredrik Adelöw
79b242cdc8
Merge pull request #28785 from backstage/freben/brk
...
fix some accidental extra newlines in docs
2025-02-10 15:13:44 +01:00
Fredrik Adelöw
c93a9243a2
fix some accidental extra newlines in docs
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2025-02-10 13:34:58 +01:00
Łukasz Jernaś
56d88c2ecc
fix(doc): Remove duplicate return statement
...
Removes duplicate return statement and fixes some
trivial grammar issues.
Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com >
2025-02-10 11:11:50 +01:00
Mihai Tabara
95966751c8
Fix type in templates input examples
...
Signed-off-by: Mihai Tabara <mihait@spotify.com >
2025-02-07 14:13:39 +00:00
Ben Lambert
a72ea5017b
Merge pull request #27499 from dzemanov/add-kubernetes-permission
...
feat(kubernetes): introduce kubernetes permission
2025-02-04 13:10:16 +01:00
Dominika Zemanovicova
f47658612a
Update internationalization kubernetes docs
...
Signed-off-by: Dominika Zemanovicova <dzemanov@redhat.com >
2025-02-04 11:56:04 +01:00
Ben Lambert
90f73c6d25
Merge pull request #28375 from jvmdc/patch-2
...
Fix checkpoint example in "Writing custom actions"
2025-01-28 10:08:41 +01:00
blam
91af9682be
chore: pretty :nails:
...
Signed-off-by: blam <ben@blam.sh >
2025-01-28 09:55:42 +01:00
Ben Lambert
edbec62129
Merge pull request #28583 from AmbrishRamachandiran/software-catalog-docs
...
Updated docs of Software catalog docs
2025-01-28 09:39:41 +01:00
Andre Wanlin
ed8b541ea9
Merge pull request #28418 from stephenglass/docs-field-validators
...
add documentation for async field extension validators
2025-01-27 15:17:27 -06:00
Dominika Zemanovicova
2e1a3b446e
Specify endpoints
...
Signed-off-by: Dominika Zemanovicova <dzemanov@redhat.com >
2025-01-24 10:17:26 +01:00
Dominika Zemanovicova
d131384763
Add docs
...
Signed-off-by: Dominika Zemanovicova <dzemanov@redhat.com >
2025-01-24 10:17:26 +01:00
Min Kim
6eecf9e9fc
Update all references of the new command in docs
...
Signed-off-by: Min Kim <minkimcello@gmail.com >
2025-01-23 22:35:21 -05:00
Fredrik Adelöw
e332cfacdb
strengthen the case sensitivity statements about refs
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2025-01-22 11:42:34 +01:00
AmbrishRamachandiran
160b7a265c
Updated docs of Software catalog docs
...
Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com >
2025-01-22 11:11:29 +05:30
John Philip
47e429861d
Merge pull request #27853 from autodesk-forks/nikolarAutodesk/makeTechDocsCustomizable
...
[plugin-techdocs] Add props to increase flexibility and reusability
2025-01-20 03:25:59 -05:00
Florian Bauer
ac0e1acf78
Kubernetes: add option to fetch additional objectTypes which are not present in DEFAULT_OBJECTS ( #28150 )
...
* Fixed lack of secrets
Signed-off-by: Florian Fl Bauer <florian.fl.bauer@deutschebahn.com >
* add tests
Signed-off-by: Florian Fl Bauer <florian.fl.bauer@deutschebahn.com >
* remove log
Signed-off-by: Florian Fl Bauer <florian.fl.bauer@deutschebahn.com >
---------
Signed-off-by: Florian Fl Bauer <florian.fl.bauer@deutschebahn.com >
2025-01-17 08:15:39 -05:00
Laimis Juzeliūnas
8de3d2d53d
feat(techdocs): add support for AWS S3 retries in publisher ( #28446 )
...
This change is to allow a configurable retry in Backstage TechDocs AWS S3 publisher.
It introduces a new possible option for techdocs-cli publish called --awsMaxAttempts. This configuration when specified as a number translates to maxAttempts that is compatible with aws-sdk/client-s3 (JavaScript v3) S3Client class. The change will not break existing configuration setups - maxAttempts is optional and fallbacks to already existing defaults if not specified.
Signed-off-by: Laimis Juzeliūnas <asnelaimis@gmail.com >
2025-01-14 13:15:16 -05:00
nikolar
7dcbc669b7
clarify howtoguide
...
Signed-off-by: nikolar <reyna.nikolayev@autodesk.com >
2025-01-13 11:25:11 -08:00
AmbrishRamachandiran
5120b3482a
Updated docs of kubernetes configuration docs
...
Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com >
2025-01-13 16:04:53 +05:30
Stephen Glass
a46aebbd07
add documentation for async field extension validators
...
Signed-off-by: Stephen Glass <stephen@stephen.glass >
2025-01-09 00:55:33 -05:00
Ben Lambert
a8140d60f6
Merge pull request #28240 from awanlin/docs/remove-writing-actions-new
...
[Docs] Removed `new` from `addActions` call
2025-01-07 15:58:37 +01:00
jvmdc
203783ba48
Fix checkpoint example in "Writing custom actions"
...
The example was not using the correct parameters for setting up the checkpoint - You pass in an `opts` object rather than individual parameters.
Signed-off-by: jvmdc <109624469+jvmdc@users.noreply.github.com >
2025-01-06 12:56:49 +01:00
nikolar
0fc1936db4
fix custom props
...
Signed-off-by: nikolar <reyna.nikolayev@autodesk.com >
2024-12-20 17:39:44 -08:00
Andre Wanlin
3f82a0c99e
Merge pull request #27353 from jescalada/catalog-index-customization-example-new
...
Add custom column example for existing Kind
2024-12-20 08:15:41 -06:00
Andre Wanlin
7d635e1e86
Removed new
...
Signed-off-by: Andre Wanlin <awanlin@spotify.com >
2024-12-19 13:16:10 -06:00
AmbrishRamachandiran
a61cccb093
Updated docs of seach
...
Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com >
2024-12-19 12:07:16 +05:30
Reyna Nikolayev
845b0f17f5
Merge branch 'master' into nikolarAutodesk/makeTechDocsCustomizable
...
Signed-off-by: Reyna Nikolayev <146387693+nikolarAutodesk@users.noreply.github.com >
2024-12-10 16:40:53 -08:00
Fredrik Adelöw
973dd6f25d
fix some little things that vale was complaining about
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-12-10 14:31:54 +01:00
Gavin Clarke
93bfd674db
Add more template input examples to docs
...
Signed-off-by: Gavin Clarke <431018+gavinclarkeuk@users.noreply.github.com >
2024-12-06 14:58:18 +00:00
nikolar
351952cb93
renaming
...
Signed-off-by: nikolar <reyna.nikolayev@autodesk.com >
2024-12-03 15:41:04 -08:00
nikolar
1f40e6bf88
add docs and clean up
...
Signed-off-by: nikolar <reyna.nikolayev@autodesk.com >
2024-12-02 22:35:58 -08:00
Andre Wanlin
82aa728618
Merge pull request #27784 from jahller/patch-3
...
docs(techdocs): Update Docker command to install mkdocs
2024-11-28 15:04:23 -06:00
Ben Lambert
814599ca5a
Merge pull request #25975 from backstage/blam/secret-collection
...
scaffolder: Implement hooks for collecting secrets
2024-11-26 10:29:01 +01:00
Johan Haals
3e7570562a
Merge pull request #27596 from fidelity-contributions/feature/issue-27318
...
Feature/issue 27318
2024-11-26 10:25:29 +01:00
blam
e37287d2ea
chore: some quick docs
...
Signed-off-by: blam <ben@blam.sh >
2024-11-25 16:14:28 +01:00
Bari, Haider
d3768f94a9
fixed format issues
...
Signed-off-by: Bari, Haider <haider.bari@fmr.com >
2024-11-22 19:39:23 +00:00
Bari, Haider
89b2ed389e
shorten one of the examples
...
Signed-off-by: Bari, Haider <haider.bari@fmr.com >
2024-11-22 14:44:08 +00:00
Jan
062f6fdb56
docs(techdocs): Update Docker command to install mkdocs
...
Signed-off-by: Jan <herr.jan.heller@googlemail.com >
2024-11-22 13:13:58 +01:00
Juan Escalada
6d0b7bc126
Update docs/features/software-catalog/catalog-customization.md
...
Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com >
Signed-off-by: Juan Escalada <97265671+jescalada@users.noreply.github.com >
2024-11-18 19:29:30 -08:00
Juan Escalada
63d121cc56
Update docs/features/software-catalog/catalog-customization.md
...
Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com >
Signed-off-by: Juan Escalada <97265671+jescalada@users.noreply.github.com >
2024-11-18 19:28:59 -08:00
Juan Escalada
21af8faf5a
Update docs/features/software-catalog/catalog-customization.md
...
Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com >
Signed-off-by: Juan Escalada <97265671+jescalada@users.noreply.github.com >
2024-11-18 19:28:16 -08:00
Alex Lorenzi
0df455f94b
Update how-to-guides.md
...
small grammar update
Signed-off-by: Alex Lorenzi <671432+alexlorenzi@users.noreply.github.com >
2024-11-14 16:53:22 -05:00
Alex Lorenzi
0c9bd0abe5
Updated mermaid installation docs
...
Signed-off-by: Alex Lorenzi <alorenzi@spotify.com >
2024-11-14 16:41:03 -05:00
Bari, Haider
aa1921f0e0
fixed format issues
...
Signed-off-by: Bari, Haider <haider.bari@fmr.com >
2024-11-12 20:52:43 +00:00
Johan Haals
0206910b12
Merge pull request #27428 from padupe/docs/writing-custom-field-extension_add-imports
...
docs(docs/features/software-templates/writing-custom-field-extensionsmd): add pending imports.
2024-11-12 14:39:15 +01:00
Paulo Eduardo Peixoto
05c2dda150
docs(docs/features/software-templates/writing-custom-field-extensions.md): adjust the imports in a "separate" way.
...
Signed-off-by: Paulo Eduardo Peixoto <peixoto.pauloeduardo@gmail.com >
2024-11-12 09:53:58 -03:00
Fredrik Adelöw
661add02ac
Merge pull request #27537 from joshuagenders/stitching-docs
...
chore: Fix documentation for catalog backend stitching
2024-11-11 15:08:38 +01:00