Skip to content

Commit

Permalink
[wiki migration] Framework team pages (#148721)
Browse files Browse the repository at this point in the history
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 #145009
  • Loading branch information
Piinks committed May 20, 2024
1 parent 3548321 commit bf7d67d
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 63,7 @@ engine:
- any-glob-to-any-file:
- '**/cupertino/*'
- '**/*cupertino*'
- docs/libraries/cupertino/**/*

'f: focus':
- changed-files:
Expand All @@ -81,6 82,7 @@ engine:
- any-glob-to-any-file:
- '**/material/*'
- '**/*material*'
- docs/libraries/material/**/*

'f: routes':
- changed-files:
Expand Down Expand Up @@ -110,6 112,8 @@ framework:
- packages/flutter_test/**/*
- packages/integration_test/**/*
- examples/api/**/*
- docs/contributing/**/*
- docs/libraries/**/*

'f: integration_test':
- changed-files:
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 57,8 @@

Next steps:

* [[Running examples]], to see if your setup works.
* [[The flutter tool]], to learn about how the `flutter` command line tool works.
* [[Style guide for Flutter repo]], to learn how to write code for Flutter.
* [[Tree hygiene]], to learn about how to submit patches.
* [[Signing commits]], to configure your environment to securely sign your commits.
* [Running examples](https://github.com/flutter/flutter/wiki/Running-examples), to see if your setup works.
* [The flutter tool](https://github.com/flutter/flutter/wiki/The-flutter-tool), to learn about how the `flutter` command line tool works.
* [Style guide for Flutter repo](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo), to learn how to write code for Flutter.
* [Tree hygiene](https://github.com/flutter/flutter/wiki/Tree-hygiene), to learn about how to submit patches.
* [Signing commits](https://github.com/flutter/flutter/wiki/Signing-commits), to configure your environment to securely sign your commits.
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 227,4 @@ When writing tests, think about the developer who will read this test 6 months f

# See also

- [[Flutter Test Fonts]]
- [Flutter Test Fonts](https://github.com/flutter/flutter/wiki/Flutter-Test-Fonts)
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 157,10 @@ The bulk of communication happens on [Discord].

[flutter/flutter]: https://github.com/flutter/flutter
[Flutter issues]: https://github.com/flutter/flutter/issues
[TESTOWNERS]: https://github.com/flutter/flutter/blob/master/TESTOWNERS
[TESTOWNERS]: https://github.com/flutter/flutter/blob/main/TESTOWNERS
[flutter-hackers]: https://github.com/orgs/flutter/teams/flutter-hackers
[new issue]: https://github.com/flutter/flutter/issues/new
[new infra issue]: https://github.com/flutter/flutter/issues/new
[new issue]: https://github.com/flutter/flutter/issues/new/choose
[new infra issue]: https://github.com/flutter/flutter/issues/new?template=6_infrastructure.yml

[Framework build dashboard]: https://flutter-dashboard.appspot.com/#/build
[framework benchmarks]: https://flutter-flutter-perf.skia.org/e/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
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.
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.

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.

Expand Down

0 comments on commit bf7d67d

Please sign in to comment.