diff --git a/website/README.md b/website/README.md index ede92e3555..3706009ecc 100644 --- a/website/README.md +++ b/website/README.md @@ -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+): @@ -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 @@ -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. \ No newline at end of file +- `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.