Jordan Violet 7a8487d473 Create LICENSE
2022-09-15 23:24:57 -04:00
2022-09-08 14:05:30 -04:00
2022-09-02 15:35:57 -04:00
2022-08-16 16:59:27 -04:00
2022-08-30 01:40:21 -04:00
2022-09-15 10:54:14 -04:00
2022-09-15 11:28:44 -04:00
2022-09-15 10:54:14 -04:00
2022-09-14 11:15:47 -04:00
2022-08-16 16:59:27 -04:00
2022-09-15 23:24:57 -04:00
2022-09-13 13:29:34 -04:00
2022-09-07 09:52:49 -04:00
2022-09-07 09:52:49 -04:00
2022-09-07 12:16:30 -04:00
2022-09-02 20:36:41 -04:00
2022-08-30 01:40:21 -04:00

Discourse Topics 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.sailpoint.com.git
    
  2. Install NPM packages
    npm install
    
  3. Generate the docs
    npm run docusaurus gen-api-docs all
    
  4. Start the website
    npm start
    

Running the Algolia crawler

  1. Setup a .env file inside the algolia folder
    APPLICATION_ID={APP_ID}
    API_KEY={API_KEY}
    
  2. Run the Algolia crawler using docker
    docker run -it --env-file=./algolia/.env -e "CONFIG=$(cat ./algolia/config.json | jq -r tostring)" algolia/docsearch-scraper
    

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)

Description
No description provided
Readme MIT 153 MiB
Languages
MDX 91.2%
HTML 7.6%
Java 0.6%
JavaScript 0.4%
CSS 0.2%