sbv2-solana/website
dependabot[bot] b2b7bba5df
Bump eslint and @types/eslint
Bumps [eslint](https://github.com/eslint/eslint) and [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint). These dependencies needed to be updated together.

Updates `eslint` from 8.14.0 to 8.18.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.14.0...v8.18.0)

Updates `@types/eslint` from 8.4.3 to 8.4.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/eslint"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-01 23:03:51 +00:00
..
api docs: updated tasks, IDL, and descriptions 2022-06-29 15:22:11 -06:00
docs uprev spl-token 2022-06-29 19:44:33 -06:00
idl docs: updated tasks, IDL, and descriptions 2022-06-29 15:22:11 -06:00
plugins/my-loaders init 2022-05-17 10:42:04 -06:00
src uprev spl-token 2022-06-29 19:44:33 -06:00
static updated images 2022-06-10 10:25:11 -06:00
.eslintrc.json init 2022-05-17 10:42:04 -06:00
CNAME init 2022-05-17 10:42:04 -06:00
LICENSE cleaned up package.json, tsconfig.json, and misc build configs 2022-05-25 12:38:29 -06:00
README.md init 2022-05-17 10:42:04 -06:00
babel.config.js init 2022-05-17 10:42:04 -06:00
cSpell.json fixed spelling 2022-05-24 16:34:57 -06:00
docker-compose.yml init 2022-05-17 10:42:04 -06:00
docusaurus.config.js added search to docusaurus 2022-06-14 12:36:43 -06:00
package.json Bump eslint and @types/eslint 2022-07-01 23:03:51 +00:00
sidebars.js init 2022-05-17 10:42:04 -06:00
sidebarsAPI.js refactored documentation 2022-05-24 16:18:05 -06:00
sidebarsIDL.js developer doc cleanup 2022-05-20 16:45:42 -06:00
tsconfig.json init 2022-05-17 10:42:04 -06:00

README.md

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

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