mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-16 22:42:57 +00:00
Fix broken markdown anchors in the doc
Used a workaround by transforming MD to HTML anchors.
This commit is contained in:
@@ -8,7 +8,7 @@ Following these steps will:
|
||||
1. Setup a project on GitHub containing a Dockerfile based on either the `jupyter/base-notebook` or `jupyter/minimal-notebook` image.
|
||||
2. Configure GitHub Actions to build and test your image when users submit pull requests to your repository.
|
||||
3. Configure Docker Hub to build and host your images for others to use.
|
||||
4. Update the [list of community stacks](../using/selecting.md#community-stacks) in this documentation to include your image.
|
||||
4. Update the [list of community stacks](../using/selecting.html#community-stacks) in this documentation to include your image.
|
||||
|
||||
This approach mirrors how we build and share the core stack images.
|
||||
Feel free to follow it or pave your own path using alternative services and build tools.
|
||||
|
Reference in New Issue
Block a user