From f6af0d1f33b21f313d00fe9a0efe87ad8fa549f7 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Thu, 5 Jan 2023 20:57:43 +0100 Subject: [PATCH] move to intro --- docs/source/en/_toctree.yml | 4 ++-- docs/source/en/{conceptual => }/stable_diffusion.mdx | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/source/en/{conceptual => }/stable_diffusion.mdx (100%) diff --git a/docs/source/en/_toctree.yml b/docs/source/en/_toctree.yml index d3d3cc11b5..83185517ca 100644 --- a/docs/source/en/_toctree.yml +++ b/docs/source/en/_toctree.yml @@ -3,6 +3,8 @@ title: "🧨 Diffusers" - local: quicktour title: "Quicktour" + - local: stable_diffusion + title: "Stable Diffusion" - local: installation title: "Installation" title: "Get started" @@ -71,8 +73,6 @@ title: "Text-to-image fine-tuning" title: "Training" - sections: - - local: conceptual/stable_diffusion - title: "Stable Diffusion" - local: conceptual/philosophy title: "Philosophy" - local: conceptual/contribution diff --git a/docs/source/en/conceptual/stable_diffusion.mdx b/docs/source/en/stable_diffusion.mdx similarity index 100% rename from docs/source/en/conceptual/stable_diffusion.mdx rename to docs/source/en/stable_diffusion.mdx