Skip to content

Commit 02d703b

Browse files
andrewseguinAndrew Seguin
andauthored
docs: consolidate theming guides (angular#29988)
Co-authored-by: Andrew Seguin <andrewseguin@google.com>
1 parent 1568ac2 commit 02d703b

8 files changed

+350
-1189
lines changed

CHANGELOG_ARCHIVE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7297,7 +7297,7 @@ contains all of the components. Build tools such as [`rollup.js`](http://rollupj
72977297
tree-shaking to eliminate the code for components that you aren't using.
72987298

72997299
The addition of theming as also changed the directory structure for bringing the core css into your
7300-
application. See the new [theming guide](guides/theming.md) for more information.
7300+
application. See the new [theming guide](guides/theming-with-config) for more information.
73017301

73027302

73037303
### Features

guides/customizing-component-styles.md

Lines changed: 0 additions & 106 deletions
This file was deleted.

guides/duplicate-theming-styles.md

Lines changed: 0 additions & 88 deletions
This file was deleted.

guides/elevation.md

Lines changed: 0 additions & 70 deletions
This file was deleted.

guides/schematics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Angular Material `ng add` schematic helps you set up an Angular CLI project
2626

2727
- Ensure [project dependencies](./getting-started#step-1-install-angular-material-angular-cdk-and-angular-animations) are placed in `package.json`
2828
- Enable the [BrowserAnimationsModule](./getting-started#step-2-configure-animations) in your app module
29-
- Add either a [prebuilt theme](./theming#pre-built-themes) or a [custom theme](./theming#defining-a-custom-theme)
29+
- Add either a prebuilt theme or a custom theme
3030
- Add Roboto fonts to your `index.html`
3131
- Add the [Material Icon font](./getting-started#step-6-optional-add-material-icons) to your `index.html`
3232
- Add global styles to

0 commit comments

Comments
 (0)