We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ec4d5 commit 97254f6Copy full SHA for 97254f6
docs/getting_started.md
@@ -31,8 +31,10 @@ def test_bake_project(cookies):
31
It accepts the ``extra_context`` keyword argument that will be
32
passed to cookiecutter. The given dictionary will override the default values
33
of the template context, allowing you to test arbitrary user input data.
34
-
35
Please see the [Injecting Extra Context] section of the
36
official cookiecutter documentation.
37
+It also accepts extra keyword arguments,
38
+which are passed directly to the cookiecutter function.
39
+
40
[Injecting Extra Context]: https://cookiecutter.readthedocs.io/en/latest/advanced/injecting_context.html#injecting-extra-context
0 commit comments