From 492875622b39cb2cf04bbb9248b6ed0c52ced2df Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Tue, 16 Mar 2021 19:52:33 -0500 Subject: Update text wrapping in documentation To meet best practices and standards for markdown, this commit updates all markdown files used for the VuePress documentation so that each line is limited to 80 characters. Signed-off-by: Derick Montague Change-Id: I0cadb33343ce1bc331dfefd096d8137a04c33604 --- docs/guide/components/readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/guide/components/readme.md') diff --git a/docs/guide/components/readme.md b/docs/guide/components/readme.md index f10a1317..aef688af 100644 --- a/docs/guide/components/readme.md +++ b/docs/guide/components/readme.md @@ -1,4 +1,10 @@ # Overview -Vue components are the building blocks of the OpenBMC Web UI. It uses both Boostrap-Vue components, as well as custom components. Using these components assures consistency throughout the application. They also improve the developer experience and increase efficiency. Review the existing components before using HTML markup. If the feature you're working on includes a new layout pattern, rather than adding raw markup to the page, consider creating a component that other sections of the application can use as well. +Vue components are the building blocks of the OpenBMC Web UI. It uses both +Boostrap-Vue components, as well as custom components. Using these components +assures consistency throughout the application. They also improve the developer +experience and increase efficiency. Review the existing components before using +HTML markup. If the feature you're working on includes a new layout pattern, +rather than adding raw markup to the page, consider creating a component that +other sections of the application can use as well. [Learn more about Vue components](https://vuejs.org/v2/guide/components.html) \ No newline at end of file -- cgit v1.2.3