Skip to content

Commit c77c796

Browse files
committedOct 31, 2022
Docs: Add docatl alternative for update index
fixes: #320, #322
1 parent 4b649cf commit c77c796

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
 

‎README.md

+7
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,11 @@ You can force the index re-creation using the following request:
141141
```sh
142142
curl -X POST http://localhost:8000/api/index/update
143143
```
144+
145+
Using `docatl`:
146+
147+
```sh
148+
docatl update-index --host http://localhost:8000
149+
```
150+
144151
Don't worry if it takes some time :)

‎doc/getting-started.md

+6
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,10 @@ To force the re-creation of the search index, you can use the following command:
179179
curl -X POST http://localhost:8000/api/index/update
180180
```
181181

182+
Using `docatl`:
183+
184+
```sh
185+
docatl update-index --host http://localhost:8000
186+
```
187+
182188
Note that this can take some time.

0 commit comments

Comments
 (0)