Skip to content

Commit bf7d67d

Browse files
authored
[wiki migration] Framework team pages (flutter#148721)
This sorts the wiki pages owned by the Framework team in the docs/ directory as planned in [flutter.dev/go/migrate-flutter-wiki-spreadsheet](https://docs.google.com/spreadsheets/d/1x65189ZBdNiLRygpUYoU08pwvXD4M-Z157c6pm8deGI/edit?usp=sharing) It also adds the framework related labels to the bot for future PRs. Changes to the content were only updating cross links. The remaining wiki links will be updated after the rest of the pages are relocated, the original wiki links still work in the meantime. Part of flutter#145009
1 parent 3548321 commit bf7d67d

9 files changed

+14
-10
lines changed

.github/labeler.yml

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ engine:
6363
- any-glob-to-any-file:
6464
- '**/cupertino/*'
6565
- '**/*cupertino*'
66+
- docs/libraries/cupertino/**/*
6667

6768
'f: focus':
6869
- changed-files:
@@ -81,6 +82,7 @@ engine:
8182
- any-glob-to-any-file:
8283
- '**/material/*'
8384
- '**/*material*'
85+
- docs/libraries/material/**/*
8486

8587
'f: routes':
8688
- changed-files:
@@ -110,6 +112,8 @@ framework:
110112
- packages/flutter_test/**/*
111113
- packages/integration_test/**/*
112114
- examples/api/**/*
115+
- docs/contributing/**/*
116+
- docs/libraries/**/*
113117

114118
'f: integration_test':
115119
- changed-files:

docs/unsorted_wiki/Setting-up-the-Framework-development-environment.md renamed to docs/contributing/Setting-up-the-Framework-development-environment.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757

5858
Next steps:
5959

60-
* [[Running examples]], to see if your setup works.
61-
* [[The flutter tool]], to learn about how the `flutter` command line tool works.
62-
* [[Style guide for Flutter repo]], to learn how to write code for Flutter.
63-
* [[Tree hygiene]], to learn about how to submit patches.
64-
* [[Signing commits]], to configure your environment to securely sign your commits.
60+
* [Running examples](https://github.com/flutter/flutter/wiki/Running-examples), to see if your setup works.
61+
* [The flutter tool](https://github.com/flutter/flutter/wiki/The-flutter-tool), to learn about how the `flutter` command line tool works.
62+
* [Style guide for Flutter repo](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo), to learn how to write code for Flutter.
63+
* [Tree hygiene](https://github.com/flutter/flutter/wiki/Tree-hygiene), to learn about how to submit patches.
64+
* [Signing commits](https://github.com/flutter/flutter/wiki/Signing-commits), to configure your environment to securely sign your commits.

docs/unsorted_wiki/Writing-Effective-Tests.md renamed to docs/contributing/testing/Writing-Effective-Tests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,4 +227,4 @@ When writing tests, think about the developer who will read this test 6 months f
227227

228228
# See also
229229

230-
- [[Flutter Test Fonts]]
230+
- [Flutter Test Fonts](https://github.com/flutter/flutter/wiki/Flutter-Test-Fonts)

docs/unsorted_wiki/Flutter-Framework-Gardener-Rotation.md renamed to docs/infra/Flutter-Framework-Gardener-Rotation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ The bulk of communication happens on [Discord].
157157

158158
[flutter/flutter]: https://github.com/flutter/flutter
159159
[Flutter issues]: https://github.com/flutter/flutter/issues
160-
[TESTOWNERS]: https://github.com/flutter/flutter/blob/master/TESTOWNERS
160+
[TESTOWNERS]: https://github.com/flutter/flutter/blob/main/TESTOWNERS
161161
[flutter-hackers]: https://github.com/orgs/flutter/teams/flutter-hackers
162-
[new issue]: https://github.com/flutter/flutter/issues/new
163-
[new infra issue]: https://github.com/flutter/flutter/issues/new
162+
[new issue]: https://github.com/flutter/flutter/issues/new/choose
163+
[new infra issue]: https://github.com/flutter/flutter/issues/new?template=6_infrastructure.yml
164164

165165
[Framework build dashboard]: https://flutter-dashboard.appspot.com/#/build
166166
[framework benchmarks]: https://flutter-flutter-perf.skia.org/e/

docs/unsorted_wiki/Updating-Material-Design-Fonts-&-Icons.md renamed to docs/libraries/material/Updating-Material-Design-Fonts-&-Icons.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The process to update the framework's Material fonts (currently, Roboto) and [icons](https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/material/icons.dart) has been largely simplified and automated. See [go/effortless-flutter-font-updates](http://go/effortless-flutter-font-updates) (Google-only, sorry). The steps used prior to automation are available in this page's history.
1+
The process to update the framework's Material fonts (currently, Roboto) and [icons](https://github.com/flutter/flutter/blob/main/packages/flutter/lib/src/material/icons.dart) has been largely simplified and automated. See [go/effortless-flutter-font-updates](http://go/effortless-flutter-font-updates) (Google-only, sorry). The steps used prior to automation are available in this page's history.
22

33
If you notice an issue with fonts or icons (e.g. a missing icon), please file an [issue](https://github.com/flutter/flutter/issues/new/choose). Consider starting the issue title with `[Fonts]` or `[Icons]` to make it stand out.
44

0 commit comments

Comments
 (0)