From a446cb22cbb9341bf348a5de23064ef89a5a5f68 Mon Sep 17 00:00:00 2001 From: jordan-violet-sp Date: Wed, 17 Aug 2022 20:00:13 -0400 Subject: [PATCH] updated documentation formatting --- README.md | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 7761a63c1..13273b332 100644 --- a/README.md +++ b/README.md @@ -19,22 +19,19 @@ Logo

Developer Community Website - README

-
-
-

- +
-
+ -This repository contains the complete build, with assets, for everything seen on developer.sailpoint.com. The includes the homepage, all static elements, docs, and the API specifications. The API specifications come in from a GitHub Action in another repository, but ultimately the API specifications used to generate this static site are those found in the static folder. - -

(back to top)

+ +## About The Project +This repository contains the complete build, with assets, for everything seen on developer.sailpoint.com. The includes the homepage, all static elements, docs, and the API specifications. The API specifications come in from a GitHub Action in another repository, but ultimately the API specifications used to generate this static site are those found in the `static` folder. +Please use GitHub issues to submit bugs or make feature requests. ## Getting Started - ### Prerequisites To run this project you must first have npm installed. @@ -57,9 +54,6 @@ npm install npm@latest -g npm start ``` -

(back to top)

- - ## Contributing @@ -74,14 +68,12 @@ Don't forget to give the project a star! Thanks again! 4. Push to the Branch (`git push origin feature/your-feature-name`) 5. Open a Pull Request -

(back to top)

## License Distributed under the MIT License. See `LICENSE.txt` for more information. -

(back to top)

## Discuss