Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
MOBDOC-14 Add Antora structure to xamarin repo for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pwright authored and StephenCoady committed May 8, 2018
1 parent a9f6ddc commit 7b8abc1
Show file tree
Hide file tree
Showing 8 changed files with 3,055 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,9 @@ ASALocalRun/
# Backup files
*.bak
.DS_Store

# Antora
/docs/build/
/docs/node_modules/
/docs/.cache/

7 changes: 7 additions & 0 deletions docs/antora.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: xamarin-sdk
title: AeroGear Xamarin SDK
version: 'latest'
start_ROOT: ROOT:index.adoc
nav:
- modules/ROOT/nav.adoc

18 changes: 18 additions & 0 deletions docs/local-site.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
site:
title: AeroGear Docs Site
start_page: xamarin-sdk::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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* xref:index.adoc[Overview]
2 changes: 2 additions & 0 deletions docs/modules/ROOT/pages/_attributes.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
:moduledir: ..
include::{moduledir}/_attributes.adoc[]
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
= Getting Started with the Xamarin SDK

0 comments on commit 7b8abc1

Please sign in to comment.