rnx-kit/docsite
dependabot[bot] 18bb5ab292
chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 in /docsite (#2913)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-09 09:07:57 +00:00
..
blog chore(website): remove local blog in favour of the DevBlog (#2045) 2022-11-28 10:05:07 +00:00
docs docs: bump Docusaurus to v3 (#2816) 2023-11-15 17:46:24 +01:00
src Clean and clarify the docs (#2713) 2023-09-29 12:55:14 +02:00
static Clean and clarify the docs (#2713) 2023-09-29 12:55:14 +02:00
.gitignore docs: automate removal of badges from READMEs (#2324) 2023-04-14 08:24:28 +02:00
.yarnrc.yml chore(deps): update yarn to v3.7.0 (#2634) 2023-11-22 12:02:59 +00:00
README.md Documentation Website (#1197) 2022-03-08 18:30:14 +01:00
babel.config.js Documentation Website (#1197) 2022-03-08 18:30:14 +01:00
docusaurus.config.js Clean and clarify the docs (#2713) 2023-09-29 12:55:14 +02:00
generate.js docs: automate removal of badges from READMEs (#2324) 2023-04-14 08:24:28 +02:00
package.json chore(deps): update yarn to v3.7.0 (#2634) 2023-11-22 12:02:59 +00:00
sidebars.js docs: automate removal of badges from READMEs (#2324) 2023-04-14 08:24:28 +02:00
tsconfig.json Documentation Website (#1197) 2022-03-08 18:30:14 +01:00
yarn.lock chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 in /docsite (#2913) 2024-01-09 09:07:57 +00: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

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.