13 Commits

Author SHA1 Message Date
Piotr
229a13b7fa
docs: Fix context hook extension example (#1877)
Add commas after each dictionary item.
2024-12-02 14:05:47 +01:00
Jairo Llopis
426f5ccdd3
docs(git): tell how to pass HTTPS credentials (#1782)
Fixes https://github.com/copier-org/copier/issues/466
2024-09-21 07:09:36 +01:00
Jairo Llopis
50d478e19d docs: explain how to use computed variables, more clearly
Fixes https://github.com/copier-org/copier/issues/1414 by documenting a clearer and safe alternative that covers most cases.
2023-11-21 16:45:54 +00:00
Sigurd Spieckermann
a75066e34c docs: use autorefs for section references 2023-08-05 20:33:57 +02:00
Sigurd Spieckermann
1031601332 docs: use relative path to Markdown file for page linking 2023-07-19 13:48:49 +02:00
Sigurd Spieckermann
1b351bc856 docs: update CLI usage examples to conform with v8
All CLI calls must use a subcommand as the first argument and all flags
must come after the subcommand. See #1143.
2023-06-15 17:17:05 +01:00
Zhiliang Wu
19474b1789 docs: fix jinja-extension link in faq 2023-05-30 19:33:06 +01:00
Jairo Llopis
689dd8bbb0 docs: explain how to leverage nix with docker
Many folks are not very comfortable with nix yet, so let's document how they can use it in their pipelines with more widely-known tools such as Docker and Podman.

Fixes https://github.com/copier-org/copier/issues/457.
2023-04-07 17:13:39 +01:00
Jairo Llopis
e34bcda48b fix: include dirty local changes when copying HEAD
This was the intended and documented behavior, but at some point it got broken.

Well, now it's tested and it works.

Besides, there's a new FAQ to avoid further surprises.

Fixes https://github.com/copier-org/copier/issues/787
2023-04-07 11:55:59 +01:00
Jairo Llopis
0f517212eb docs: clarify that you can use copier on preexisting projects
Fix https://github.com/copier-org/copier/issues/955.
2023-02-16 07:20:25 +00:00
Adrien Berchet
05c92b42b3
fix: warn users against using shallow clones as template source
* refactor: check if the repository is a shallow clone

* refactor: emit a warning for shallow clones

* docs: add faq entry for high resource consumption with shallow clone

* refactor: define a specific warning for shallow clones

* fix: lint after rebase
2023-01-27 13:12:48 +00:00
Sigurd Spieckermann
3f28e816bb docs(faq): convert "choices" items to lowercase 2022-09-06 16:34:08 +01:00
Timothée Mazzucotelli
945238bdf6
docs: Document the context hook extension (#641)
Co-authored-by: Tom Verdaat <66591885+verdaatt@users.noreply.github.com>
2022-04-24 14:31:42 +01:00