Skip to content

Commit

Permalink
[wiki migration] Ecosystem team pages (#148589)
Browse files Browse the repository at this point in the history
This puts the wiki pages owned by the Ecosystem team into the docs/ecosystem 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 ecosystem team labels to the label 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/flutter#145009
  • Loading branch information
Piinks authored May 20, 2024
1 parent e43fb59 commit 49bc6bd
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 14 deletions.
10 changes: 10 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ framework:
- any-glob-to-any-file:
- packages/integration_test/**/*

package:
- changed-files:
- any-glob-to-any-file:
- docs/ecosystem/**/*

platform-ios:
- changed-files:
- any-glob-to-any-file:
Expand All @@ -138,6 +143,11 @@ platform-web:
- '**/*.expect'
- '**/*test_fixes*'

team-ecosystem:
- changed-files:
- any-glob-to-any-file:
- docs/ecosystem/**/*

tool:
- changed-files:
- any-glob-to-any-file:
Expand Down
1 change: 1 addition & 0 deletions dev/bots/analyze.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1312,6 +1312,7 @@ Future<void> verifyRepositoryLinks(String workingDirectory) async {
'flutter/flutter-intellij', // TODO(guidezpl): remove when https://github.com/flutter/flutter-intellij/issues/7342 is closed
'flutter/platform_tests', // TODO(guidezpl): remove when subtask in https://github.com/flutter/flutter/issues/121564 is complete
'glfw/glfw',
'GoogleCloudPlatform/artifact-registry-maven-tools',
'material-components/material-components-android', // TODO(guidezpl): remove when https://github.com/material-components/material-components-android/issues/4144 is closed
'torvalds/linux',
'tpn/winsdk-10',
Expand Down
12 changes: 12 additions & 0 deletions docs/ecosystem/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
This is an index of team-facing documentation for the [flutter/packages repository](https://github.com/flutter/packages/).

- [Contributing to Plugins and Packages](contributing/README.md)
- [Flutter migrate](https://github.com/flutter/flutter/wiki/Flutter-migrate)
- [Package migration to 1.0.0](Package-migration-to-1.0.0.md)
- [Plugin Tests](testing/Plugin-Tests.md)
- [Plugins and Packages repository structure](Plugins-and-Packages-repository-structure.md)
- [Setting up the Packages development environment](contributing/Setting-up-the-Packages-development-environment.md)
- [Setting up the Plugins development environment](contributing/Setting-up-the-Plugins-development-environment.md)
- [Understanding Packages tests](testing/Understanding-Packages-tests.md)
- [Releasing a Plugin or Package](release/README.md)
- [Updating Packages repo for a stable release](release/Updating-Packages-repo-for-a-stable-release.md)
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Any PR that changes a package's version (which should be most PRs) should be published
to pub.dev.

_See also: [[Package migration to 1.0.0]]_
_See also: [Package migration to 1.0.0](../Package-migration-to-1.0.0.md)

## Automatic release

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ flutter/packages uses the same LUCI infrastructure as most of the rest of Flutte

### LUCI

This is the CI system used by flutter/flutter and flutter/engine. For information about LUCI results pages, see [[Understanding a LUCI build failure]].
This is the CI system used by flutter/flutter and flutter/engine. For information about LUCI results pages, see [Understanding a LUCI build failure](https://github.com/flutter/flutter/wiki/Understanding-a-LUCI-build-failure).

#### Results

Expand Down
12 changes: 0 additions & 12 deletions docs/unsorted_wiki/Packages-repo.md

This file was deleted.

0 comments on commit 49bc6bd

Please sign in to comment.