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