Skip to content

MicroStrategy/embedding-sdk-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Embedding SDK Docs

Documentation for Embedding SDK

Usage

Requirements

  • 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.

Step one

git clone https://github.com/MicroStrategy/embedding-sdk-docs.git

Step two

Install the site and run an initial build command:

cd embedding-sdk-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. 💥


Contributing

Start contributing right now

We accept a lot of different contributions, including some that don't require you to write a single line of code.

Click Edit from docs

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.

Open an issue

If you've found a problem, you can open an issue here.

Solve an issue

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.

And that's it

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.