Skip to content

Commit cdc08ae

Browse files
author
Enda Phelan
committed
first commit
1 parent dd7f6a9 commit cdc08ae

File tree

5 files changed

+56
-0
lines changed

5 files changed

+56
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/node_modules
2+
3+
# Production
4+
/build
5+
6+
# Misc
7+
.DS_Store
8+
.env.local
9+
.env.development.local
10+
.env.test.local
11+
.env.production.local
12+
13+
npm-debug.log*
14+
yarn-debug.log*
15+
yarn-error.log*

antora-playbook.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
site:
2+
title: Managed Services API Guidelines
3+
start_page: app-services-api-guidelines::index.adoc
4+
content:
5+
sources:
6+
- url: .
7+
branches: HEAD
8+
ui:
9+
bundle:
10+
url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable
11+
snapshot: true

antora.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: app-services-api-guidelines
2+
title: App Services API Guidelines
3+
version: main
4+
start_ROOT: ROOT::index.adoc
5+
nav:
6+
- modules/ROOT/nav.adoc

modules/ROOT/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* xref::index.adoc[User Documentation]

modules/ROOT/pages/index.adoc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
= User Documentation
2+
3+
For documentation on the latest release of RHMI, visit the link:https://access.redhat.com/documentation/en-us/red_hat_managed_integration/1/[Customer Portal].
4+
5+
Draft documentation
6+
7+
* link:release-notes/master.html[Release Notes]
8+
9+
* link:getting-started/master.html[Getting Started]
10+
11+
* link:admin-guide/master.html[Admin Guide]
12+
13+
* link:developer-guide/master.html[Dev Guide]
14+
15+
* link:creating-sps/master.html[Creating Solution Patterns]
16+
17+
18+
== Additional Resources
19+
20+
* link:../data-sync/latest/[latest Data Sync documentation]
21+
22+
* link:../push/latest/[latest Push documentation]
23+

0 commit comments

Comments
 (0)