Commit Graph

1317 Commits

Author SHA1 Message Date
Patrik Oldsberg 62735024ad docs/features/techdocs: wrap file extensions in code blocks
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-10-17 13:10:14 +02:00
John Philip 310f6ea5e1 Merge pull request #20229 from Ericsson/plantuml-support-enhancement
[TechDocs] Enhance PlantUML support in the techdocs container to include external puml or pu files
2023-10-11 15:08:14 -04:00
Fredrik Adelöw 4cfe1fb455 Merge pull request #20450 from Teemukoivumaa/fix/arrayOfObjects
fix: init array with another types with one item
2023-10-11 12:18:37 +02:00
Fredrik Adelöw 33de43f491 Merge pull request #20498 from Silthus/docs/local-config
docs: add example for including local catalog files
2023-10-11 11:50:13 +02:00
Reichenbach, Michael e57ba03798 docs: add example for including local catalog files
Signed-off-by: Reichenbach, Michael <michael.reichenbach@interhyp.de>
2023-10-10 13:34:06 +02:00
Patrik Oldsberg d5758bbfa8 Merge pull request #19971 from awanlin/docs/updated-around-other-pulgin-types
docs: updated around other plugin types
2023-10-10 11:56:42 +02:00
Teemu Koivumaa f932ee9865 docs: make arrayObjects more usable from the start
Signed-off-by: Teemu Koivumaa <teemuk15@gmail.com>
2023-10-09 20:02:18 +03:00
Morgan Bentell 60f9546a0d update cli documentation
Signed-off-by: Morgan Bentell <mbentell@spotify.com>
2023-10-06 11:14:45 +02:00
John Philip 94c762414b Merge pull request #20109 from kurtaking/remove-alpha-from-import
docs: remove alpha from import in techdoc addons
2023-10-05 19:00:22 -04:00
Camila Belo 8623fdeca8 refactor(search): apply review suggestions - second round
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-10-04 15:05:29 +02:00
Camila Belo 861fd40fe8 refactor(search): apply review suggestions
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-10-04 15:04:49 +02:00
Camila Belo 165c5edf04 docs(search): draft search extension docs page
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-10-04 15:04:49 +02:00
Lavanya Sainik acf7400c5a [TechDocs] Enhance PlantUML support in the techdocs container to include external puml or pu files
Issue Reference  #20184

Signed-off-by: Lavanya Sainik <lavanya.sainik@ericsson.com>
2023-09-29 10:42:45 +01:00
Andre Wanlin 149af9bfca changes based on feedback
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2023-09-28 14:15:33 -05:00
Andre Wanlin 17bf9fce0b docs: updated aroung other plugin types
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2023-09-28 14:11:43 -05:00
Miguel Alexandre f6c84edf55 Update configuring-ci-cd.md
Signed-off-by: Miguel Alexandre <Symbianx@users.noreply.github.com>
2023-09-26 14:23:47 +02:00
Patrik Oldsberg ba8dee5f1c Merge branch 'master' into how-to-use-other-plugins
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-09-26 10:47:30 +02:00
Kurt King 715432ce71 chore: remove alpha from import
Signed-off-by: Kurt King <kurtaking@gmail.com>
2023-09-22 07:53:34 -06:00
Ben Lambert 8498c27ee3 Merge pull request #20068 from solimant/patch-2
Update external-integrations.md
2023-09-22 12:06:32 +02:00
Lari Mahlio 89d5d32d4c docs: update instructions for Techdocs setup with Docker
Signed-off-by: Lari Mahlio <lari.mahlio@gmail.com>
2023-09-21 21:57:10 +03:00
solimant 56df728122 Update external-integrations.md
Signed-off-by: solimant <solimant@users.noreply.github.com>
2023-09-21 18:48:58 +00:00
Fredrik Adelöw 57b0d64e95 Merge pull request #19876 from backstage/mob/backend-system-finalizations
Moved `ScaffolderEntitiesProcessor` and `catalogModuleTemplateKind` to a dedicated module
2023-09-12 12:16:09 +02:00
Ben Lambert b913708086 Merge pull request #19594 from rikez/rikez/parse-entity-ref-filter
feat(scaffolder): allow default kind and namespace args on parseEntityRef filter
2023-09-12 11:03:49 +02:00
Fredrik Adelöw 13bee4b8db renames
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-09-12 10:54:09 +02:00
Fredrik Adelöw 760e83252b fix docs
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-09-12 10:20:30 +02:00
Enrico Alvarenga 6ea9deab3d docs(writing-templates): correct typos
Signed-off-by: Enrico Alvarenga <enricomalvarenga@gmail.com>
2023-09-11 08:34:54 -07:00
CarlosPet 17953061c4 Added AWS documentation in Kubernetes Authentication Documentation (#19588)
* Added AWS documentation in Kubernetes Authentication Documentation

I included instructions on how to configure the AWS server side authentication while using the Kubernetes plug-in.

Signed-off-by: Carlos Inocencio <carlos.inocencio@petco.com>

* Update authentication.md

Updated `aws` reference to use in-line code blocks to avoid triggering an error in the code checks

Signed-off-by: Carlos Inocencio <carlos.inocencio@petco.com>

---------

Signed-off-by: Carlos Inocencio <carlos.inocencio@petco.com>
2023-09-05 14:00:12 +00:00
jrwpatterson 4d852e46ca Merge branch 'master' of https://github.com/backstage/backstage into feat/reference-external-docs 2023-08-30 12:57:15 +10:00
Enrico Alvarenga 9665ecee84 docs(writing-templates): add built in filters section
Signed-off-by: Enrico Alvarenga <enricomalvarenga@gmail.com>
2023-08-29 11:05:55 -07:00
Rickard Dybeck d1aa79a20e [catalog] Update api documentation (#19520)
* [catalog] Update api documentation

Update catalog api documentation for location endpoint.

Signed-off-by: Rickard Dybeck <dybeck@spotify.com>
2023-08-29 13:26:56 +00:00
Fredrik Adelöw 6806a0c5f2 Merge pull request #19632 from backstage/freben/catalog-proc-int
allow app-config of the catalog processingInterval
2023-08-29 12:07:01 +02:00
Fredrik Adelöw 22df31d891 docs
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-08-29 09:28:01 +02:00
jrwpatterson 156c41e1a7 Merge branch 'master' of https://github.com/backstage/backstage into feat/reference-external-docs 2023-08-28 08:00:59 +10:00
Morgan Bentell 3b97f2212f add how to section for using other mkdocs plugins
Signed-off-by: Morgan Bentell <mbentell@spotify.com>
2023-08-25 17:28:54 +02:00
Aswath S 0de6b837f4 Merge branch 'backstage:master' into feat/techdocs-azurite-support 2023-08-24 20:51:59 +05:30
Sydney Achinger 627e4e28d2 Merge pull request #18615 from SDA-SE/feat/techdocs_lightbox_zoom
feat(techdocs-module-lightbox): Enable zoom for techdocs images inside lightbox
2023-08-23 10:30:50 -04:00
Ben Lambert 77b971ac30 Merge pull request #19381 from VladMasarik/add-docs-orphans2
Docs: Add docs about config option to auto clean up orphans
2023-08-23 12:41:51 +02:00
Morgan Bentell dbc4b61f6d Merge pull request #18699 from SDA-SE/feat/default-mkdocs-plugins
feat: support custom default plugins for techdocs
2023-08-23 10:58:43 +02:00
jrwpatterson 56e5baf7f0 Merge branch 'master' of https://github.com/backstage/backstage into feat/reference-external-docs 2023-08-23 08:33:33 +10:00
Aswath S 25bf8e828e Merge branch 'backstage:master' into feat/techdocs-azurite-support 2023-08-22 23:07:19 +05:30
Dominik Schwank fe81abb8da feat(techdocs-cli): add --defaultPlugin argument to the generate command
Signed-off-by: Dominik Schwank <dominik.schwank@sda.se>
2023-08-22 17:17:48 +02:00
Vladimir Masarik 683b3318a8 update configuration text as well
Signed-off-by: Vladimir Masarik <masarik.vladimir7@gmail.com>
2023-08-21 20:47:31 +02:00
Fredrik Adelöw aed63d4df9 Merge pull request #18895 from fevrin/fevrin/fix-backstage-plugin-link
docs: fix a link to the frontend Backstage plugin
2023-08-18 14:05:37 +02:00
Fevrin 4b8008c4d3 docs: minor grammatical fixes
Signed-off-by: Fevrin <5051062+fevrin@users.noreply.github.com>
2023-08-17 01:09:20 -04:00
Aswath S 313a498f33 Merge branch 'backstage:master' into feat/techdocs-azurite-support 2023-08-16 10:44:01 +05:30
Vladimir Masarik b74d028214 Add docs about config option to auto clean up orphans
Signed-off-by: Vladimir Masarik <masarik.vladimir7@gmail.com>
2023-08-15 16:47:36 +02:00
Patrik Oldsberg 1cf9bf1c5f Merge pull request #19345 from awanlin/topic/update-custom-techdocs-home-docs
Updated CustomTechDocsHome code example
2023-08-13 11:37:42 +02:00
Patrik Oldsberg 25fbe05bbf Merge pull request #19336 from grvpandey11/master
Add Microsoft Teams actions plugin to microsite
2023-08-13 11:29:19 +02:00
Patrik Oldsberg 9da49dae98 Merge pull request #19227 from mbenson/doc_group_children
document correct generated relations for group.children
2023-08-12 16:51:17 +02:00
Patrik Oldsberg 405b56950d Merge pull request #18896 from fidelity/fidelity-20230726-132603
fix(documentation) Bug #18728: react-json-schema-form link has been moved to a new location
2023-08-12 16:32:29 +02:00