Skip to content

Commit 4aed15b

Browse files
committed
Fix config.yml examples in docs
1 parent 7a44832 commit 4aed15b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/reference/frontend/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ With Docker
3333
.. dropdown:: ``config.yml``
3434

3535
.. literalinclude:: ../../../config.yml
36-
:emphasize-lines: 30-33
36+
:emphasize-lines: 34-37
3737

3838
* After frontend is started and ready, open http://localhost:3000.
3939

docs/reference/scheduler/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ With docker
3434
.. dropdown:: ``config.yml``
3535

3636
.. literalinclude:: ../../../config.yml
37-
:emphasize-lines: 1-5,54-55
37+
:emphasize-lines: 1-10,57-58
3838

3939
Without docker
4040
^^^^^^^^^^^^^^

docs/reference/server/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ With docker
3333
.. dropdown:: ``config.yml``
3434

3535
.. literalinclude:: ../../../config.yml
36-
:emphasize-lines: 7-27, 36-50, 71-72
36+
:emphasize-lines: 1-31, 40-49, 70-71
3737

3838
* After server is started and ready, open http://localhost:8000/docs.
3939

docs/reference/worker/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ With docker
4646
.. dropdown:: ``config.yml``
4747

4848
.. literalinclude:: ../../../config.yml
49-
:emphasize-lines: 1-10,58-68
49+
:emphasize-lines: 1-10,57-67
5050

5151
Without docker
5252
^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)