mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 04:19:31 +00:00
60fd9d9d708208e673f0dd2cd19b0cc99a5f5d6f
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
- Clone the repo
git clone https://github.com/sailpoint-oss/developer-community-site.git - Install NPM packages
npm install - Generate the docs
npm run docusaurus gen-api-docs all - 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.
Languages
MDX
91.2%
HTML
7.6%
Java
0.6%
JavaScript
0.4%
CSS
0.2%
