Changed navigation, added pagination and edit link

This commit is contained in:
Marian Steinbach 2019-07-06 19:05:39 +02:00
parent 8c5bcfed26
commit 04dc7f810d
25 changed files with 32 additions and 19 deletions

View file

@ -1,18 +1,16 @@
# GRUENE.SOCIAL Handbuch für Anwender*innen
## Inhalt
Hier kannst Du erfahren, was Mastodon ist, wie man es benutzt und was das besondere an GRUENE.SOCIAL ist.
oder besser: Wunschliste für Inhalt
**Diese Anleitung befindet sich im Aufbau.**
- [Mastodon](mastodon.md)
- [ActivityPub](activitypub.md)
- [Web-Oberfläche, Apps und Clients](apps-clients.md)
- [Beiträge (Toots, Tröts)](toots.md)
- [Beitragstext](toots-text.md)
- [Mediendateien anhängen](toots-media.md)
- Inhaltswarnungen
- Adressieren von Nutzer*innen
- Sichtbarkeit und Zielgruppen
Vorhandene Inhalte findest Du (in der Desktop-Version) in der linken Spalte. Eine Wunschliste, also noch nicht erstellte Inhalte, findest Du unten.
## Wunschliste {docsify-ignore}
- Beiträge: Inhaltswarnungen
- Beiträge: Adressieren von Nutzer*innen
- Beiträge: Sichtbarkeit und Zielgruppen
- Interaktion mit Beiträgen
- Antworten
- Als Favorit markieren

View file

@ -1,7 +1,6 @@
* [Home](/)
* [Mastodon](mastodon.md)
* [ActivityPub](activitypub.md)
* [Web-Oberfläche, Apps und Clients](apps-clients.md)
* [Beiträge](toots.md)
* [Beitragstext](toots-text.md)
* [Mediendateien](toots-media.md)
- [Mastodon](mastodon/README.md)
- [ActivityPub](mastodon/activitypub.md)
- [Web-Oberfläche, Apps und Clients](mastodon/apps-clients.md)
- [Beiträge](toots/README.md)
- [Beitragstext](toots/text.md)
- [Mediendateien anhängen](toots/media.md)

View file

@ -9,14 +9,30 @@
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
</head>
<body>
<script src="//unpkg.com/docsify-edit-on-github/index.js"></script>
<div id="app"></div>
<script>
var docBase = 'https://github.com/netzbegruenung/handbuch.gruene.social/tree/master/docs/';
window.$docsify = {
name: 'Das Anwender*innen-Handbuch für GRUENE.SOCIAL',
repo: 'https://github.com/netzbegruenung/handbuch.gruene.social',
loadSidebar: true
loadSidebar: true,
alias: {
'/.*/_sidebar.md': '/_sidebar.md'
},
subMaxLevel: 2,
pagination: {
previousText: 'Zurück',
nextText: 'Weiter',
crossChapter: true
},
plugins: [
EditOnGithubPlugin.create(docBase, null, 'Diese Seite verbessern')
]
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
</body>
</html>

View file

View file

Before

Width:  |  Height:  |  Size: 835 KiB

After

Width:  |  Height:  |  Size: 835 KiB

View file

Before

Width:  |  Height:  |  Size: 850 KiB

After

Width:  |  Height:  |  Size: 850 KiB

0
docs/toots/_sidebar.md Normal file
View file

View file

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View file

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View file

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View file

Before

Width:  |  Height:  |  Size: 191 KiB

After

Width:  |  Height:  |  Size: 191 KiB

View file

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View file

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 121 KiB

View file

Before

Width:  |  Height:  |  Size: 254 KiB

After

Width:  |  Height:  |  Size: 254 KiB

View file

Before

Width:  |  Height:  |  Size: 2.3 MiB

After

Width:  |  Height:  |  Size: 2.3 MiB

View file

Before

Width:  |  Height:  |  Size: 238 KiB

After

Width:  |  Height:  |  Size: 238 KiB

View file

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View file

Before

Width:  |  Height:  |  Size: 285 KiB

After

Width:  |  Height:  |  Size: 285 KiB

View file

Before

Width:  |  Height:  |  Size: 1 MiB

After

Width:  |  Height:  |  Size: 1 MiB