From ad2fb0d5bce954b63463335aefa50b58bcdce3bd Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 27 Aug 2023 19:34:47 +0200 Subject: [PATCH] New translations en.md (Spanish) skip-build --- markdown/org/docs/site/apikeys/name/es.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 markdown/org/docs/site/apikeys/name/es.md diff --git a/markdown/org/docs/site/apikeys/name/es.md b/markdown/org/docs/site/apikeys/name/es.md new file mode 100644 index 00000000000..d1d6ed9b05e --- /dev/null +++ b/markdown/org/docs/site/apikeys/name/es.md @@ -0,0 +1,16 @@ +--- +title: "API Keys: Name" +--- + +Every API key has a **name** attribute that is mandatory. + +In other words, you must give each of your API keys a name, but that name can be anything you want. + +Typically, people give names that describe where the key is used, like: + +- Production backend +- GitLab runner +- Local development on my laptop + +But you do you. +