You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `main` branch of this repository is automatically deployed to our docs site, and other branches and pull requests leverage Netlify deploy. Please note that unless you are a recognized contributor of this repository, each attempted PR generates a Netlify approval that will prevent your pull request from being merged. Once the request is approved and a Netlify deploy preview is generated, a Netlify deploy preview will appear in the body of your PR as `😎 Deploy Preview`. This deploy preview will be audited by a docs maintainer before merging your pull request.
27
27
28
-
## Community & Contribution 😻
29
-
Contributing to the documentation of Lava is a rewarding way to give back to the ecosystem. We always welcome contributors with love & kindness. Please read the [contribution](CONTRIBUTING.md) guide to help you get started.
@@ -69,11 +64,15 @@ Algolia search needs values assigned to these in order to start. For local docs
69
64
70
65
### 4. Install all packages
71
66
72
-
```yarn install```
67
+
```
68
+
yarn install
69
+
```
73
70
74
71
### 5. Host a local preview of the docs (*Optional*)
75
72
76
-
```yarn start```
73
+
```
74
+
yarn start
75
+
```
77
76
78
77
Your preview will dynamically change/hotload as you make changes to files.
79
78
@@ -85,11 +84,14 @@ yarn build
85
84
86
85
Your build will appear in the `./build/` folder of your docs directory.
87
86
88
-
### 7. Deployment (*Optional*)
87
+
### 7. Deploy to Github (*Optional*)
89
88
90
89
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.
91
90
92
91
```
93
92
$ GIT_USER=<Your GitHub username> yarn deploy
94
93
```
95
94
95
+
## Contribution 👥
96
+
97
+
Contributing to the documentation of Lava is a rewarding way to give back to the ecosystem. We always welcome contributors with love & kindness. Please read the [contribution](CONTRIBUTING.md) guide to help you get started.
0 commit comments