Skip to content

Commit f15ae5e

Browse files
committed
docs(website): update installation and links
While this project could support `lerna watch`, developer experience of it with other css/js/react repositories does not look the best. This repo should be developed independently. Signed-off-by: Takuya Noguchi <[email protected]>
1 parent b868231 commit f15ae5e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

packages/website/README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ Check out our [website][2] for a complete explanation and documentation.
88

99
# Installation
1010

11-
1. `yarn install` in the root of this repository (two level above this directory).
11+
1. In the this directory, do `yarn install`.
1212
1. In this directory, do `yarn start`.
13-
1. A browser window will open up, pointing to the docs.
13+
1. Open `http://localhost:3000/`.
14+
1. See [Docusaurus document][10] for detail.
1415

1516
# Deployment
1617

@@ -20,9 +21,5 @@ Netlify handles the deployment of this website. If you are part of the DocSearch
2021
[2]: https://docsearch.algolia.com/
2122
[3]: https://api.netlify.com/api/v1/badges/30eacc09-d4b2-4a53-879b-04d40aaea454/deploy-status
2223
[4]: https://app.netlify.com/sites/docsearch/deploys
23-
[6]: https://github.com/algolia/docsearch
24-
[7]: https://github.com/algolia/docsearch-configs
25-
[8]: https://github.com/algolia/docsearch-scraper
26-
[9]: https://github.com/algolia/docsearch-website
27-
[10]: https://v2.docusaurus.io/
24+
[10]: https://docusaurus.io/docs
2825
[11]: https://app.netlify.com/sites/docsearch/overview

0 commit comments

Comments
 (0)