We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54fc68 commit 6f77bf0Copy full SHA for 6f77bf0
docs/README.md
@@ -179,3 +179,13 @@ Tests are written using Jest and can be found in `src/**/*.test.ts` files. The t
179
- Run tests in sequence (--runInBand)
180
181
To create new tests, add a `.test.ts` file adjacent to the code you're testing.
182
+
183
+## Docs Updates
184
185
+Please make sure to vetify if the documentation provided is correct. In order to do so, please run the docs service.
186
187
+```console
188
+docker compose -f docker-compose-docs.yaml up --build
189
+```
190
191
+The docusaurus server will get started and you can verify it locally at https://localhost:3000/eliza.
0 commit comments