From a006c75ee6192d1550ea270a4c92b0c636547d26 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 19 Dec 2020 08:17:50 -0600 Subject: [PATCH] =?UTF-8?q?docs(hub):=20=F0=9F=94=A5=20rm=20refs=20to=20Hu?= =?UTF-8?q?b=20from=20web=20and=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/README.md | 7 ------- web/src/App.tsx | 14 -------------- 2 files changed, 21 deletions(-) diff --git a/.github/README.md b/.github/README.md index 1a7207dff..b9a884213 100644 --- a/.github/README.md +++ b/.github/README.md @@ -2,7 +2,6 @@

Twitter -Discourse Swagger UI License BuiltWithDot.net @@ -50,12 +49,6 @@ Typical adblockers run as an extension in popular web browsers. As we browse the # Contributing -## Community - -Discourse posts - -Check out the FilterLists Hub, a forum for discussing how to write rules, maintain FilterLists, and chat about the state of the adblocking community. - ## Adding or Updating Lists To submit a new list or update data about an existing list, please submit a pull request to [data](https://github.com/collinbarrett/FilterLists/tree/master/services/Directory/data) in conjunction with the data model described [here](https://github.com/collinbarrett/FilterLists/wiki/Data-Model_sidebar). Once you open the pull request, our [Migrate bot](https://github.com/collinbarrett/FilterLists/blob/master/services/Directory/azure-pipelines.migrate.yaml) will create an [Entity Framework Core migration](https://docs.microsoft.com/en-us/ef/core/managing-schemas/migrations/?tabs=dotnet-core-cli) with your changes and test them. Please ensure to [grant the bot permissions to push to your pull request branch](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork). diff --git a/web/src/App.tsx b/web/src/App.tsx index d3aa3baf8..fdd97250f 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -50,7 +50,6 @@ export const App: React.FC = () => ( > - @@ -103,19 +102,6 @@ const Twitter = () => ( ); -const Community = () => ( - - - Community - - -); - const GitHub = () => (