All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/2] docs: move Linux logo into a new `images` folder
@ 2022-05-10 17:25 Miguel Ojeda
  2022-05-10 17:25 ` [PATCH v1 2/2] docs: add SVG version of the Linux logo Miguel Ojeda
  2022-05-12 15:37 ` [PATCH v1 1/2] docs: move Linux logo into a new `images` folder Jonathan Corbet
  0 siblings, 2 replies; 4+ messages in thread
From: Miguel Ojeda @ 2022-05-10 17:25 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Garrett LeSage, IFo Hancroft, linux-doc, linux-kernel,
	Miguel Ojeda

Having assets in the top-level `Documentation` directory can make
it harder to find the documents one needs, especially if we want
to add more of them later on.

Instead, create a new `images` folder inside it that is used
to hold assets such as logos.

Link: https://lore.kernel.org/lkml/8735hicoy7.fsf@meer.lwn.net/
Suggested-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
---
 Documentation/{ => images}/COPYING-logo |   0
 Documentation/{ => images}/logo.gif     | Bin
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename Documentation/{ => images}/COPYING-logo (100%)
 rename Documentation/{ => images}/logo.gif (100%)

diff --git a/Documentation/COPYING-logo b/Documentation/images/COPYING-logo
similarity index 100%
rename from Documentation/COPYING-logo
rename to Documentation/images/COPYING-logo
diff --git a/Documentation/logo.gif b/Documentation/images/logo.gif
similarity index 100%
rename from Documentation/logo.gif
rename to Documentation/images/logo.gif

base-commit: c5eb0a61238dd6faf37f58c9ce61c9980aaffd7a
-- 
2.36.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-12 16:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-10 17:25 [PATCH v1 1/2] docs: move Linux logo into a new `images` folder Miguel Ojeda
2022-05-10 17:25 ` [PATCH v1 2/2] docs: add SVG version of the Linux logo Miguel Ojeda
2022-05-12 15:37 ` [PATCH v1 1/2] docs: move Linux logo into a new `images` folder Jonathan Corbet
2022-05-12 16:39   ` Miguel Ojeda

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.