multi-scrobbler/docsite
FoxxMD feb02bfa85 docs(ytmusic): Clearer wording for troubleshooting content
Also increase non-erroneous diff logging from DEBUG to VERBOSE to raise signal a bit.
2024-12-10 15:55:20 +00:00
..
docs docs(ytmusic): Clearer wording for troubleshooting content 2024-12-10 15:55:20 +00:00
src docs: Fix bad transform links 2024-12-10 15:28:25 +00:00
static docs: Improve schema generation and compatibility 2024-12-04 14:46:40 -05:00
.gitignore feat: Implement somewhat-working docusaurus site 2023-07-13 15:08:00 -04:00
babel.config.js feat: Implement somewhat-working docusaurus site 2023-07-13 15:08:00 -04:00
docusaurus.config.ts fix: local documentation 2024-09-10 21:09:09 +01:00
package-lock.json chore(deps): bump the npm_and_yarn group across 2 directories with 3 updates 2024-10-31 12:40:57 +00:00
package.json docs: Enable parsing json5 for AIO examples 2024-10-15 17:39:49 +00:00
README.md feat: Implement somewhat-working docusaurus site 2023-07-13 15:08:00 -04:00
sidebars.ts docs: Update docusaurus to v3 2024-07-09 15:54:45 -04:00
tsconfig.json docs: Update docusaurus to v3 2024-07-09 15:54:45 -04: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 opens 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

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> 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.