Skip to content

Commit

Permalink
Migrate to 11ty (#10336)
Browse files Browse the repository at this point in the history
Closes #10203
Fixes #10335
Fixes #9524
  • Loading branch information
parlough committed Apr 4, 2024
1 parent e35ae06 commit b0e004c
Show file tree
Hide file tree
Showing 1,652 changed files with 8,591 additions and 8,106 deletions.
7 changes: 0 additions & 7 deletions .dockerignore

This file was deleted.

1 change: 0 additions & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"sz": "sz-flutter",
"sz2": "sz-flutter-2",
"ft": "flutter-web-staging",
"bt": "flt-test",
"ats": "tony-flutter-site",
"filiph": "flutter-website-filiph-staging"
}
Expand Down
15 changes: 0 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,6 @@

version: 2
updates:
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "daily"
labels:
- "auto.dependencies"
- "auto.bundler"
- "lang.ruby"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
labels:
- "auto.dependencies"
- "auto.docker"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'javascript', 'ruby' ]
language: [ 'javascript' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://git.io/codeql-language-support

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ jobs:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
with:
submodules: recursive
- name: Build site
run: make build BUILD_CONFIGS=_config.yml
- name: Enable Corepack
run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
Expand All @@ -91,6 +89,8 @@ jobs:
sdk: stable
- name: Fetch Dart dependencies
run: dart pub get
- name: Build site
run: dart run flutter_site build
- name: Check for broken Markdown link references
run: dart run flutter_site check-link-references
- name: Check for broken internal links
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ Gianluca Cesari <giangi.ces@gmail.com>
Hidenori Matsubayashi <Hidenori.Matsubayashi@sony.com>
Pradumna Saraf <pradumnasaraf@gmail.com>
Alex Li <alexv.525.li@gmail.com>
Parker Lougheed <parlough@gmail.com>
6 changes: 0 additions & 6 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
# Covers all web content
/src/ @sfshaza2 @atsansone @parlough @domesticmouse @MaryaBelanger

# Covers Jekyll plugins
/src/_plugins/ @khanhnwin @parlough @sfshaza2 @atsansone @domesticmouse @MaryaBelanger

# Covers website styles
/src/_sass/ @khanhnwin @parlough @sfshaza2 @atsansone @domesticmouse @MaryaBelanger

# Covers website tooling
/tool/ @sfshaza2 @atsansone @parlough @khanhnwin @domesticmouse @MaryaBelanger

Expand Down
9 changes: 4 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

If you would like to contribute to the Flutter project,
we’re happy to have your help! Anyone can contribute, whether you’re new to
the project or you’ve been around a long time, and whether you self-identify
Expand All @@ -19,7 +18,7 @@ Flutter](https://github.com/flutter/flutter/blob/main/CONTRIBUTING.md)
in the [Flutter SDK](https://github.com/flutter/flutter) repo.

We are also happy to accept your PRs to the
[Flutter website](https://github.com/flutter/website/) repo,
[Flutter documentation website](https://github.com/flutter/website/) repo,
even if it's just to fix a typo.

For ways to get involved in the Flutter community or to learn about us,
Expand All @@ -31,7 +30,7 @@ We encourage you to reach out and join the conversation.

An easy way to send feedback is to "thumbs up" issues important to you
in either the issue tracker for the [Flutter SDK and API docs][issues],
or the [flutter.dev website][doc-issues].
or the [docs.flutter.dev website][doc-issues].

Other ways you can contribute:

Expand All @@ -42,8 +41,8 @@ Other ways you can contribute:
* [Report bugs and request features][issues]
* [Report API docs bugs][issues]
* [Submit PRs to the Flutter SDK][PRs]
* [Request docs for flutter.dev][doc-issues]
* [Submit PRs to flutter.dev][doc-PRs]
* [Request docs for docs.flutter.dev][doc-issues]
* [Submit PRs to docs.flutter.dev][doc-PRs]
* [Follow us on Twitter: @flutterdev](https://twitter.com/flutterdev/)
* [Read the Flutter Publication on Medium](https://medium.com/flutter)
* [Sign up to Future UX Studies on Flutter](https://flutter.dev/research-signup)
Expand Down
51 changes: 0 additions & 51 deletions Dockerfile

This file was deleted.

13 changes: 0 additions & 13 deletions Gemfile

This file was deleted.

110 changes: 0 additions & 110 deletions Gemfile.lock

This file was deleted.

29 changes: 0 additions & 29 deletions Makefile

This file was deleted.

0 comments on commit b0e004c

Please sign in to comment.