Skip to content

Commit

Permalink
MOBDOC-13 add antora structure to keycloak repo for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pwright committed Apr 30, 2018
1 parent 9f7c1a7 commit 869ba9c
Show file tree
Hide file tree
Showing 8 changed files with 3,059 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -1 +1,5 @@
.idea/
/docs/build/
/docs/node_modules/
/docs/.cache/

7 changes: 7 additions & 0 deletions docs/antora.yml
@@ -0,0 +1,7 @@
name: keycloak
title: AeroGear Keycloak Mobile Service
version: 'latest'
start_ROOT: ROOT:index.adoc
nav:
- modules/ROOT/nav.adoc

18 changes: 18 additions & 0 deletions docs/local-site.yml
@@ -0,0 +1,18 @@
site:
title: AeroGear Docs Site
start_page: keycloak::index
content:
sources:
- url: ../
branches: HEAD
start_path: docs
asciidoc:
attributes:
hide-uri-scheme: ''
mobile-next: 'AeroGear'
toc: ~
Keycloak: 'Keycloak'
ui:
bundle:
url: https://github.com/finp/antora-ui/raw/master/build/ui-bundle.zip
snapshot: true
5 changes: 5 additions & 0 deletions docs/modules/ROOT/_attributes.adoc
@@ -0,0 +1,5 @@
:attachmentsdir: {moduledir}/assets/attachments
:examplesdir: {moduledir}/examples
:imagesdir: {moduledir}/assets/images
:partialsdir: {moduledir}/pages/_partials
:Keycloak: Keycloak
1 change: 1 addition & 0 deletions docs/modules/ROOT/nav.adoc
@@ -0,0 +1 @@
* xref:index.adoc[Overview]
2 changes: 2 additions & 0 deletions docs/modules/ROOT/pages/_attributes.adoc
@@ -0,0 +1,2 @@
:moduledir: ..
include::{moduledir}/_attributes.adoc[]
7 changes: 7 additions & 0 deletions docs/modules/ROOT/pages/index.adoc
@@ -0,0 +1,7 @@
= Getting Started with the {Keycloak} Service

After following the link:/aerogear/latest/minishift_install.inc.html[instructions for setting up Minishift] you can provision services, such as the {Keycloak} Service, from the OpenShift Catalog.

== About the {Keycloak} Service

The {Keycloak} service provides authentication and authorization for your mobile app.

0 comments on commit 869ba9c

Please sign in to comment.