From b24a3a118cb7ae930a0a587d8e69b512295f0792 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Mon, 19 Mar 2018 16:41:36 -0700 Subject: [PATCH] Update some READMEs under dev/. (#15712) --- dev/README.md | 4 ++++ dev/docs/README.md | 10 ++++------ 2 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 dev/README.md diff --git a/dev/README.md b/dev/README.md new file mode 100644 index 0000000000..afe8f26063 --- /dev/null +++ b/dev/README.md @@ -0,0 +1,4 @@ +This directory contains tools and resources that the Flutter team uses +during development of the framework. The tools in this directory +should not be necessary for developing Flutter applications, though of +course they may be interesting if you are curious. diff --git a/dev/docs/README.md b/dev/docs/README.md index c53b90b44f..88a7221ed7 100644 --- a/dev/docs/README.md +++ b/dev/docs/README.md @@ -1,6 +1,4 @@ -Flutter is Google’s mobile UI framework to craft high-quality native interfaces. -Integrates with iOS and Android, works with existing code, -and is free and open source. - -See the [getting started guide](https://flutter.io/getting-started/) for -information about using Flutter. +This directory contains the documentation generator for +. Those docs are updated only for the beta +branch, see <../bots/docs.sh>. You can find docs for the master branch +staged at .