Spotify.NET/SpotifyAPI.Docs
2020-05-22 12:28:46 +02:00
..
docs Added better Pagination support via IAsyncEnumerable 2020-05-20 20:59:11 +02:00
news Started docs 2020-05-13 18:27:16 +02:00
src Added better Pagination support via IAsyncEnumerable 2020-05-20 20:59:11 +02:00
static/img Delete undraw_Devices_e67q.svg:Zone.Identifier 2020-05-22 12:28:46 +02:00
versioned_docs/version-5.1.1 Started docs 2020-05-13 18:27:16 +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
docusaurus.config.js Added better Pagination support via IAsyncEnumerable 2020-05-20 20:59:11 +02:00
package.json Started docs 2020-05-13 18:27:16 +02:00
README.md Started docs 2020-05-13 18:27:16 +02:00
sidebars.js Added better Pagination support via IAsyncEnumerable 2020-05-20 20:59:11 +02:00
versions.json Started docs 2020-05-13 18:27:16 +02:00
yarn.lock Prepare docs for release 2020-05-19 17:33:29 +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.