Skip to content

Commit 73a38c3

Browse files
jrappenQingWei-Li
authored andcommitted
chore: update german docs, fix links (#560)
* updated german links * fixed links where `QingWei-Li` should've been `docsifyjs` * naturally excluded donate links and links to private projects like `vuep` unrelated to docsify --- See commit for details. If you have a question, just ask.
1 parent 62b4fc2 commit 73a38c3

40 files changed

+299
-235
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<p align="center">
1212
<a href="#backers"><img alt="Backers on Open Collective" src="https://opencollective.com/docsify/backers/badge.svg?style=flat-square"></a>
1313
<a href="#sponsors"><img alt="Sponsors on Open Collective" src="https://opencollective.com/docsify/sponsors/badge.svg?style=flat-square"></a>
14-
<a href="https://travis-ci.org/QingWei-Li/docsify"><img alt="Travis Status" src="https://img.shields.io/travis/QingWei-Li/docsify/master.svg?style=flat-square"></a>
14+
<a href="https://travis-ci.org/docsifyjs/docsify"><img alt="Travis Status" src="https://img.shields.io/travis/docsifyjs/docsify/master.svg?style=flat-square"></a>
1515
<a href="https://www.npmjs.com/package/docsify"><img alt="npm" src="https://img.shields.io/npm/v/docsify.svg?style=flat-square"></a>
1616
<a href="https://github.com/QingWei-Li/donate"><img alt="donate" src="https://img.shields.io/badge/%24-donate-ff69b4.svg?style=flat-square"></a>
1717
<a href="https://gitter.im/docsifyjs/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link"><img alt="gitter" src="https://img.shields.io/gitter/room/docsifyjs/docsify.svg?style=flat-square"></a>
@@ -28,9 +28,9 @@
2828
## Links
2929

3030
- [Documentation](https://docsify.js.org)
31-
- [CLI](https://github.com/QingWei-Li/docsify-cli)
31+
- [CLI](https://github.com/docsifyjs/docsify-cli)
3232
- CDN: [UNPKG](https://unpkg.com/docsify/) | [jsDelivr](https://cdn.jsdelivr.net/npm/docsify/) | [cdnjs](https://cdnjs.com/libraries/docsify)
33-
- [Awesome docsify](https://github.com/QingWei-Li/awesome-docsify)
33+
- [Awesome docsify](https://github.com/docsifyjs/awesome-docsify)
3434
- [Community chat](https://gitter.im/docsifyjs/Lobby)
3535

3636
## Features
@@ -41,7 +41,7 @@
4141
- Multiple themes
4242
- Useful plugin API
4343
- Compatible with IE10+
44-
- Support SSR ([example](https://github.com/QingWei-Li/docsify-ssr-demo))
44+
- Support SSR ([example](https://github.com/docsifyjs/docsify-ssr-demo))
4545
- Support embedded files
4646

4747
## Quick start
@@ -52,7 +52,7 @@ Look at [this tutorial](https://docsify.js.org/#/quickstart) or [online demo](ht
5252

5353
These projects are using docsify to generate their sites. Pull requests welcome :blush:
5454

55-
Move to [awesome-docsify](https://github.com/QingWei-Li/awesome-docsify)
55+
Move to [awesome-docsify](https://github.com/docsifyjs/awesome-docsify)
5656

5757
## Similar projects
5858

@@ -99,10 +99,10 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
9999
## Contributors
100100

101101
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
102-
<a href="https://github.com/QingWei-Li/docsify/graphs/contributors"><img src="https://opencollective.com/docsify/contributors.svg?width=890" /></a>
102+
<a href="https://github.com/docsifyjs/docsify/graphs/contributors"><img src="https://opencollective.com/docsify/contributors.svg?width=890" /></a>
103103

104104
## License
105105

106106
MIT
107107

108-
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2FQingWei-Li%2Fdocsify.svg?type=large)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2FQingWei-Li%2Fdocsify?ref=badge_large)
108+
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fdocsifyjs%2Fdocsify.svg?type=large)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fdocsifyjs%2Fdocsify?ref=badge_large)

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ See the [Quick start](quickstart.md) for more details.
1818
- Emoji support
1919
- Compatible with IE10+
2020

21-
* Support SSR ([example](https://github.com/QingWei-Li/docsify-ssr-demo))
21+
* Support SSR ([example](https://github.com/docsifyjs/docsify-ssr-demo))
2222

2323
## Examples
2424

25-
Check out the [Showcase](https://github.com/QingWei-Li/docsify/#showcase) to docsify in use.
25+
Check out the [Showcase](https://github.com/docsifyjs/docsify/#showcase) to docsify in use.
2626

2727
## Donate
2828

docs/_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
* No statically built html files
99
* Multiple themes
1010

11-
[GitHub](https://github.com/QingWei-Li/docsify/)
11+
[GitHub](https://github.com/docsifyjs/docsify/)
1212
[Get Started](#docsify)

docs/configuration.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ You can configure the `window.$docsify`.
55
```html
66
<script>
77
window.$docsify = {
8-
repo: 'QingWei-Li/docsify',
8+
repo: 'docsifyjs/docsify',
99
maxLevel: 3,
1010
coverpage: true
1111
}
@@ -34,9 +34,9 @@ Configure the repository url or a string of `username/repo` can add the [GitHub
3434

3535
```js
3636
window.$docsify = {
37-
repo: 'QingWei-Li/docsify',
37+
repo: 'docsifyjs/docsify',
3838
// or
39-
repo: 'https://github.com/QingWei-Li/docsify/'
39+
repo: 'https://github.com/docsifyjs/docsify/'
4040
};
4141
```
4242

@@ -127,7 +127,7 @@ window.$docsify = {
127127

128128
// Or use the readme in your repo
129129
homepage:
130-
'https://raw.githubusercontent.com/QingWei-Li/docsify/master/README.md'
130+
'https://raw.githubusercontent.com/docsifyjs/docsify/master/README.md'
131131
};
132132
```
133133

@@ -268,7 +268,7 @@ window.$docsify = {
268268
'/foo/(+*)': '/bar/$1', // supports regexp
269269
'/zh-cn/changelog': '/changelog',
270270
'/changelog':
271-
'https://raw.githubusercontent.com/QingWei-Li/docsify/master/CHANGELOG',
271+
'https://raw.githubusercontent.com/docsifyjs/docsify/master/CHANGELOG',
272272
'/.*/_sidebar.md': '/_sidebar.md' // See #301
273273
}
274274
};
@@ -278,7 +278,7 @@ window.$docsify = {
278278

279279
- type: `Boolean`
280280

281-
If `loadSidebar` and `autoHeader` are both enabled, for each link in `_sidebar.md`, prepend a header to the page before converting it to html. Compare [#78](https://github.com/QingWei-Li/docsify/issues/78).
281+
If `loadSidebar` and `autoHeader` are both enabled, for each link in `_sidebar.md`, prepend a header to the page before converting it to html. Compare [#78](https://github.com/docsifyjs/docsify/issues/78).
282282

283283
```js
284284
window.$docsify = {
@@ -380,7 +380,7 @@ window.$docsify = {
380380

381381
- type: `Array`
382382

383-
Sometimes we do not want docsify to handle our links. See [#203](https://github.com/QingWei-Li/docsify/issues/203)
383+
Sometimes we do not want docsify to handle our links. See [#203](https://github.com/docsifyjs/docsify/issues/203)
384384

385385
```js
386386
window.$docsify = {

docs/cover.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Set `coverpage` to **true**, and create a `_coverpage.md`:
3030
* No statically built html files
3131
* Multiple themes
3232

33-
[GitHub](https://github.com/QingWei-Li/docsify/)
33+
[GitHub](https://github.com/docsifyjs/docsify/)
3434
[Get Started](#docsify)
3535
```
3636

@@ -45,7 +45,7 @@ The background color is generated randomly by default. You can customize the bac
4545

4646
# docsify <small>3.5</small>
4747

48-
[GitHub](https://github.com/QingWei-Li/docsify/)
48+
[GitHub](https://github.com/docsifyjs/docsify/)
4949
[Get Started](#quick-start)
5050

5151
<!-- background image -->

docs/de-de/README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,33 @@
44
55
## Was ist das
66

7-
**docsify** generiert deine Dokumentationswebseite zeitgleich (mit der Darstellung). Im Gegensatz zu GitBook, werden keine statischen HTML Seiten generiert. Stattdessen, werden im Hintergrund Markdown Dateien geladen und umgewandelt, und als Webseite dargestellt. Alles, was du brauchst, ist eine Datei namens `index.html`, um sie über [GitHub Pages zu veröffentlichen](de-de/deploy.md).
7+
**docsify** generiert deine Dokumentationswebseite im Hintergrund.
8+
Im Gegensatz zu [GitBook](https://www.gitbook.com) werden hier keine statischen HTML Seiten generiert.
9+
Stattdessen, werden im Hintergrund [Markdown](https://de.wikipedia.org/wiki/Markdown) Dateien geladen, umgewandelt und als Webseite dargestellt. Alles, was du brauchst, ist eine Datei namens `index.html`, um sie über [GitHub Pages zu veröffentlichen](de-de/deploy.md).
810

911
Siehe [Schnellstart](de-de/quickstart.md) für weitere Informationen.
1012

11-
## Features
13+
## Besonderheiten
1214

13-
- keine generierten, statischen HTML Dateien
14-
- einfach und klein (~19kB gzipped)
15-
- smarte Erweiterung mit Volltextsuche
15+
- keine statisch generierten HTML Dateien
16+
- einfach und klein (~ 19kB gzipped)
17+
- smarte Volltextsuche als Erweiterung verfügbar
1618
- mehrere Themes
17-
- praktische API für Erweiterungen
19+
- praktische API für (eigene) Erweiterungen
1820
- Unterstützung für Emoji
19-
- Kompatibel mit IE10+
20-
21-
* Support SSR ([example](https://github.com/QingWei-Li/docsify-ssr-demo))
21+
- Kompatibel mit `IE10+`
22+
- Unterstützt SSR ([Beispiel](https://github.com/docsifyjs/docsify-ssr-demo))
2223

2324
## Beispiele
2425

25-
Vergleiche die Liste namens [Showcase](https://github.com/QingWei-Li/docsify/#showcase) mit Beispielen, wie **docsify** verwendet wird.
26+
Vergleiche die Liste namens [Showcase](https://github.com/docsifyjs/docsify/#showcase) mit Beispielen, wie **docsify** verwendet wird.
2627

2728
## Spenden
2829

29-
Bitte ziehe eine Spende in Erwägung, sollte **docsify** dir hilfreich oder meine Arbeit dir wertvoll erscheinen. Ich freue mich, wenn du mir [eine Tasse Kaffee kaufst](https://github.com/QingWei-Li/donate). :heart:
30+
Bitte ziehe eine Spende in Erwägung, sollte **docsify** dir hilfreich oder meine Arbeit dir wertvoll erscheinen.
31+
Ich freue mich, wenn du mir [eine Tasse Kaffee kaufst](https://github.com/QingWei-Li/donate).
32+
:heart:
3033

3134
## Community
3235

33-
Users and development team are in the [Gitter](https://gitter.im/docsifyjs/Lobby).
36+
Andere Benutzer und das Entwickler-Team kannst du über [Gitter](https://gitter.im/docsifyjs/Lobby) treffen.

docs/de-de/_sidebar.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
* Loslegen
1+
- Loslegen
22

3-
* [Schnellstart](de-de/quickstart.md)
4-
* [Schreiben weiterer Seiten](de-de/more-pages.md)
5-
* [Navigationsleiste anpassen](de-de/custom-navbar.md)
6-
* [Titelseite](de-de/cover.md)
3+
- [Schnellstart](de-de/quickstart.md)
4+
- [Schreiben weiterer Seiten](de-de/more-pages.md)
5+
- [Navigationsleiste anpassen](de-de/custom-navbar.md)
6+
- [Titelseite](de-de/cover.md)
77

8-
* Anpassen
8+
- Anpassen
99

10-
* [Einstellungen](de-de/configuration.md)
11-
* [Themen](de-de/themes.md)
12-
* [Liste der Erweiterungen](de-de/plugins.md)
13-
* [Schreiben eigener Erweiterungen](de-de/write-a-plugin.md)
14-
* [Markdown-Einstellungen](de-de/markdown.md)
15-
* [Hervorheben von Sprachen](de-de/language-highlight.md)
10+
- [Einstellungen](de-de/configuration.md)
11+
- [Themen](de-de/themes.md)
12+
- [Liste der Erweiterungen](de-de/plugins.md)
13+
- [Schreiben eigener Erweiterungen](de-de/write-a-plugin.md)
14+
- [Markdown-Einstellungen](de-de/markdown.md)
15+
- [Hervorheben von Sprachen](de-de/language-highlight.md)
1616

17-
* Guide
17+
- Handbuch
1818

19-
* [Inbetriebnahme](de-de/deploy.md)
20-
* [Helfer](de-de/helpers.md)
21-
* [Vue Kompatibilität](de-de/vue.md)
22-
* [CDN](de-de/cdn.md)
23-
* [Offline Modus (PWA)](de-de/pwa.md)
24-
* [Server-Side Rendering (SSR)](de-de/ssr.md)
25-
* [Embed Files <sup style="color:red">(new)<sup>](de-de/embed-files.md)
19+
- [Inbetriebnahme](de-de/deploy.md)
20+
- [Helfer](de-de/helpers.md)
21+
- [Vue Kompatibilität](de-de/vue.md)
22+
- [CDN](de-de/cdn.md)
23+
- [Offline Modus (PWA)](de-de/pwa.md)
24+
- [Server-Side Rendering (SSR)](de-de/ssr.md)
25+
- [Einbinden von Dateien <sup style="color:red">(neu)<sup>](de-de/embed-files.md)
2626

27-
* [Awesome docsify](de-de/awesome.md)
28-
* [Changelog](de-de/changelog.md)
27+
- [Awesome docsify](de-de/awesome.md)
28+
- [Changelog](de-de/changelog.md)

docs/de-de/cdn.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# CDN
22

3-
Empfohlen: [unpkg](//unpkg.com), welches jeweils die aktuelle Version liefert, wie sie über npm veröffentlicht wurde. Du kannst auch den Quellcode des npm Packets über [unpkg.com/docsify/](//unpkg.com/docsify/) anschauen.
3+
> content delivery network = Netzwerk zur Verteilung von Inhalten
4+
5+
Empfohlen:
6+
[unpkg](https://unpkg.com), welches jeweils die aktuelle Version liefert, wie sie über npm veröffentlicht wurde.
7+
Du kannst den Quellcode des npm Packets auch über [unpkg.com/docsify/](https://unpkg.com/docsify/) anschauen.
48

59
## Aktuelle Version
610

@@ -14,7 +18,7 @@ Empfohlen: [unpkg](//unpkg.com), welches jeweils die aktuelle Version liefert, w
1418

1519
Alternativ kannst du auch die [komprimierten Dateien](#komprimierte-dateien) verwenden.
1620

17-
## Spezielle Version
21+
## Spezifische Versionen
1822

1923
```html
2024
<!-- lade CSS -->
@@ -34,6 +38,8 @@ Alternativ kannst du auch die [komprimierten Dateien](#komprimierte-dateien) ver
3438
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
3539
```
3640

41+
oder auch:
42+
3743
```html
3844
<!-- lade CSS -->
3945
<link rel="stylesheet" href="//unpkg.com/[email protected]/lib/themes/vue.css">
@@ -44,6 +50,6 @@ Alternativ kannst du auch die [komprimierten Dateien](#komprimierte-dateien) ver
4450

4551
## Andere CDN
4652

47-
- http://www.bootcdn.cn/docsify
48-
- https://cdn.jsdelivr.net/npm/docsify/
49-
- https://cdnjs.com/libraries/docsify
53+
- <http://www.bootcdn.cn/docsify>
54+
- <https://cdn.jsdelivr.net/npm/docsify/>
55+
- <https://cdnjs.com/libraries/docsify>

0 commit comments

Comments
 (0)