1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-11-29 15:42:15 +03:00
git-cliff/website
dependabot[bot] 5c834469d1
chore(deps): bump @easyops-cn/docusaurus-search-local from 0.42.0 to 0.43.0 in /website in the minor group (#679)
Bumps the minor group in /website with 1 update: [@easyops-cn/docusaurus-search-local](https://github.com/easyops-cn/docusaurus-search-local).


Updates `@easyops-cn/docusaurus-search-local` from 0.42.0 to 0.43.0
- [Release notes](https://github.com/easyops-cn/docusaurus-search-local/releases)
- [Changelog](https://github.com/easyops-cn/docusaurus-search-local/blob/master/docusaurus-search-local/CHANGELOG.md)
- [Commits](https://github.com/easyops-cn/docusaurus-search-local/compare/v0.42.0...v0.43.0)

---
updated-dependencies:
- dependency-name: "@easyops-cn/docusaurus-search-local"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-06 11:18:28 +03:00
..
blog docs(website): add highlights for 2.3.0 (#670) 2024-06-03 14:12:40 +03:00
docs docs(website): add highlights for 2.3.0 (#670) 2024-06-03 14:12:40 +03:00
src style(website): add GitHub logo to the header 2024-01-06 14:43:59 +03:00
static style(website): use a short link for reporting issues 2024-02-29 18:52:45 +03:00
.gitignore chore(website): move website to website folder 2023-04-09 18:16:31 +03:00
babel.config.js chore(website): move website to website folder 2023-04-09 18:16:31 +03:00
docusaurus.config.js chore(website): add announcement bar for the new release 2024-02-19 18:42:24 +03:00
package-lock.json chore(deps): bump @easyops-cn/docusaurus-search-local from 0.42.0 to 0.43.0 in /website in the minor group (#679) 2024-06-06 11:18:28 +03:00
package.json chore(deps): bump @easyops-cn/docusaurus-search-local from 0.42.0 to 0.43.0 in /website in the minor group (#679) 2024-06-06 11:18:28 +03:00
README.md chore(website): move website to website folder 2023-04-09 18:16:31 +03:00
sidebars.js chore(website): move website to website folder 2023-04-09 18:16:31 +03:00
tsconfig.json chore(deps): bump docusaurus to v3 (#391) 2023-12-18 23:33:41 +01:00
yarn.lock chore(deps): bump @easyops-cn/docusaurus-search-local from 0.42.0 to 0.43.0 in /website in the minor group (#679) 2024-06-06 11:18:28 +03: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.