Closed agilgur5 closed 3 weeks ago
Follow-up to #13349, I missed the docs service
port 8000 is normally used by mkdocs serve per its logs:
8000
mkdocs serve
INFO - [18:34:01] Watching paths for changes: 'docs', 'mkdocs.yml' INFO - [18:34:01] Serving on http://127.0.0.1:8000/
Add port 8000 to the devcontainer.json#forwardPorts config
devcontainer.json#forwardPorts
Note that like make docs, there is a make docs-serve task as well, which is referenced in the contributing docs
make docs
make docs-serve
Follow-up to #13349, I missed the docs service
Motivation
port
8000
is normally used bymkdocs serve
per its logs:Modifications
Add port
8000
to thedevcontainer.json#forwardPorts
configVerification
Notes to Reviewers
Note that like
make docs
, there is amake docs-serve
task as well, which is referenced in the contributing docs