Files
developer.sailpoint.com/README.md
2022-09-01 21:41:48 -04:00

2.7 KiB

Discourse Topics Times Downloaded Issues Latest Releases Contributor Shield Deploy to Production


Logo

Developer Community Website - README


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.

npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/sailpoint-oss/developer-community-site.git
    
  2. Install NPM packages
    npm install
    
  3. Generate the docs
    npm run docusaurus gen-api-docs all
    
  4. Start the website
    npm start
    

License

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

Discuss

Click Here to discuss this tool with other users.

(back to top)