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