Spotify.NET/SpotifyAPI.Docs
dependabot[bot] 23704b5ab9
Bump elliptic from 6.5.2 to 6.5.3 in /SpotifyAPI.Docs (#491)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-06 10:26:19 +02:00
..
docs Added Sp0 to showcase 2020-07-01 21:25:55 +02:00
src prepare beta 9 2020-07-15 21:15:10 +02:00
static/img Adapted readme for version 6 beta 2020-06-04 21:32:52 +02:00
versioned_docs/version-5.1.1 Merge branch 'v6' 2020-06-04 15:43:25 +02:00
versioned_sidebars Started docs 2020-05-13 18:27:16 +02:00
.gitignore Started docs 2020-05-13 18:27:16 +02:00
docs.sh Added git config stuff 2020-06-04 18:34:19 +02:00
docusaurus.config.js Corrected github docs settings 2020-06-04 16:21:23 +02:00
package.json Docs site updated #451 2020-05-31 17:21:17 +02:00
README.md Started docs 2020-05-13 18:27:16 +02:00
reference.md Update online docs 2020-06-03 17:44:13 +02:00
sidebars.js Added docs for IPlayableItem, fixes #454 2020-06-06 17:43:49 +02:00
versions.json Started docs 2020-05-13 18:27:16 +02:00
yarn.lock Bump elliptic from 6.5.2 to 6.5.3 in /SpotifyAPI.Docs (#491) 2020-08-06 10:26:19 +02:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.