Skip to content

Commit 49101e0

Browse files
committed
Merge branch 'main' of https://github.com/slidevjs/docs-el into sync-21fdadc1
2 parents c6c6cfd + 5320557 commit 49101e0

File tree

4 files changed

+70
-17
lines changed

4 files changed

+70
-17
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
contact_links:
2+
- name: Main Repository
3+
url: https://github.com/slidevjs/slidev/
4+
about: This translation is out of date, This translation is outdated, please do not file an issue here.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<script setup lang="ts">
2+
import DefaultTheme from 'vitepress/theme'
3+
4+
const { Layout } = DefaultTheme
5+
</script>
6+
7+
<template>
8+
<div class="deprecate-banner">
9+
Αυτή η μετάφραση δεν συντηρείται πλέον, παρακαλώ επισκεφθείτε
10+
<a href="https://sli.dev/">Αγγλικό έγγραφο</a>.
11+
</div>
12+
<Layout />
13+
</template>
14+
15+
<style>
16+
.deprecate-banner {
17+
position: fixed;
18+
left: 0;
19+
right: 0;
20+
top: -32px;
21+
padding: 4px;
22+
min-height: 32px;
23+
background-color: rgb(250,200,89);
24+
color: black;
25+
text-align: center;
26+
}
27+
28+
.deprecate-banner a {
29+
text-decoration: underline;
30+
color: rgb(4,96,132);
31+
}
32+
33+
:root {
34+
margin-top: 32px;
35+
transform: translateX(0);
36+
}
37+
</style>

.vitepress/theme/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import Theme from 'vitepress/theme'
22
import type { EnhanceAppContext } from 'vitepress'
33
import TwoSlash from '@shikijs/vitepress-twoslash/client'
4+
import Layout from './components/Layout.vue'
45

56
import '@shikijs/vitepress-twoslash/style.css'
67
import './styles/vars.css'
@@ -13,4 +14,5 @@ export default {
1314
enhanceApp({ app }: EnhanceAppContext) {
1415
app.use(TwoSlash as any)
1516
},
17+
Layout,
1618
}

README.md

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,36 @@
11
# [sli.dev](https://sli.dev)
22

3-
> [!IMPORTANT]
3+
<!-- > [!IMPORTANT]
44
> Αυτό το repository είναι αντίγραφο του φακέλου `docs/` στο [slidevjs/slidev](https://github.com/slidevjs/slidev/tree/main/docs). Κυρίως για τον συγχρονισμό άλλων repositories μεταφράσεων.
55
>
66
> **‼️ Παρακαλούμε ΜΗΝ υποβάλλετε εδώ pull requests ‼️**. Αντ' αυτού, στείλτε τα στο [κύριο αποθετήριο](https://github.com/slidevjs/slidev), και θα συγχρονιστούν εδώ αυτόματα.
77
8-
Αντίγραφο του ιστότοπου οδηγιών για το [Slidev](https://github.com/slidevjs/slidev)
9-
10-
## Μεταφράσεις
11-
12-
| | Repo | Ιστοσελίδα | Συντηρητές |
13-
| -------------- | ---------------------------------------------- | -------------------------------: | --------------------------------------------------------------------- |
14-
| English | [docs](https://github.com/slidevjs/slidev/tree/main/docs) | [sli.dev](https://sli.dev) | [@antfu](https://github.com/antfu) |
15-
| 简体中文 | [docs-cn](https://github.com/slidevjs/docs-cn) | [cn.sli.dev](https://cn.sli.dev) | [@QC-L](https://github.com/QC-L) [@Ivocin](https://github.com/Ivocin) |
16-
| Français | [docs-fr](https://github.com/slidevjs/docs-fr) | [fr.sli.dev](https://fr.sli.dev) | [@ArthurDanjou](https://github.com/ArthurDanjou) |
17-
| Español | [docs-es](https://github.com/slidevjs/docs-es) | [es.sli.dev](https://es.sli.dev) | [@owlnai](https://github.com/owlnai) |
18-
| Русский | [docs-ru](https://github.com/slidevjs/docs-ru) | [ru.sli.dev](https://ru.sli.dev) | [@xesjkeee](https://github.com/xesjkeee) |
19-
| Việt Nam | [docs-vn](https://github.com/slidevjs/docs-vn) | [vn.sli.dev](https://vn.sli.dev) | [@bongudth](https://github.com/bongudth) |
20-
| Deutsch | [docs-de](https://github.com/slidevjs/docs-de) | [de.sli.dev](https://de.sli.dev) | [@fabiankachlock](https://github.com/fabiankachlock) |
21-
| Português (BR) | [docs-br](https://github.com/slidevjs/docs-br) | [br.sli.dev](https://br.sli.dev) | [@luisfelipesdn12](https://github.com/luisfelipesdn12) |
22-
| Ελληνικά | [docs-el](https://github.com/slidevjs/docs-el) | [el.sli.dev](https://el.sli.dev) | [@GeopJr](https://github.com/GeopJr) |
23-
| 日本語 | [docs-ja](https://github.com/slidevjs/docs-el) | [ja.sli.dev](https://ja.sli.dev) | [@IkumaTadokoro](https://github.com/IkumaTadokoro) |
8+
Αντίγραφο του ιστότοπου οδηγιών για το [Slidev](https://github.com/slidevjs/slidev) -->
9+
10+
> [!WARNING]
11+
>
12+
> This translation is out-dated and not maintained. Please refer to the [English documentation](https://sli.dev) instead.
13+
14+
Οδηγίες χρήσης για το [Slidev](https://github.com/slidevjs/slidev)
15+
16+
## All Translations
17+
18+
> [!WARNING]
19+
>
20+
> Translations with strikethroughs are no longer maintained. The content is outdated and not encouraged to refer.
21+
22+
| | Repo | Ιστοσελίδα | Συντηρητές |
23+
| ------------------------- | ---------------------------------------------- | -------------------------------: | --------------------------------------------------------------------- |
24+
| English | [docs](https://github.com/slidevjs/docs) | [sli.dev](https://sli.dev) | [@antfu](https://github.com/antfu) |
25+
| 简体中文 | [docs-cn](https://github.com/slidevjs/docs-cn) | [cn.sli.dev](https://cn.sli.dev) | [@QC-L](https://github.com/QC-L) [@Ivocin](https://github.com/Ivocin) |
26+
| <del>Français</del> | [docs-fr](https://github.com/slidevjs/docs-fr) | [fr.sli.dev](https://fr.sli.dev) | [@ArthurDanjou](https://github.com/ArthurDanjou) |
27+
| <del>Español</del> | [docs-es](https://github.com/slidevjs/docs-es) | [es.sli.dev](https://es.sli.dev) | [@owlnai](https://github.com/owlnai) |
28+
| <del>Русский</del> | [docs-ru](https://github.com/slidevjs/docs-ru) | [ru.sli.dev](https://ru.sli.dev) | [@xesjkeee](https://github.com/xesjkeee) |
29+
| <del>Việt Nam</del> | [docs-vn](https://github.com/slidevjs/docs-vn) | [vn.sli.dev](https://vn.sli.dev) | [@bongudth](https://github.com/bongudth) |
30+
| <del>Deutsch</del> | [docs-de](https://github.com/slidevjs/docs-de) | [de.sli.dev](https://de.sli.dev) | [@fabiankachlock](https://github.com/fabiankachlock) |
31+
| <del>Português (BR)</del> | [docs-br](https://github.com/slidevjs/docs-br) | [br.sli.dev](https://br.sli.dev) | [@luisfelipesdn12](https://github.com/luisfelipesdn12) |
32+
| <del>Ελληνικά</del> | [docs-el](https://github.com/slidevjs/docs-el) | [el.sli.dev](https://el.sli.dev) | [@GeopJr](https://github.com/GeopJr) |
33+
| <del>日本語</del> | [docs-ja](https://github.com/slidevjs/docs-el) | [ja.sli.dev](https://ja.sli.dev) | [@IkumaTadokoro](https://github.com/IkumaTadokoro) |
2434

2535
## Ξεκινήστε τον διακομιστή τοπικά
2636

0 commit comments

Comments
 (0)