File tree Expand file tree Collapse file tree 5 files changed +56
-0
lines changed Expand file tree Collapse file tree 5 files changed +56
-0
lines changed Original file line number Diff line number Diff line change
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 *
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
1
+ * xref::index.adoc[User Documentation]
Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments