mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 14:02:58 +00:00
772 B
772 B
New Recipes
We welcome contributions of recipes, short examples of using, configuring, or extending the Docker Stacks, for inclusion in the documentation site. Follow the process below to add a new recipe:
- Open the
docs/using/recipes.md
source file. - Add a second-level Markdown heading naming your recipe at the bottom of the file (e.g., `## Add the RISE extension``)
- Write the body of your recipe under the heading, including whatever command line, Dockerfile, links, etc. you need.
- Submit a pull request (PR) with your changes.
- Discuss changes with the maintainers and address any formatting or content issues.