From 2683203c5db41d16795dfd92e8861ec22128510c Mon Sep 17 00:00:00 2001 From: Jaime Resano Date: Tue, 8 Oct 2024 17:30:24 +0200 Subject: [PATCH] Docs: move chat grpc example documentation to suitable folder This is the idiomatic way of providing documentation files for our examples. Task-number: QTBUG-129571 Pick-to: 6.8 Change-Id: I821cf955371766ef473551607308f59c6c2e692b Reviewed-by: Jaime Resano Reviewed-by: Alexey Edelev Reviewed-by: Dennis Oberst --- .../{ => chat}/doc/images/chatconversation.webp | Bin examples/grpc/{ => chat}/doc/images/chatlogin.webp | Bin examples/grpc/{ => chat}/doc/src/chat.qdoc | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename examples/grpc/{ => chat}/doc/images/chatconversation.webp (100%) rename examples/grpc/{ => chat}/doc/images/chatlogin.webp (100%) rename examples/grpc/{ => chat}/doc/src/chat.qdoc (100%) diff --git a/examples/grpc/doc/images/chatconversation.webp b/examples/grpc/chat/doc/images/chatconversation.webp similarity index 100% rename from examples/grpc/doc/images/chatconversation.webp rename to examples/grpc/chat/doc/images/chatconversation.webp diff --git a/examples/grpc/doc/images/chatlogin.webp b/examples/grpc/chat/doc/images/chatlogin.webp similarity index 100% rename from examples/grpc/doc/images/chatlogin.webp rename to examples/grpc/chat/doc/images/chatlogin.webp diff --git a/examples/grpc/doc/src/chat.qdoc b/examples/grpc/chat/doc/src/chat.qdoc similarity index 100% rename from examples/grpc/doc/src/chat.qdoc rename to examples/grpc/chat/doc/src/chat.qdoc