Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix website README #4132

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ The website is live [here](https://docs.gitops.weave.works/).

1. Install dependencies: `yarn install`.

1. Set a fake Google Analytics API key to pass validation errors: `export GA_KEY=fakekey`

1. Start the docs server.

> If you are using newer version of Node (17+):
Expand All @@ -24,7 +22,7 @@ The website is live [here](https://docs.gitops.weave.works/).
> ```

```bash
yarn start
GA_KEY=fake ALGOLIA_API_KEY=fake yarn start
```

This will open a browser window. Your changes will be automatically loaded by
Expand Down Expand Up @@ -178,4 +176,4 @@ Deployment happens automatically (once the tests pass) upon merging to the

This section lists commonly used terms in the docs in an effort to promote consistency.

- `Leaf clusters`: used in Weave GitOps Enterprise to describe any CAPI or non-CAPI clusters that appear in the `Clusters` section of the UI. Typically, these clusters are running application workloads.
- `Leaf clusters`: used in Weave GitOps Enterprise to describe any CAPI or non-CAPI clusters that appear in the `Clusters` section of the UI. Typically, these clusters are running application workloads.