This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/website
dependabot[bot] 20b6d82532
build(deps): bump amplitude-js from 8.17.0 to 8.18.0 in /website
Bumps [amplitude-js](https://github.com/amplitude/amplitude-javascript) from 8.17.0 to 8.18.0.
- [Release notes](https://github.com/amplitude/amplitude-javascript/releases)
- [Changelog](https://github.com/amplitude/Amplitude-JavaScript/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amplitude/amplitude-javascript/compare/v8.17.0...v8.18.0)

---
updated-dependencies:
- dependency-name: amplitude-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 19:14:32 +00:00
..
cypress ci: enable website tests on PRs 2022-03-29 11:22:15 -07:00
plugins/docusaurus-plugin-hotjar
src Merge pull request #1970 from slumbering/docusaurus-preset-bump-up 2022-04-01 16:36:53 +01:00
static website: update favicon 2022-04-01 12:00:04 +02:00
.gitignore
.prettierrc
babel.config.js
cypress.json
docsearch.config.json Rebuild Algolia search index for docs 2022-03-23 14:57:33 +00:00
docusaurus.config.js website: remove navbar schedule link 2022-04-01 16:19:37 +02:00
env.example Rebuild Algolia search index for docs 2022-03-23 14:57:33 +00:00
netlify.toml remove github authentication. Documentation is now public 2022-03-29 13:28:45 +02:00
package.json build(deps): bump amplitude-js from 8.17.0 to 8.18.0 in /website 2022-04-01 19:14:32 +00:00
README.md
rebuild_algolia_docs_search_index.sh Rebuild Algolia search index for docs 2022-03-23 14:57:33 +00:00
sidebars.js Copied Dagger vs documentation to Europa. 2022-03-31 20:31:39 -07:00
yarn.lock build(deps): bump amplitude-js from 8.17.0 to 8.18.0 in /website 2022-04-01 19:14:32 +00:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn install

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.