Spotify.NET/SpotifyAPI.Docs
dependabot[bot] 294ac53411
Bump shelljs from 0.8.4 to 0.8.5 in /SpotifyAPI.Docs (#724)
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases)
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5)

---
updated-dependencies:
- dependency-name: shelljs
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-25 20:30:36 +01:00
..
docs Add project for Spotify Song Availability Checker (#613) 2021-06-04 21:48:42 +02:00
src Updated docusaurus and fixed some links 2021-04-08 21:44:18 +02:00
static/img Finished PKCE Docs & Implementation - Example.CLI.PersistentConfig now uses PKCE 2020-08-19 14:03:01 +02:00
versioned_docs/version-5.1.1 Updated docusaurus and fixed some links 2021-04-08 21:44:18 +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
.prettierrc.json Docs formatting 2020-08-19 14:12:11 +02:00
docs.sh Use webfactory/ssh-agent for the SSH setup 2020-11-14 11:14:24 +01:00
docusaurus.config.js Update docs dependencies 2021-08-10 22:23:31 +02:00
package.json Update docs dependencies 2021-08-10 22:23:31 +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 migration from 5.x to 6.x to docs 2020-11-14 13:19:20 +01:00
versions.json Updated docusaurus and fixed some links 2021-04-08 21:44:18 +02:00
yarn.lock Bump shelljs from 0.8.4 to 0.8.5 in /SpotifyAPI.Docs (#724) 2022-01-25 20:30:36 +01: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.