stop-preview

star 249

Stop a running MkDocs preview server. Use when port 8000 is busy, switching tasks, or done editing documentation.

nextflow-io By nextflow-io schedule Updated 2/2/2026

name: stop-preview description: Stop a running MkDocs preview server. Use when port 8000 is busy, switching tasks, or done editing documentation.

Stop the MkDocs preview server that is running in the background.

See ../shared/repo-conventions.md for directory structure.

This will:

  1. Find any running Docker containers with the training-mkdocs image
  2. Stop the container(s)
  3. Confirm the server has been stopped

If no preview server is running, you'll be notified.

Use the following steps:

  1. Run docker ps --filter "ancestor=ghcr.io/nextflow-io/training-mkdocs:latest" --format "{{.ID}}" to find running containers
  2. If any container IDs are found, stop them with docker stop <container_id>
  3. Confirm they have been stopped
Install via CLI
npx skills add https://github.com/nextflow-io/training --skill stop-preview
Repository Details
star Stars 249
call_split Forks 318
navigation Branch main
article Path SKILL.md
More from Creator