Jordan Violet 6bbf413573 Update bot.yml
2022-09-22 21:22:04 -04:00
2022-09-22 21:22:04 -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-17 17:51:06 -04:00
2022-09-14 11:15:47 -04:00
2022-08-16 16:59:27 -04:00
2022-09-15 23:26:09 -04:00
2022-09-16 15:45:51 -04:00
2022-09-15 23:24:57 -04:00
2022-09-13 13:29:34 -04:00
2022-09-21 10:18:38 -05:00
2022-08-30 01:40:21 -04:00

Discourse Topics Issues Latest Releases Contributor Shield Deploy to Production


Logo

SailPoint Developer Community - 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, documentation, API specifications, et. al. 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 run 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
    

Discuss

Click Here to discuss this tool with other users.

License

Distributed under the MIT License. See the license for more information.

Contributing

Before you contribute you must sign our CLA. Please also read our contribution guidelines for all the details on contributing.

Code of Conduct

We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. Read our code of conduct to learn more.

(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%