Skip to content

Commit

Permalink
Merge pull request #14 from openpermissions/OPP-10
Browse files Browse the repository at this point in the history
In index.toc, added link to Concepts doc. Reversed nav bar order of Q…
  • Loading branch information
louisnayegon authored Jul 13, 2016
2 parents 399122b + 70277ea commit 2c990ca
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion documents/markdown/tocs/account-toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

|||||||||||
|----|---|---|---|---|---|---|---|---|---|
|[Overview](index.md) | Accounts Service | [Auth Service](auth-toc.md) | [Identity Service](identity-toc.md) | [Index Service](index-toc.md) | [Query Service](query-toc.md) | [Onboarding Service](onboard-toc.md) | [Repository Service](repository-toc.md) | [Resolution Service](resolution-toc.md) | [Transformation Service](transformation-toc.md) |
|[Overview](index.md) | Accounts Service | [Auth Service](auth-toc.md) | [Identity Service](identity-toc.md) | [Index Service](index-toc.md) | [Onboarding Service](onboard-toc.md) | [Query Service](query-toc.md) | [Repository Service](repository-toc.md) | [Resolution Service](resolution-toc.md) | [Transformation Service](transformation-toc.md) |

### Account Service UI

Expand Down
2 changes: 1 addition & 1 deletion documents/markdown/tocs/auth-toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

|||||||||||
|----|---|---|---|---|---|---|---|---|---|
|[Overview](index.md) | [Accounts Service](account-toc.md) | Auth Service | [Identity Service](identity-toc.md) | [Index Service](index-toc.md) | [Query Service](query-toc.md) | [Onboarding Service](onboard-toc.md) | [Repository Service](repository-toc.md) | [Resolution Service](resolution-toc.md) | [Transformation Service](transformation-toc.md) |
|[Overview](index.md) | [Accounts Service](account-toc.md) | Auth Service | [Identity Service](identity-toc.md) | [Index Service](index-toc.md) | [Onboarding Service](onboard-toc.md) | [Query Service](query-toc.md) | [Repository Service](repository-toc.md) | [Resolution Service](resolution-toc.md) | [Transformation Service](transformation-toc.md) |

### Auth Service

Expand Down
2 changes: 1 addition & 1 deletion documents/markdown/tocs/identity-toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

|||||||||||
|----|---|---|---|---|---|---|---|---|---|
|[Overview](index.md) | [Accounts Service](account-toc.md) | [Auth Service](auth-toc.md) | Identity Service | [Index Service](index-toc.md) | [Query Service](query-toc.md) | [Onboarding Service](onboard-toc.md) | [Repository Service](repository-toc.md) | [Resolution Service](resolution-toc.md) | [Transformation Service](transformation-toc.md) |
|[Overview](index.md) | [Accounts Service](account-toc.md) | [Auth Service](auth-toc.md) | Identity Service | [Index Service](index-toc.md) | [Onboarding Service](onboard-toc.md) | [Query Service](query-toc.md) | [Repository Service](repository-toc.md) | [Resolution Service](resolution-toc.md) | [Transformation Service](transformation-toc.md) |

### Identity Service

Expand Down
2 changes: 1 addition & 1 deletion documents/markdown/tocs/index-toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

|||||||||||
|----|---|---|---|---|---|---|---|---|---|
|[Overview](index.md) | [Accounts Service](account-toc.md) | [Auth Service](auth-toc.md) | [Identity Service](identity-toc.md) | Index Service | [Query Service](query-toc.md) | [Onboarding Service](onboard-toc.md) | [Repository Service](repository-toc.md) | [Resolution Service](resolution-toc.md) | [Transformation Service](transformation-toc.md) |
|[Overview](index.md) | [Accounts Service](account-toc.md) | [Auth Service](auth-toc.md) | [Identity Service](identity-toc.md) | Index Service | [Onboarding Service](onboard-toc.md) | [Query Service](query-toc.md) | [Repository Service](repository-toc.md) | [Resolution Service](resolution-toc.md) | [Transformation Service](transformation-toc.md) |

### Index Service

Expand Down
12 changes: 7 additions & 5 deletions documents/markdown/tocs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

|||||||||||
|----|---|---|---|---|---|---|---|---|---|
|Overview | [Accounts Service](account-toc.md) | [Auth Service](auth-toc.md) | [Identity Service](identity-toc.md) | [Index Service](index-toc.md) | [Query Service](query-toc.md) | [Onboarding Service](onboard-toc.md) | [Repository Service](repository-toc.md) | [Resolution Service](resolution-toc.md) | [Transformation Service](transformation-toc.md) |
|Overview | [Accounts Service](account-toc.md) | [Auth Service](auth-toc.md) | [Identity Service](identity-toc.md) | [Index Service](index-toc.md) | [Onboarding Service](onboard-toc.md) | [Query Service](query-toc.md) | [Repository Service](repository-toc.md) | [Resolution Service](resolution-toc.md) | [Transformation Service](transformation-toc.md) |

### Welcome

Expand All @@ -28,10 +28,12 @@ For **client developers** writing application clients that integrate
with an OPP instance, [the links below](#opp-apis) provide **How-tos**
and **API references** for the OPP public APIs.

If you are new to OPP, the
[Getting started](../guides/getting-started.md) guide introduces basic
platform concepts and provides ready-to-run code examples that will
get you up and running quickly.
If you are new to OPP:
+ [Open Permissions Platform Concepts](concepts.md) introduces and
defines the main concepts and terminology used in OPP
+ [Getting started with OPP](../guides/getting-started.md) introduces
the OPP APIs and provides ready-to-run code examples that will get you
up and running quickly

For developers who want to **deploy services** to support their own
activities in the open licensing domain, we release ready-to-deploy
Expand Down
2 changes: 1 addition & 1 deletion documents/markdown/tocs/onboard-toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

|||||||||||
|----|---|---|---|---|---|---|---|---|---|
|[Overview](index.md) | [Accounts Service](account-toc.md) | [Auth Service](auth-toc.md) | [Identity Service](identity-toc.md) | [Index Service](index-toc.md) | [Query Service](query-toc.md) | Onboarding Service | [Repository Service](repository-toc.md) | [Resolution Service](resolution-toc.md) | [Transformation Service](transformation-toc.md) |
|[Overview](index.md) | [Accounts Service](account-toc.md) | [Auth Service](auth-toc.md) | [Identity Service](identity-toc.md) | [Index Service](index-toc.md) | Onboarding Service | [Query Service](query-toc.md) | [Repository Service](repository-toc.md) | [Resolution Service](resolution-toc.md) | [Transformation Service](transformation-toc.md) |

### Onboarding Service

Expand Down
2 changes: 1 addition & 1 deletion documents/markdown/tocs/query-toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

|||||||||||
|----|---|---|---|---|---|---|---|---|---|
|[Overview](index.md) | [Accounts Service](account-toc.md) | [Auth Service](auth-toc.md) | [Identity Service](identity-toc.md) | [Index Service](index-toc.md) | Query Service | [Onboarding Service](onboard-toc.md) | [Repository Service](repository-toc.md) | [Resolution Service](resolution-toc.md) | [Transformation Service](transformation-toc.md) |
|[Overview](index.md) | [Accounts Service](account-toc.md) | [Auth Service](auth-toc.md) | [Identity Service](identity-toc.md) | [Index Service](index-toc.md) | [Onboarding Service](onboard-toc.md) | Query Service | [Repository Service](repository-toc.md) | [Resolution Service](resolution-toc.md) | [Transformation Service](transformation-toc.md) |

### Query Service

Expand Down
2 changes: 1 addition & 1 deletion documents/markdown/tocs/repository-toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

|||||||||||
|----|---|---|---|---|---|---|---|---|---|
|[Overview](index.md) | [Accounts Service](account-toc.md) | [Auth Service](auth-toc.md) | [Identity Service](identity-toc.md) | [Index Service](index-toc.md) | [Query Service](query-toc.md) | [Onboarding Service](onboard-toc.md) | Repository Service | [Resolution Service](resolution-toc.md) | [Transformation Service](transformation-toc.md) |
|[Overview](index.md) | [Accounts Service](account-toc.md) | [Auth Service](auth-toc.md) | [Identity Service](identity-toc.md) | [Index Service](index-toc.md) | [Onboarding Service](onboard-toc.md) | [Query Service](query-toc.md) | Repository Service | [Resolution Service](resolution-toc.md) | [Transformation Service](transformation-toc.md) |

### Repository Service

Expand Down
2 changes: 1 addition & 1 deletion documents/markdown/tocs/resolution-toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

|||||||||||
|----|---|---|---|---|---|---|---|---|---|
|[Overview](index.md) | [Accounts Service](account-toc.md) | [Auth Service](auth-toc.md) | [Identity Service](identity-toc.md) | [Index Service](index-toc.md) | [Query Service](query-toc.md) | [Onboarding Service](onboard-toc.md) | [Repository Service](repository-toc.md) | Resolution Service | [Transformation Service](transformation-toc.md) |
|[Overview](index.md) | [Accounts Service](account-toc.md) | [Auth Service](auth-toc.md) | [Identity Service](identity-toc.md) | [Index Service](index-toc.md) | [Onboarding Service](onboard-toc.md) | [Query Service](query-toc.md) | [Repository Service](repository-toc.md) | Resolution Service | [Transformation Service](transformation-toc.md) |

### Resolution Service

Expand Down
2 changes: 1 addition & 1 deletion documents/markdown/tocs/transformation-toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

|||||||||||
|----|---|---|---|---|---|---|---|---|---|
|[Overview](index.md) | [Accounts Service](account-toc.md) | [Auth Service](auth-toc.md) | [Identity Service](identity-toc.md) | [Index Service](index-toc.md) | [Query Service](query-toc.md) | [Onboarding Service](onboard-toc.md) | [Repository Service](repository-toc.md) | [Resolution Service](resolution-toc.md) | Transformation Service |
|[Overview](index.md) | [Accounts Service](account-toc.md) | [Auth Service](auth-toc.md) | [Identity Service](identity-toc.md) | [Index Service](index-toc.md) | [Onboarding Service](onboard-toc.md) | [Query Service](query-toc.md) | [Repository Service](repository-toc.md) | [Resolution Service](resolution-toc.md) | Transformation Service |

### Transformation Service

Expand Down

0 comments on commit 2c990ca

Please sign in to comment.