diff --git a/docs/developing/keyboard.md b/docs/developing/keyboard.md index f8e95318870..ee9e55d22fd 100644 --- a/docs/developing/keyboard.md +++ b/docs/developing/keyboard.md @@ -27,7 +27,7 @@ For a list of accepted values, see the diff --git a/docs/developing/managing-focus.md b/docs/developing/managing-focus.md index 01b112ea68c..3adcb726bbd 100644 --- a/docs/developing/managing-focus.md +++ b/docs/developing/managing-focus.md @@ -35,7 +35,7 @@ There are platform restrictions you should be aware of when using the `setFocus` The example below demonstrates how to use the `setFocus` API to request focus on an input when the user clicks a button. -import Basic from '@site/static/usage/v7/input/set-focus/index.md'; +import Basic from '@site/static/usage/v8/input/set-focus/index.md'; diff --git a/docs/layout/dynamic-font-scaling.md b/docs/layout/dynamic-font-scaling.md index bfce2ea3485..93f539be062 100644 --- a/docs/layout/dynamic-font-scaling.md +++ b/docs/layout/dynamic-font-scaling.md @@ -14,7 +14,7 @@ If you are testing on Chrome for Android, make sure ["Accessibility Page Zoom"]( Follow the [Changing the Font Size on a Device](#changing-the-font-size-on-a-device) guide to set your preferred font size, and watch the text in the demo below grow or shrink according to your preferences. -import DynamicFontScaling from '@site/static/usage/v7/layout/dynamic-font-scaling/index.md'; +import DynamicFontScaling from '@site/static/usage/v8/layout/dynamic-font-scaling/index.md'; diff --git a/docs/layout/structure.md b/docs/layout/structure.md index 700e77372fa..4922630f8eb 100644 --- a/docs/layout/structure.md +++ b/docs/layout/structure.md @@ -22,7 +22,7 @@ Ionic Framework provides several different layouts that can be used to structure The most simple layout available consists of a [header](../api/header.md) and [content](../api/content.md). Most pages in an app generally have both of these, but a header is not required in order to use content. -import Header from '@site/static/usage/v7/header/basic/index.md'; +import Header from '@site/static/usage/v8/header/basic/index.md';
@@ -30,7 +30,7 @@ import Header from '@site/static/usage/v7/header/basic/index.md'; While a toolbar in a header appears above the content, a footer appears below the content. A header and a footer can also be used together on the same page. -import Footer from '@site/static/usage/v7/footer/basic/index.md'; +import Footer from '@site/static/usage/v8/footer/basic/index.md';