Skip to content

Commit

Permalink
Kleine Bugfixes, Tags aufgeräumt, Summery-Style angepasst
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Nov 14, 2016
1 parent 34b5689 commit 05a9ed2
Show file tree
Hide file tree
Showing 16 changed files with 13 additions and 115 deletions.
12 changes: 3 additions & 9 deletions docs/_data/tags.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
allowed-tags:
- api
- endpoint
- getting_started
- content_types
- navigation
- formatting
- publishing
- single_sourcing
- special_layouts
- collaboration
- news
- troubleshooting
- mobile
- release
8 changes: 1 addition & 7 deletions docs/css/customstyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -592,17 +592,11 @@ a[data-toggle] {
font-size:120%;
color: #808080;
margin:20px 0px 20px 0px;
border-left: 5px solid #ED1951;
border-left: 5px solid #1c60a1;
padding-left: 10px;

}

.summary:before {
content: "Summary: ";
font-weight: bold;
}


a.fa.fa-envelope-o.mailto {
font-weight: 600;
}
Expand Down
3 changes: 1 addition & 2 deletions docs/css/theme-blue.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
.summary {
color: #808080;
border-left: 5px solid #ED1951;
border-left: 5px solid #1c60a1;
font-size:16px;
}


h3 {color: #ED1951; }
h4 {color: #808080; }

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/api/api_endpoint_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Endpoint Übersicht
keywords: Youthweb-API, Resource, Endpoint
tags: [getting_started]
tags: [endpoint]
summary: "Eine Übersicht über alle Endpoints und Resourcen"
sidebar: api_sidebar
permalink: api_endpoint_index.html
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/api/api_endpoint_me.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permalink: api_endpoint_me.html
folder: api
---

Dieser Endpoint ist ein Shortcut für /users/{user_id}` und liefert eine [User-Resource][api_endpoint_users]. Er kann zum Beispiel verwendet werden, wenn die User-ID des autorisierten Users nicht bekannt ist, wodurch der `/users`-Endpoint noch nicht verwendet werden kann.
Dieser Endpoint ist ein Shortcut für `/users/{user_id}` und liefert eine [User-Resource][api_endpoint_users]. Er kann zum Beispiel verwendet werden, wenn die User-ID des autorisierten Users nicht bekannt ist, wodurch der `/users`-Endpoint noch nicht verwendet werden kann.

Siehe den [Endpoint `/users`][api_endpoint_users] für Informationen zur User-Resource.

Expand Down
4 changes: 2 additions & 2 deletions docs/pages/api/api_endpoint_stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Content-Type: application/vnd.api+json
}
```

## Beispiel 2: Foren Statistiken
### Beispiel 2: Foren Statistiken

**Request**

Expand Down Expand Up @@ -147,7 +147,7 @@ Content-Type: application/vnd.api+json
}
```

## Beispiel 3: Gruppen Statistiken
### Beispiel 3: Gruppen Statistiken

**Request**

Expand Down
11 changes: 0 additions & 11 deletions docs/pages/tags/tag_collaboration.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/pages/tags/tag_content_types.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/pages/tags/tag_endpoint.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Endpoint"
tagName: news
tagName: endpoint
search: exclude
permalink: tag_endpoint.html
sidebar: api_sidebar
Expand Down
11 changes: 0 additions & 11 deletions docs/pages/tags/tag_formatting.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/pages/tags/tag_navigation.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/pages/tags/tag_publishing.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Mobile Pages"
title: "Release"
tagName: release
search: exclude
tagName: mobile
permalink: tag_mobile.html
permalink: tag_release.html
sidebar: api_sidebar
folder: tags
---
Expand Down
11 changes: 0 additions & 11 deletions docs/pages/tags/tag_single_sourcing.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/pages/tags/tag_special_layouts.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/pages/tags/tag_troubleshooting.md

This file was deleted.

0 comments on commit 05a9ed2

Please sign in to comment.