diff --git a/docs/website/README.md b/docs/website/README.md index 3289ec0c4..feb912c91 100644 --- a/docs/website/README.md +++ b/docs/website/README.md @@ -3,11 +3,11 @@ The website is built with [Nextra framework](https://nextra.site/). The site is deployed on and served by [Vercel](https://vercel.com/). -## Dependecise and Development +## Dependencies and Development It is recommended to use [pnpm](https://pnpm.io/). -To install dependencise: +To install dependencies: ``` pnpm install ``` @@ -25,7 +25,7 @@ All editable pages are under `/pages/`. ├── blog // all the Blog Posts go into here │   ├── post_name.en-US.mdx // this is a post in English │   ├── post_name.zh-CN.mdx // this is a post in Chinese -├── blog-template // here you can find a blog post template with necessary metadat and post header +├── blog-template // here you can find a blog post template with necessary metadata and post header │   └── post-template.en-US.mdx ├── docs // all the documentations are in here; they should be nested with folder structures │   ├── _meta.en-US.json // each of the folders in the docs should contain a _meta.json file with locale in the file name