Skip to content

Commit 7791972

Browse files
authored
docs: rename material.angular.io to material.angular.dev (#30993)
# Conflicts: # docs/angular.json # docs/firebase.json
1 parent 6bb437b commit 7791972

File tree

100 files changed

+269
-269
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+269
-269
lines changed

.git-blame-ignore-revs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# `material.angular.io/` folder renamed to `docs/`
1+
# `material.angular.dev/` folder renamed to `docs/`
22
cc8d090758b6448a3f745e1faf3e503a293b1757

.github/ISSUE_TEMPLATE/docs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Documentation
2-
description: Suggest an improvement to our documentation at material.angular.io
2+
description: Suggest an improvement to our documentation at material.angular.dev
33
title: 'docs-bug(COMPONENT): TITLE'
44
labels: ['docs', 'needs triage']
55
body:
@@ -8,14 +8,14 @@ body:
88
attributes:
99
label: Documentation Feedback
1010
description: |
11-
Provide a brief summary of what you would like to see changed in our documentation at [material.angular.io](https://material.angular.io/).
11+
Provide a brief summary of what you would like to see changed in our documentation at [material.angular.dev](https://material.angular.dev/).
1212
Feel free to provide any suggestions of content or examples you’d like us to include.
1313
validations:
1414
required: true
1515
- type: input
1616
id: affected-documentation-page
1717
attributes:
1818
label: Affected documentation page
19-
description: Insert a link to the affected page on [material.angular.io](https://material.angular.io/).
19+
description: Insert a link to the affected page on [material.angular.dev](https://material.angular.dev/).
2020
validations:
2121
required: true

.github/workflows/ci.material-aio.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'CI (material.angular.io)'
1+
name: 'CI (material.angular.dev)'
22

33
on:
44
push:
@@ -49,7 +49,7 @@ jobs:
4949
if: always()
5050
with:
5151
name: test-logs
52-
path: material.angular.io/bazel-testlogs/
52+
path: material.angular.dev/bazel-testlogs/
5353
retention-days: 14
5454

5555
lighthouse:
@@ -70,5 +70,5 @@ jobs:
7070
if: always()
7171
with:
7272
name: lighthouse-logs
73-
path: material.angular.io/bazel-testlogs/
73+
path: material.angular.dev/bazel-testlogs/
7474
retention-days: 14

.github/workflows/pr.material-aio.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'PR (material.angular.io)'
1+
name: 'PR (material.angular.dev)'
22

33
on:
44
pull_request:
@@ -47,7 +47,7 @@ jobs:
4747
if: always()
4848
with:
4949
name: test-logs
50-
path: material.angular.io/bazel-testlogs/
50+
path: material.angular.dev/bazel-testlogs/
5151
retention-days: 14
5252

5353
lighthouse:
@@ -68,5 +68,5 @@ jobs:
6868
if: always()
6969
with:
7070
name: lighthouse-logs
71-
path: material.angular.io/bazel-testlogs/
71+
path: material.angular.dev/bazel-testlogs/
7272
retention-days: 14

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3324,7 +3324,7 @@ Andy Chrzaszcz, Bobby Galli, Joey Perrott, Kristiyan Kostadinov, Miles Malerba,
33243324
- `mat-tabs`
33253325
- The TypeScript API should remain largely unchanged, but the DOM and CSS classes for these components have changed.
33263326
- See the MDC migration guide for more information about the changes and
3327-
how to migrate your app: https://material.angular.io/guide/mdc-migration.
3327+
how to migrate your app: https://material.angular.dev/guide/mdc-migration.
33283328
- Buttons inside the datepicker popup and datepicker toggle now use the
33293329
MDC-based button implementation. They have different CSS classes and
33303330
styles, so custom style overrides may need to be updated.
@@ -6163,4 +6163,4 @@ _Breaking changes:_
61636163

61646164
# Changes Prior to 12.0.0
61656165

6166-
To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md).
6166+
To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md).

CHANGELOG_ARCHIVE.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -1891,8 +1891,8 @@ And the same test with harnesses:
18911891
```
18921892

18931893
Learn more about
1894-
[Angular Material's component harnesses](https://material.angular.io/guide/using-component-harnesses)
1895-
or [building your own with the CDK](https://v9.material.angular.io/cdk/testing/overview).
1894+
[Angular Material's component harnesses](https://material.angular.dev/guide/using-component-harnesses)
1895+
or [building your own with the CDK](https://v9.material.angular.dev/cdk/testing/overview).
18961896

18971897
#### New `@angular/google-maps` package!
18981898

@@ -1911,7 +1911,7 @@ Big thanks to @mbehrlich for contributing this!
19111911
#### New `cdk/clipboard` subpackage containing helpers for working with the clipboard.
19121912

19131913
This new capability for `@angular/cdk` provides some convenient helpers for dealign with
1914-
the clipboard. [See the documentation for more information](https://material.angular.io/cdk/clipboard).
1914+
the clipboard. [See the documentation for more information](https://material.angular.dev/cdk/clipboard).
19151915

19161916
Big thanks to @xkxx for contributing this!
19171917

@@ -3242,8 +3242,8 @@ It was always required, but is now correctly listed in the `package.json`.
32423242

32433243
### Highlights
32443244

3245-
* Support for [Drag and Drop](https://material.angular.io/cdk/drag-drop/overview) in `@angular/cdk/drag-drop`.
3246-
* Support for [Virtual Scrolling](https://material.angular.io/cdk/scrolling/overview) in `@angular/cdk/scrolling`.
3245+
* Support for [Drag and Drop](https://material.angular.dev/cdk/drag-drop/overview) in `@angular/cdk/drag-drop`.
3246+
* Support for [Virtual Scrolling](https://material.angular.dev/cdk/scrolling/overview) in `@angular/cdk/scrolling`.
32473247
* Support for native `<select>` element in `<mat-form-field>` .
32483248
* Added `<mat-action-list>`, a list where each item is a `<button>`.
32493249
* Updated component styles throughout the library matching the 2018 Material Design Spec refresh.
@@ -4334,18 +4334,18 @@ You can view a beta version of the docs at https://beta-angular-material-io.fire
43344334

43354335
### Highlights
43364336

4337-
* [`MatTree`](https://material.angular.io/components/tree/overview) component is now available, [@tinayuangao](https://github.com/tinayuangao) recently gave a [talk at ng-conf about the new component](https://www.youtube.com/watch?v=s0Vy3sLbeyA)
4338-
* `<mat-table>` and `<cdk-table>` now native [`<table>` elements](https://material.angular.io/components/table/overview#applying-material-styles-to-native-table) in addition to the existing [`display: flex` based layout](https://material.angular.io/components/table/overview#tables-with-code-display-flex-code-)
4339-
* `MatTable` now supports having an optional [footer row](https://material.angular.io/components/table/overview#footer_row)
4340-
* [Schematics](https://material.angular.io/guides/schematics) are now available for Angular Material, [@jelbourn](https://github.com/jelbourn) recently gave a [talk at ng-conf about using schematics](https://www.youtube.com/watch?v=v__RuD9RX3I)
4341-
* `MatTabs` content can now be [lazy loaded](https://material.angular.io/components/tabs/overview#lazy_loading)
4342-
* [`MatBadge`](https://material.angular.io/components/badge/overview) and [`MatBottomSheet`](https://material.angular.io/components/bottom-sheet/overview) components are now available
4343-
* `@angular/cdk/overlay` has a new positioning strategy available, [`FlexibleConnectedPositionStrategy`](https://material.angular.io/cdk/overlay/overview#position-strategies), which intelligently handles sizing and positioning to ensure that overlay contents always remain on the screen
4337+
* [`MatTree`](https://material.angular.dev/components/tree/overview) component is now available, [@tinayuangao](https://github.com/tinayuangao) recently gave a [talk at ng-conf about the new component](https://www.youtube.com/watch?v=s0Vy3sLbeyA)
4338+
* `<mat-table>` and `<cdk-table>` now native [`<table>` elements](https://material.angular.dev/components/table/overview#applying-material-styles-to-native-table) in addition to the existing [`display: flex` based layout](https://material.angular.dev/components/table/overview#tables-with-code-display-flex-code-)
4339+
* `MatTable` now supports having an optional [footer row](https://material.angular.dev/components/table/overview#footer_row)
4340+
* [Schematics](https://material.angular.dev/guides/schematics) are now available for Angular Material, [@jelbourn](https://github.com/jelbourn) recently gave a [talk at ng-conf about using schematics](https://www.youtube.com/watch?v=v__RuD9RX3I)
4341+
* `MatTabs` content can now be [lazy loaded](https://material.angular.dev/components/tabs/overview#lazy_loading)
4342+
* [`MatBadge`](https://material.angular.dev/components/badge/overview) and [`MatBottomSheet`](https://material.angular.dev/components/bottom-sheet/overview) components are now available
4343+
* `@angular/cdk/overlay` has a new positioning strategy available, [`FlexibleConnectedPositionStrategy`](https://material.angular.dev/cdk/overlay/overview#position-strategies), which intelligently handles sizing and positioning to ensure that overlay contents always remain on the screen
43444344
* `MatIcon` now allows SVG icons to be registered from strings
43454345
* `@angular/cdk/keycodes` now includes most keycodes you might need for building a web application
43464346
* 130+ bug fixes
4347-
* Docs for v5 are now available at [v5.material.angular.io](https://v5.material.angular.io)
4348-
* A version picker is available [material.angular.io](https://material.angular.io) to switch between docs versions
4347+
* Docs for v5 are now available at [v5.material.angular.dev](https://v5.material.angular.dev)
4348+
* A version picker is available [material.angular.dev](https://material.angular.dev) to switch between docs versions
43494349

43504350

43514351
### Upgrading to Angular Material 6.0
@@ -5526,7 +5526,7 @@ rather than being based on the existing config object.
55265526
* **tabs:** fix accidentally setting `top` instead of `width` after removing Renderer use ([#8602](https://github.com/angular/material2/issues/8602)) ([6e865b7](https://github.com/angular/material2/commit/6e865b7))
55275527

55285528
### Features
5529-
* The examples on [material.angular.io](https://material.angular.io) are now opened externally via
5529+
* The examples on [material.angular.dev](https://material.angular.dev) are now opened externally via
55305530
StackBlitz instead of Plunker.
55315531

55325532
<!-- CHANGELOG SPLIT MARKER -->
@@ -5572,7 +5572,7 @@ StackBlitz instead of Plunker.
55725572
* consistently coerce boolean and number properties ([#7283](https://github.com/angular/material2/issues/7283)) ([3ca801a](https://github.com/angular/material2/commit/3ca801a))
55735573
* replace extendObject utility w/ object spread ([#7372](https://github.com/angular/material2/issues/7372)) ([ea54edb](https://github.com/angular/material2/commit/ea54edb))
55745574
* using correct global name in rollup bundle ([#8407](https://github.com/angular/material2/issues/8407)) ([40be1f2](https://github.com/angular/material2/commit/40be1f2))
5575-
* TypeScript interfaces are now documented on https://material.angular.io
5575+
* TypeScript interfaces are now documented on https://material.angular.dev
55765576

55775577
### Features
55785578

@@ -6350,7 +6350,7 @@ initial release, code from Angular Material's `core/` have been moved for `a11y/
63506350
re-exports these symbols, marked as deprecated. The re-exports will be removed in a subsequent
63516351
release.
63526352
* Initial version of data-table component. There is both a `<cdk-table>` (the core) and the
6353-
`<md-table>` (with Material Design styles). See the documentation on material.angular.io for more
6353+
`<md-table>` (with Material Design styles). See the documentation on material.angular.dev for more
63546354
information.
63556355
* Initial version of `<md-paginator>` and `<md-sort-header>` components, which can be used either
63566356
with `<md-table>` or any other table.

CODING_STANDARDS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ three lines, introduce a new method to contain the logic.
162162
#### JsDoc comments
163163

164164
All public APIs must have user-facing comments. These are extracted and shown in the documentation
165-
on [material.angular.io](https://material.angular.io).
165+
on [material.angular.dev](https://material.angular.dev).
166166

167167
Private and internal APIs should have JsDoc when they are not obvious. Ultimately it is the purview
168168
of the code reviewer as to what is "obvious", but the rule of thumb is that *most* classes,

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ We aim for great user experience with the following screen readers:
6868
[Material Design]: https://material.io
6969
[Google Maps JavaScript API]: https://developers.google.com/maps/documentation/javascript/tutorial
7070
[YouTube Player API]: https://developers.google.com/youtube/iframe_api_reference
71-
[cdk-docs]: https://material.angular.io/cdk/categories
72-
[mat-docs]: https://material.angular.io
71+
[cdk-docs]: https://material.angular.dev/cdk/categories
72+
[mat-docs]: https://material.angular.dev
7373
[map-docs]: https://github.com/angular/components/blob/main/src/google-maps/README.md
7474
[ytp-docs]: https://github.com/angular/components/blob/main/src/youtube-player/README.md
75-
[getting-started]: https://material.angular.io/guide/getting-started
75+
[getting-started]: https://material.angular.dev/guide/getting-started
7676
[contributing]: https://github.com/angular/components/blob/main/CONTRIBUTING.md
7777
[help-wanted]: https://github.com/angular/components/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22
7878
[good-first-issue]: https://github.com/angular/components/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22+label%3A%22good+first+issue%22

docs/README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Angular Components Docs Site
22

3-
This is the repository for the [Angular Components documentation site](https://material.angular.io/).
3+
This is the repository for the [Angular Components documentation site](https://material.angular.dev/).
44

55
Versions of this site are also available for
6-
- [v5](https://v5.material.angular.io/)
7-
- [v6](https://v6.material.angular.io/)
8-
- [v7](https://v7.material.angular.io/)
9-
- [v8](https://v8.material.angular.io/)
10-
- [v9](https://v9.material.angular.io/)
11-
- [v10](https://v10.material.angular.io/)
12-
- [v11](https://v11.material.angular.io/)
13-
- [v12](https://material.angular.io/)
6+
- [v5](https://v5.material.angular.dev/)
7+
- [v6](https://v6.material.angular.dev/)
8+
- [v7](https://v7.material.angular.dev/)
9+
- [v8](https://v8.material.angular.dev/)
10+
- [v9](https://v9.material.angular.dev/)
11+
- [v10](https://v10.material.angular.dev/)
12+
- [v11](https://v11.material.angular.dev/)
13+
- [v12](https://material.angular.dev/)
1414

1515
## Contributing
1616

@@ -19,7 +19,7 @@ contents, API docs, and demos in the
1919
[Angular Components repo](https://github.com/angular/components/issues).
2020

2121
Please only open issues with the documentation site itself (not the content) in
22-
[this repo](https://github.com/angular/material.angular.io/issues). This includes issues like the
22+
[this repo](https://github.com/angular/material.angular.dev/issues). This includes issues like the
2323
navigation not working properly, examples or documentation not being presented in an accessible way,
2424
issues with rendering or layout of the documentation pages, etc.
2525

0 commit comments

Comments
 (0)