Documentation for REST API
- Node.js version 16.14 or above (which can be checked by running
node -v
). You can use nvm for managing multiple Node versions on a single machine installed.- When installing Node.js, you are recommended to check all checkboxes related to dependencies.
git clone https://github.com/MicroStrategy/rest-api-docs.git
Install the site and run an initial build command:
cd rest-api-docs
yarn
yarn start
This command will start a local server and you'll be able to work on your site with hot reloads and some nice Browsersync features. 💥
We accept a lot of different contributions, including some that don't require you to write a single line of code.
As you're using Embedding SDK Docs, you may find something in an article that you'd like to add to, update, or change. Click on Edit button, which could be found on the top right corner of the article, to navigate directly to that article in the codebase, so that you can begin making your contribution.
If you've found a problem, you can open an issue here.
If you have a solution to one of the open issues, you will need to fork the repository and submit a pull request. For more details about this process, please check out Getting started with contributing.
That's how you can get started easily as a member of the MicroStrategy Embedding SDK Documentation community. ✨
If you want to know more, or you're making a more complex contribution, check out Getting started with contributing.