From d07c09fb0536afc29dc197088a5267899eeb92ea Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Tue, 27 May 2014 16:20:42 -0400 Subject: [PATCH] Added header and sidebar --- _Header.md | 4 ++++ _Sidebar.md | 21 +++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 _Header.md create mode 100644 _Sidebar.md diff --git a/_Header.md b/_Header.md new file mode 100644 index 0000000..3b17314 --- /dev/null +++ b/_Header.md @@ -0,0 +1,4 @@ +# MITREid Connect Project Documentation +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.mitre/openid-connect-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.mitre/openid-connect-parent) [![Travis CI](https://travis-ci.org/mitreid-connect/OpenID-Connect-Java-Spring-Server.svg?branch=master)](https://travis-ci.org/mitreid-connect/OpenID-Connect-Java-Spring-Server) + + --- \ No newline at end of file diff --git a/_Sidebar.md b/_Sidebar.md new file mode 100644 index 0000000..ef33102 --- /dev/null +++ b/_Sidebar.md @@ -0,0 +1,21 @@ +## Development + * [Maven Artifacts](wiki/Maven-Dependency) + * [Build Instructions](wiki/Build-instructions) + * [Maven Overlay](wiki/Maven-Overlay-Project-How-To) + * [Supported Features](wiki/Features) + * [Architecture](wiki/Architecture) + +## Clients + * [Client Filter Configuration](wiki/Client-configuration) + * [Token Introspecting Client Filter](wiki/Token-Introspecting-Client-Config) + +## Servers + * [Server Configuration](wiki/Server-configuration) + * [Server API](wiki/API) + * [Key Generation](wiki/Key-generation) + +## Links + * [GitHub Project](https://github.com/mitreid-connect) + * [Generated documentation](https://mitreid-connect.github.com/) + * [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.mitre/openid-connect-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.mitre/openid-connect-parent) + * [![Travis CI](https://travis-ci.org/mitreid-connect/OpenID-Connect-Java-Spring-Server.svg?branch=master)](https://travis-ci.org/mitreid-connect/OpenID-Connect-Java-Spring-Server) \ No newline at end of file