Commit Graph

559 Commits

Author SHA1 Message Date
Andre Wanlin f4c012dee3 Merge pull request #33064 from awanlin/docs/nfs-getting-started-auth
[Docs] NFS - Authentication
2026-03-17 12:35:02 -05: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 e189e60cb2 Fixed links
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2026-03-17 11:36:00 -05:00
Andre Wanlin 11e380b83a Invert based on feedback
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2026-03-17 11:15:41 -05:00
Andre Wanlin b7f37a60ad Fixed CI and addressed comments
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2026-03-17 10:30:59 -05:00
Andre Wanlin 9a82ed5269 [Docs] NFS - Authentication
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2026-03-17 10:30:58 -05:00
Patrik Oldsberg 1decc6f994 Split legacy homepage getting started docs
Move the old frontend system homepage guide to its own companion page and add a banner to the main homepage guide that directs legacy users to the split-out documentation.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
2026-03-16 20:04:16 +01:00
Patrik Oldsberg 17dff0ba25 docs: rename package discovery to feature discovery and reduce duplication
Rename "package discovery" to "feature discovery" across all plugin
READMEs and docs to match the established terminology. Slim down the
Feature Discovery section in the architecture docs to avoid duplicating
the configuration details now covered in the installing plugins page.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
2026-03-04 12:57:49 +01:00
Patrik Oldsberg 5a463b320c docs: update frontend plugin docs to default to new frontend system
Restructure plugin documentation so that the new frontend system is
the default, unlabeled installation path. Old frontend system
instructions are moved to a dedicated "Old Frontend System" section.

Add a new "Installing Plugins" page to the frontend system docs
covering package discovery, manual installation, and configuration.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
2026-03-04 11:24:35 +01:00
Andre Wanlin 32cb991728 Merge pull request #31842 from milliehartnt123/milliehartnt123-create-ui-doc
Updated Using Backstage documentation for Feature Issue 21943 Write a UI Guide
2026-02-27 11:15:35 -06:00
aramissennyeydd 06366a7fa4 fix prettier
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
2026-02-27 10:07:15 -05:00
milliehartnt123 68d8a1acc3 Fix prettier errors
viewing-catalog.md
viewing-entity-relationships.md
filter-catalog.md
register-a-component.md
unregister-delete-component.md

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-24 11:09:43 -05:00
milliehartnt123 8f3a37aec6 Try to fix prettier errors in create-a-component
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-24 10:31:56 -05:00
milliehartnt123 33495b0d15 Update component creation instructions with NODE_OPTIONS note
Added a note about the required NODE_OPTIONS environment variable for templates.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-24 09:41:09 -05:00
milliehartnt123 7d99411665 Added space after Direction to fix formatting
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-19 14:18:51 -05:00
milliehartnt123 85eef52678 try to fix line endings and prettier errors
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-19 09:51:00 -05:00
milliehartnt123 db13606feb Fix grammatical error in component creation instructions
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-18 17:36:44 -05:00
milliehartnt123 5b2da65477 Refactor wording for clarity in component creation guide
Removed bulleted list of catalog-info.yaml, index.js, and package.json. Reworded paragraph but kept example of catalog-info.yaml file.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-18 17:20:39 -05:00
milliehartnt123 7261f57f52 Fix formatting of 'Aggregated Relations' list item
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-18 16:06:59 -05:00
milliehartnt123 a0cb5e833d Fix link to standalone app installation guide
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-18 16:05:33 -05:00
milliehartnt123 5ab460fc22 Fix link to standalone app installation
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-18 15:44:59 -05:00
milliehartnt123 001c28bdb9 Improve documentation on entity relationships and filters
Updated formatting and clarified steps for viewing entity relationships and filtering in the Catalog Graph.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-18 15:24:51 -05:00
milliehartnt123 87de61ea70 Fix typo in viewing-catalog.md
Changed alt text from Viewing entity relations to Viewing entity relationships to align with the page title.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-18 14:32:53 -05:00
Juan Pablo Garcia Ripa 1c49da8e6f fix: danger note taking the whole section (#32906)
Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>
2026-02-18 09:02:53 -05:00
milliehartnt123 46b865f2eb Try to fix prettier errors in filter-catalog.md
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-17 12:41:51 -05:00
milliehartnt123 39641a9597 Fix punctuation in create-a-component.md
Added a colon at the end of the sentence for clarity.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-17 09:43:05 -05:00
milliehartnt123 25efe44acd Fix formatting and update step numbers in guide
Updated step numbering and corrected formatting in the guide.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-17 09:41:48 -05:00
milliehartnt123 e46ec22005 Merge branch 'backstage:master' into milliehartnt123-create-ui-doc 2026-02-17 09:23:28 -05:00
milliehartnt123 c546f03134 Correct capitalization in update-a-component.md
Changed software catalog to Software Catalog

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-16 10:31:34 -05:00
milliehartnt123 5b3a6dd51a Correct capitalization of 'Catalog' in documentation
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-16 10:29:22 -05:00
milliehartnt123 9e929cd732 Correct capitalization in registration guide
Updated capitalization of 'Catalog' and 'Software Catalog' for consistency.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-16 10:25:24 -05:00
milliehartnt123 f822a2d82e Update filter-catalog.md Changed catalog to Catalog
Changed catalog to Catalog

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-16 10:22:39 -05:00
Linus Andersson 363eac721c docs: follow up on PR: #32844 where update the database getting-started docker example to newest version
Signed-off-by: Linus Andersson <sunil.andersson@gmail.com>
2026-02-14 11:28:49 +01:00
milliehartnt123 21d0abcb2c Fix capitalization of 'Software Catalog' in documentation
Capitalized Catalog and Software Catalog as proper nouns.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-13 14:34:35 -05:00
milliehartnt123 4e4fcfd5ff Clarify entity types in catalog overview
Updated the overview section to clarify the types of entities in the Catalog. Changed to only include 4 main types here and point them to the Technical Overview for a description of all of the types. Also edited Catalog so it is always a proper noun and capitalized.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-13 14:30:23 -05:00
Linus Andersson cdb4719e08 docs: use postgres:17-bookworm in tutorial
Signed-off-by: Linus Andersson <sunil.andersson@gmail.com>
2026-02-13 19:08:52 +01:00
milliehartnt123 84fdb7edab Fix formatting issue in unregister-delete-component.md
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-12 16:33:55 -05:00
milliehartnt123 0b3fabed0f Fix formatting of 'Aggregated Relations' in documentation
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-12 16:25:12 -05:00
milliehartnt123 7ecc9bcd78 Fix typo in image caption for import step
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-12 16:23:45 -05:00
milliehartnt123 2fafccb241 Try to fix prettier errors in filter-catalog.md
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-12 15:38:33 -05:00
milliehartnt123 fad83fc840 Fix typo in error image filename
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-12 15:24:39 -05:00
milliehartnt123 d3fa2a8d36 Fix formatting in unregister-delete-component.md
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-12 09:50:04 -05:00
milliehartnt123 28b79c9a5e Fix URL formatting in component registration guide
Removed the trailing period from the example URL in the template instructions.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-12 09:41:25 -05:00
milliehartnt123 1b6cde538a Fix formatting in create-a-component.md
Fixed spacing for metadata and spec children in sample catalog-info.yaml file.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-12 09:33:11 -05:00
milliehartnt123 91acc6eea9 Update filter-catalog.md to use correct syntax
Fixed typos.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-12 09:27:44 -05:00
milliehartnt123 4971828eeb Rename 'Searching the Catalog' to 'Filtering the Catalog'
Also changed the name of the file for the link from search-catalog.md to filter-catalog.md

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-12 09:15:48 -05:00
milliehartnt123 7d923867a6 Fix typo in link to viewing entity relationships
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-12 09:03:41 -05:00
milliehartnt123 59e0dd5abc Delete docs/getting-started/search-catalog.md
This has been replaced by the new filter-catalog.md file.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-11 18:56:48 -05:00
milliehartnt123 aab68834d8 Upload new filter-catalog.md file
Replaces existing search-catalog.md file which will be deleted.

Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-11 18:55:52 -05:00
milliehartnt123 1de52b60f7 Fix grammatical error in entity relationships documentation
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com>
2026-02-11 18:01:39 -05:00