Skip to content

Commit 57aeb82

Browse files
authored
Fix doc line length
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 353f555 commit 57aeb82

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/source/run-application.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,16 @@ Visit http://127.0.0.1:8000/create-repo
3838

3939
Step 4:
4040
--------
41-
To initiate a sync of the master branch, you can either click on the sync request button in the app or send an HTTP request directly to the endpoint using the auth service.
41+
To initiate a sync of the master branch, you can either click on the sync request
42+
button in the app or send an HTTP request directly to the endpoint using the auth service.
4243
The endpoint is: `repository/<uuid:repository_id>/sync-repo/`
4344

4445
Visit http://127.0.0.1:8000/repo-list.
4546

4647

47-
Alternatively, you can integrate this action with GitHub Actions or any other CI tool to trigger the sync automatically whenever new data is pushed to the master branch.
48+
Alternatively, you can integrate this action with GitHub Actions or any other
49+
CI tool to trigger the sync automatically whenever new data is pushed to the
50+
master branch.
4851

4952
Here’s an example of how to send the request manually using curl:
5053
ex:
@@ -56,7 +59,8 @@ ex:
5659
http://127.0.0.1:8000/repository/<uuid:repository_id>/sync-repo/
5760
5861
59-
**Note:** You can retrieve the service token after authenticating via the endpoint `api/v0/users/@<str:username>`.
62+
**Note:** You can retrieve the service token after authenticating via the endpoint
63+
`api/v0/users/@<str:username>`.
6064

6165
Step 5:
6266
--------

0 commit comments

Comments
 (0)