131 Commits

Author SHA1 Message Date
Fredrik Adelöw bb7768ba06 docs: fix broken links and anchors across documentation
Fix ~30 broken links and anchors across the documentation site, including
incorrect relative paths, mismatched anchor names, zero-width characters
in URLs, and references to renamed or removed headings.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Fredrik Adelöw <freben@spotify.com>
2026-03-31 18:43:40 +02:00
Jon Koops 956133bf45 docs: recommend Node.js built-in proxy support for corporate proxies (#33006)
Node.js 22.21.0+ natively supports HTTP_PROXY, HTTPS_PROXY, and
NO_PROXY environment variables via NODE_USE_ENV_PROXY, eliminating the
need for undici and global-agent workarounds. This also works with
node-fetch and cross-fetch since they delegate to node:http/node:https
without overriding the HTTP agent.

Add a new corporate proxy tutorial under docs/ with the recommended
approach and update the legacy guide in contrib/ to point to it.
Update proxy references in the deployment, keeping-backstage-updated,
and TechDocs CLI docs to mention NODE_USE_ENV_PROXY.

Signed-off-by: Jon Koops <jonkoops@gmail.com>
2026-03-17 13:13:00 -04:00
Andre Wanlin daffbaf03a Missed some
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2026-01-05 12:25:53 -06:00
Andre Wanlin f1fe6fe90d Updated to use Node 24 and Debian Trixie
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2026-01-05 12:25:52 -06:00
aramissennyeydd 3904a1ac1c chore: point to new api reference site
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
2025-12-18 10:27:56 -07:00
Mathieu Benoit 6dbf53531f docs: Update docker.md - node:20 --> node:22 for base images
Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
2025-08-27 13:17:25 -04:00
vik-codes 57d6ca2b0b Update k8s.md
Updated the links for Learnk8s.io (now LearnKube.com)

Signed-off-by: vik-codes <72087695+vik-codes@users.noreply.github.com>
2025-07-22 01:20:48 +05:30
Andre Wanlin 0930b78d19 Update docs/deployment/docker.md
Co-authored-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com>
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2025-05-21 07:40:28 -05:00
Andre Wanlin 74a6d99143 Added warning
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2025-05-21 07:01:37 -05:00
Andre Wanlin 2f11f18d3d Docker - Added Prerequisites section
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2025-05-20 17:27:23 -05:00
Andre Wanlin db48129388 Merge pull request #28424 from gusega/patch-1
Update docker.md
2025-01-28 07:01:16 -06:00
AmbrishRamachandiran 9ab26f3cc5 Updated docs of k8s
Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
2025-01-13 10:50:54 +05:30
Gasan 35c4426f1d Update docker.md
line 223 already copies all the subfolders, files.

Signed-off-by: Gasan <465806+gusega@users.noreply.github.com>
2025-01-09 15:06:51 +01:00
Josh Santos 45962b004f Update deployment env vars
Signed-off-by: Josh Santos <josh.santos@napster.com>

Run prettier for docs

Signed-off-by: Josh Santos <josh.santos@napster.com>
2024-12-18 22:22:22 +07:00
Josh Santos ddf8d7cbcb Update environment variable name in kubernetes deployment docs
Signed-off-by: Josh Santos <josh.santos@napster.com>
2024-12-18 21:27:45 +07:00
Andre Wanlin 6e6db67d2f Merge pull request #27414 from awanlin/docs/yarn-plugin-adjustments
Backstage Yarn Plugin Docs adjustments
2024-11-20 13:00:36 -06:00
Johan Haals 24745ae545 Merge pull request #27672 from Parsifal-M/docs/getting-started-21828
[DOCS] Restructure the Getting Started Section
2024-11-19 11:48:07 +01:00
Andre Wanlin 5819f8d5e1 Backstage Yarn Plugin Docs adjustments
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-11-18 15:43:30 -06:00
Peter Macdonald b5baaf5723 moving docs around, updating deployment overview section to point to contrib folder for community deployment methods
Signed-off-by: Peter Macdonald <macdonald.peter90@gmail.com>
2024-11-18 09:13:42 +01:00
Peter Macdonald c7856c4633 pre-requisites too over the top, pepper the recommended key concepts where they are likely used
Signed-off-by: Peter Macdonald <macdonald.peter90@gmail.com>
2024-11-15 17:20:09 +01:00
RedlineTriad 0ee1d3f858 doc: remove runtime config from docker build instructions
Also fixes #27075

Signed-off-by: RedlineTriad <39059512+RedlineTriad@users.noreply.github.com>
2024-11-13 13:58:33 +01:00
Brian Fletcher b4520883c6 Fix Dockerfile deprecated syntax.
```
 1 warning found (use docker --debug to expand):
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 48)
```

Signed-off-by: Brian Fletcher <brian@roadie.io>
2024-10-14 13:38:08 +01:00
Patrik Oldsberg bc71718834 update docs to remove /alpha
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-10-11 16:50:08 +02:00
Andre Wanlin 94612ca243 Added no node snapshot
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-09-11 08:19:38 -05:00
Andre Wanlin e03acd82b5 Updated Docker docs to Node 20
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-09-11 08:19:38 -05:00
Andre Wanlin 08273aa725 Changes based on feedback
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-09-11 07:23:50 -05:00
Łukasz Jernaś 326faeddae fix(docs): Fixed various letter casing and script errors
Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com>
2024-09-09 10:36:59 +02:00
Fredrik Adelöw 019d9ad3b3 minor dockerfile syntax update
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-08-21 09:27:59 +02:00
Tim Hansen 88d6406111 Add note about bin entries for multi-stage Docker build
Signed-off-by: Tim Hansen <timbonicush@spotify.com>
2024-08-13 15:21:09 -06:00
Andre Wanlin 6c1081c9cb Updated various Docker items
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-07-28 13:03:59 -05:00
Chap Ambrose 963106f845 fix typo in heroku docs
Signed-off-by: Chap Ambrose <cambrose@salesforce.com>
2024-07-24 15:05:07 -05:00
Chap Ambrose bf2984369d cleanup heroku.md
Signed-off-by: Chap Ambrose <cambrose@salesforce.com>
2024-07-23 08:34:14 -05:00
Chap Ambrose b652b6de1f add deploy buttuon to heroku.md
Signed-off-by: Chap Ambrose <cambrose@salesforce.com>
2024-07-11 08:16:21 -05:00
Chap Ambrose dc41795dd5 prettier fixes
Signed-off-by: Chap Ambrose <cambrose@salesforce.com>
2024-07-08 11:15:28 -05:00
Chap Ambrose e80a94f5c3 add docker instructions to heroku.md
Signed-off-by: Chap Ambrose <cambrose@salesforce.com>
2024-07-08 09:50:17 -05:00
Chap Ambrose 32b73f957c remove command to create new backstage app
Signed-off-by: Chap Ambrose <cambrose@salesforce.com>
2024-07-08 08:32:26 -05:00
Chap Ambrose 6b56a19219 add app-config.production to build script
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
Signed-off-by: Chap Ambrose <cambrose@salesforce.com>
2024-07-08 08:27:45 -05:00
Chap Ambrose fb6a5d5f6b Typo in docs
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
Signed-off-by: Chap Ambrose <cambrose@salesforce.com>
2024-07-08 08:27:20 -05:00
Chap Ambrose bc2700cbf9 recommend updating config in app-config.production.yaml
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
Signed-off-by: Chap Ambrose <cambrose@salesforce.com>
2024-07-08 08:26:47 -05:00
Chap Ambrose 92583daf57 Update heroku deploy docs
Signed-off-by: Chap Ambrose <cambrose@salesforce.com>
2024-06-27 16:43:38 -05:00
Johan Hammar 01e646a032 fix: fix broken node-postgres url
Signed-off-by: Johan Hammar <johan.hammar@gmail.com>
2024-06-09 18:27:20 +02:00
Patrik Oldsberg a1ae9cc72c docs: restructure local-dev and rename to tooling
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-05-30 14:28:23 +02:00
Aditya Kumar 582099e4d1 Updated the deployment documents
Signed-off-by: Aditya Kumar <aditya.kumar60@infosys.com>
2024-05-16 09:56:47 +05:30
Karl Haworth 4120800bd9 - move path from minimal-harded-image -> minimal-hardened-image
Signed-off-by: Karl Haworth <karl.haworth@aa.com>
2024-04-16 07:51:40 -04:00
Ben Francom 784323f6ba Update docker.md
Old link is broken

Signed-off-by: Ben Francom <5726729+bfrancom@users.noreply.github.com>
2024-04-09 15:13:43 -06:00
Tadashi Nemoto 6a95eb2cfa Fix document koyeb.md
Signed-off-by: Tadashi Nemoto <tadashi.nemoto0713@gmail.com>
2024-04-04 12:13:20 +09:00
blam 202c05ec32 chore: fixing some small vale things
Signed-off-by: blam <ben@blam.sh>
2024-04-02 15:31:21 +02:00
Patrik Oldsberg 601b99794f Merge pull request #23335 from AmericanAirlines/chore--add-secure-base-image-dockerfile-alternative
chore: add secure base image dockerfile alternative
2024-04-01 16:38:41 +02:00
Geoff 849866a5d9 Update k8s.md
Resolve initdb: error: directory "/var/lib/postgresql/data" exists but is not empty for Postgresql Installation

Signed-off-by: Geoff <geoff_niehaus@hotmail.com>
2024-03-17 20:07:03 -05:00
Karl Haworth 28a267a65d add disclaimer on maintance of contrib images
Signed-off-by: Karl Haworth <karl.haworth@aa.com>
2024-03-14 10:07:31 -04:00