* add swedish local * added to changelog * add to TestLocalizationService * build(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /docs (#909) Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12. - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](https://github.com/juliangruber/brace-expansion/compare/1.1.11...v1.1.12) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 1.1.12 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * add local (signed this time hopefully) * Update sv.json Co-authored-by: David Marby <david@dmarby.se> Signed-off-by: axel <mail@axell.me> * Update sv.json Co-authored-by: David Marby <david@dmarby.se> Signed-off-by: axel <mail@axell.me> * Update localization_test.go Co-authored-by: Jonathan Herlin <Jonte@jherlin.se> Signed-off-by: axel <mail@axell.me> * Update sv.json Co-authored-by: Jonathan Herlin <Jonte@jherlin.se> Signed-off-by: axel <mail@axell.me> * Update sv.json Co-authored-by: Jonathan Herlin <Jonte@jherlin.se> Signed-off-by: axel <mail@axell.me> * Update sv.json Co-authored-by: Jonathan Herlin <Jonte@jherlin.se> Signed-off-by: axel <mail@axell.me> * Update sv.json Co-authored-by: Jonathan Herlin <Jonte@jherlin.se> Signed-off-by: axel <mail@axell.me> * Update sv.json --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: axel <mail@axell.me> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Marby <david@dmarby.se> Co-authored-by: Jonathan Herlin <Jonte@jherlin.se> |
||
|---|---|---|
| .. | ||
| blog | ||
| docs | ||
| manifest | ||
| src | ||
| static | ||
| .dockerignore | ||
| .gitignore | ||
| Dockerfile | ||
| docusaurus.config.ts | ||
| fly.toml | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| sidebars.ts | ||
| tsconfig.json | ||
Website
This website is built using Docusaurus, 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.