From f6df801b384118b946bb3b7b3248832ec70cfd0a Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Wed, 9 Dec 2020 18:37:11 -0600 Subject: Update component documentation The component structure was not consistent. We determined how we wanted to save image examples within the component directory, but not all of the components were updated. The result was that some images were not displaying on the component pages. This patchset resolves that issue, along with removing the page component since it is not an actual component within the application. - Add directory for each component, move example images to the directory, and update the image path - Create a page-title and page-section directory and index.md for each - Move content for page-title and page-section from the page.md file into the index.md within the respective component directory - Delete the page.md from the component directory as it is not a component - Update links to page.md in the page-anatomy.md file. Signed-off-by: Derick Montague Change-Id: I1e554adf71abb4c84f423a30d3c3b598f678ade0 --- docs/guide/quickstart/page-anatomy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guide/quickstart') diff --git a/docs/guide/quickstart/page-anatomy.md b/docs/guide/quickstart/page-anatomy.md index ed17c04e..120bf70b 100644 --- a/docs/guide/quickstart/page-anatomy.md +++ b/docs/guide/quickstart/page-anatomy.md @@ -7,7 +7,7 @@ When creating a new page, each template consists of at least 3 components: - `` - `` -Learn more about the [page container, page title and page section](/guide/components/page) components. +Learn more about the [page title](/guide/components/page-title)and [page section](/guide/components/page-section) components. ```vue