From c756f42c284ee99aab95d4136b782aa211d7d992 Mon Sep 17 00:00:00 2001 From: David Joy Date: Fri, 14 May 2021 12:57:09 -0400 Subject: [PATCH] docs: Updating README with repository details. (#122) * docs: Specify component usage requirements in the README. This includes both the component's dependency on @edx/frontend-platform, as well as its required environment variables. * docs: fix verbatim formatting * docs: improving footer README Including headings and formatting consistent with frontend-component-header. Hopefully others soon. --- README.rst | 118 ++++++++++++++++++++++++++++++++++------------------- 1 file changed, 76 insertions(+), 42 deletions(-) diff --git a/README.rst b/README.rst index 86df364c..1095de79 100644 --- a/README.rst +++ b/README.rst @@ -1,61 +1,95 @@ +######################### frontend-component-footer -========================= +######################### -|Build Status| |Coveralls| |npm_version| |npm_downloads| |license| -|semantic-release| +|Build Status| |Codecov| |npm_version| |npm_downloads| |license| |semantic-release| -frontend-component-footer is a library containing a site footer -component for use when building Open edX frontend applications. - -Usage ------ - -To install frontend-component-footer into your project:: - - npm i --save @edx/frontend-component-footer - -Component Usage:: - - import Footer, { messages } from '@edx/frontend-component-footer'; - - ... - -