Skip to content

docs: consolidate theming guides #29988

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG_ARCHIVE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7297,7 +7297,7 @@ contains all of the components. Build tools such as [`rollup.js`](http://rollupj
tree-shaking to eliminate the code for components that you aren't using.

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


### Features
Expand Down
106 changes: 0 additions & 106 deletions guides/customizing-component-styles.md

This file was deleted.

88 changes: 0 additions & 88 deletions guides/duplicate-theming-styles.md

This file was deleted.

70 changes: 0 additions & 70 deletions guides/elevation.md

This file was deleted.

2 changes: 1 addition & 1 deletion guides/schematics.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The Angular Material `ng add` schematic helps you set up an Angular CLI project

- Ensure [project dependencies](./getting-started#step-1-install-angular-material-angular-cdk-and-angular-animations) are placed in `package.json`
- Enable the [BrowserAnimationsModule](./getting-started#step-2-configure-animations) in your app module
- Add either a [prebuilt theme](./theming#pre-built-themes) or a [custom theme](./theming#defining-a-custom-theme)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do these links no longer exist?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The first one does, but the second doesn't. We could just link to our theming guide but Im not sure if theres much value here linking. It seemed self-explanatory that the schematic is adding a theme in general 🤷‍♂️

- Add either a prebuilt theme or a custom theme
- Add Roboto fonts to your `index.html`
- Add the [Material Icon font](./getting-started#step-6-optional-add-material-icons) to your `index.html`
- Add global styles to
Expand Down
Loading
Loading