From de0fbdefe38546149e6534b9ca2c5f1f5cf0c2c0 Mon Sep 17 00:00:00 2001 From: Kate Lovett Date: Thu, 23 May 2024 14:36:47 -0500 Subject: [PATCH] [wiki migration] Web team pages (#148777) --- .github/labeler.yml | 5 +++++ .../web}/Debugging-issues-on-the-Web.md | 0 docs/{unsorted_wiki => triage}/Flutter-Web-Triage.md | 0 3 files changed, 5 insertions(+) rename docs/{unsorted_wiki => platforms/web}/Debugging-issues-on-the-Web.md (100%) rename docs/{unsorted_wiki => triage}/Flutter-Web-Triage.md (100%) diff --git a/.github/labeler.yml b/.github/labeler.yml index 3eea358009..399731a9ab 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -195,6 +195,11 @@ team-tool: - any-glob-to-any-file: - docs/tool/**/* +team-web: + - changed-files: + - any-glob-to-any-file: + - docs/platforms/web/**/* + tool: - changed-files: - any-glob-to-any-file: diff --git a/docs/unsorted_wiki/Debugging-issues-on-the-Web.md b/docs/platforms/web/Debugging-issues-on-the-Web.md similarity index 100% rename from docs/unsorted_wiki/Debugging-issues-on-the-Web.md rename to docs/platforms/web/Debugging-issues-on-the-Web.md diff --git a/docs/unsorted_wiki/Flutter-Web-Triage.md b/docs/triage/Flutter-Web-Triage.md similarity index 100% rename from docs/unsorted_wiki/Flutter-Web-Triage.md rename to docs/triage/Flutter-Web-Triage.md