From c05d50cd6f73b58e899cfb8604cef506b7a96c8d Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Fri, 31 May 2024 12:21:48 +0000 Subject: [PATCH] docs: update file-structure doc (#56202) Replace `/assets` with `public/`, this was replaced in version 18 of the Angular CLI. PR Close #56202 --- adev/src/content/reference/configs/file-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/src/content/reference/configs/file-structure.md b/adev/src/content/reference/configs/file-structure.md index 618c6adde14..3dc429f0083 100644 --- a/adev/src/content/reference/configs/file-structure.md +++ b/adev/src/content/reference/configs/file-structure.md @@ -64,7 +64,7 @@ Subfolders contain the application source and application-specific configuration | Application support files | Purpose | |:--- |:--- | | `app/` | Contains the component files in which your application logic and data are defined. See details [below](#app-src). | -| `assets/` | Contains image and other asset files to be served as static files by the dev server and copied as-is when you build your application. | +| `public/` | Contains image and other asset files to be served as static files by the dev server and copied as-is when you build your application. | | `favicon.ico` | An icon to use for this application in the bookmark bar. | | `index.html` | The main HTML page that is served when someone visits your site. The CLI automatically adds all JavaScript and CSS files when building your app, so you typically don't need to add any `