mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2026-04-04 00:25:24 +00:00
Rename 'DemoLogin.vue' to 'DemoLoginLocalized.vue' to signal that locales are inside
This commit is contained in:
parent
b24bad5e0a
commit
68a6213707
@ -1,5 +1,5 @@
|
||||
import { defineClientConfig } from "vuepress/client";
|
||||
import DemoLogin from "./components/DemoLogin.vue";
|
||||
import DemoLoginLocalized from "./components/DemoLoginLocalized.vue";
|
||||
import DonationBar from "./components/DonationBar.vue";
|
||||
import MiniBlog from "./components/MiniBlog.vue";
|
||||
import RoadmapProgress from "./components/RoadmapProgress.vue";
|
||||
@ -7,7 +7,7 @@ import RedirectHome from "./components/RedirectHome.vue";
|
||||
|
||||
export default defineClientConfig({
|
||||
enhance({ app }) {
|
||||
app.component("DemoLogin", DemoLogin);
|
||||
app.component("DemoLoginLocalized", DemoLoginLocalized);
|
||||
app.component("DonationBar", DonationBar);
|
||||
app.component("MiniBlog", MiniBlog);
|
||||
app.component("RoadmapProgress", RoadmapProgress);
|
||||
|
||||
@ -232,7 +232,7 @@ description: Eine freie Open-Source-Software, mit der du ein soziales Netzwerk f
|
||||
|
||||
<h2 class="large-header">Probier es aus</h2>
|
||||
|
||||
<DemoLogin />
|
||||
<DemoLoginLocalized />
|
||||
|
||||
<h2 class="large-header">Loslegen</h2>
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ description: Bereit für dein eigenes soziales Netzwerk? Erfahre, wie du die oce
|
||||
## Ausprobieren, dann installieren
|
||||
|
||||
<!-- markdownlint-disable MD033 -->
|
||||
<DemoLogin :centered="false" />
|
||||
<DemoLoginLocalized :centered="false" />
|
||||
<!-- markdownlint-enable MD033 -->
|
||||
|
||||
## Hosting auf einem Server
|
||||
|
||||
@ -233,7 +233,7 @@ description: A free and open source software with which you can operate a social
|
||||
|
||||
<h2 class="large-header">Try it out</h2>
|
||||
|
||||
<DemoLogin />
|
||||
<DemoLoginLocalized />
|
||||
|
||||
<h2 class="large-header">Get started</h2>
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ description: Ready to get started with your own social network? Learn how to ins
|
||||
## Try it out, then install it
|
||||
|
||||
<!-- markdownlint-disable MD033 -->
|
||||
<DemoLogin :centered="false" />
|
||||
<DemoLoginLocalized :centered="false" />
|
||||
<!-- markdownlint-enable MD033 -->
|
||||
|
||||
## Hosting on a server
|
||||
|
||||
@ -199,7 +199,7 @@ description: "Un software libre y de código abierto con el que puedes gestionar
|
||||
|
||||
<h2 class="large-header">Pruébalo</h2>
|
||||
|
||||
<DemoLogin />
|
||||
<DemoLoginLocalized />
|
||||
|
||||
<h2 class="large-header">Comienza</h2>
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ description: ¿Listo para crear tu propia red social? Descubre cómo instalar el
|
||||
## Pruébalo, luego instálalo
|
||||
|
||||
<!-- markdownlint-disable MD033 -->
|
||||
<DemoLogin :centered="false" />
|
||||
<DemoLoginLocalized :centered="false" />
|
||||
<!-- markdownlint-enable MD033 -->
|
||||
|
||||
## Hospedaje en un servidor
|
||||
|
||||
@ -233,7 +233,7 @@ description: Un logiciel libre et open source avec lequel tu peux gérer un rés
|
||||
|
||||
<h2 class="large-header">Essayes-le</h2>
|
||||
|
||||
<DemoLogin />
|
||||
<DemoLoginLocalized />
|
||||
|
||||
<h2 class="large-header">Commence</h2>
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ description: Prêt à démarrer ton propre réseau social ? Apprends à installe
|
||||
## Essaies-le, puis installes-le
|
||||
|
||||
<!-- markdownlint-disable MD033 -->
|
||||
<DemoLogin :centered="false" />
|
||||
<DemoLoginLocalized :centered="false" />
|
||||
<!-- markdownlint-enable MD033 -->
|
||||
|
||||
## Hébergement sur un serveur
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user