From 78396f20e19c297f3f589dfc73265a51d8803ac6 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Wed, 4 Nov 2015 23:43:32 -0800 Subject: [PATCH 1/2] normalize the docs nav menus --- _includes/header.html | 1 - index.md | 19 +++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index a69773deac..fee23e0f77 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -16,7 +16,6 @@ {% endif %} {% endfor %} API - Source diff --git a/index.md b/index.md index 0e516c57fd..726298e078 100644 --- a/index.md +++ b/index.md @@ -1,17 +1,20 @@ --- -layout: default +layout: page +title: Flutter --- -Flutter -======= - Flutter is a new way to build high-performance, cross-platform mobile apps. -Flutter is optimized for today's, and tomorrow's, mobile devices. We are -focused on low-latency input and high frame rates on Android and iOS. +Flutter is optimized for today's, and tomorrow's, mobile devices. We are focused +on low-latency input and high frame rates on Android and iOS. -Next steps: +## Next steps + - [FAQ](faq) - [Getting started guide](getting-started) - [Tutorial introduction](tutorial) - [Widget gallery](widgets) - [API documentation](https://domokit.github.io/docs/sky/) - - [Architecture diagrams](https://docs.google.com/presentation/d/1cw7A4HbvM_Abv320rVgPVGiUP2msVs7tfGbkgdrTy0I/edit?usp=sharing) + +## See also + + - [Architecture diagram](https://docs.google.com/presentation/d/1cw7A4HbvM_Abv320rVgPVGiUP2msVs7tfGbkgdrTy0I/edit?usp=sharing) + - [github.com/flutter](https://github.com/flutter/engine/) From 548b34a904d5e57015a48442d1bd305a0a99063e Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Thu, 5 Nov 2015 08:56:07 -0800 Subject: [PATCH 2/2] review comments --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 726298e078..2f8e7a59fd 100644 --- a/index.md +++ b/index.md @@ -8,7 +8,6 @@ on low-latency input and high frame rates on Android and iOS. ## Next steps - - [FAQ](faq) - [Getting started guide](getting-started) - [Tutorial introduction](tutorial) - [Widget gallery](widgets) @@ -18,3 +17,4 @@ on low-latency input and high frame rates on Android and iOS. - [Architecture diagram](https://docs.google.com/presentation/d/1cw7A4HbvM_Abv320rVgPVGiUP2msVs7tfGbkgdrTy0I/edit?usp=sharing) - [github.com/flutter](https://github.com/flutter/engine/) + - [FAQ](faq)