KEYCLOAK-5403
This commit is contained in:
parent
2a6f2664ef
commit
28a9415265
5 changed files with 53 additions and 0 deletions
7
api_documentation/document-attributes.adoc
Normal file
7
api_documentation/document-attributes.adoc
Normal file
|
@ -0,0 +1,7 @@
|
|||
:book_product: true
|
||||
:book_title: API Documentation
|
||||
:book_community: false
|
||||
:book_project_doc_base_url: https://access.redhat.com/documentation/en/red-hat-single-sign-on/
|
||||
:book_project_doc_info_version_url: 7.1
|
||||
:book_project_version: 7.1.0
|
||||
:book_project_name: Red Hat Single Sign-On
|
25
api_documentation/master-docinfo.xml
Executable file
25
api_documentation/master-docinfo.xml
Executable file
|
@ -0,0 +1,25 @@
|
|||
<productname>{project_name}</productname>
|
||||
<productnumber>{book_project_doc_info_version_url}</productnumber>
|
||||
<subtitle>For Use with {project_name} {project_versionDoc}</subtitle>
|
||||
<title>{apidocs_name}</title>
|
||||
<release>{project_versionDoc}</release>
|
||||
<abstract>
|
||||
<para>Javadocs for {project_name} {project_versionDoc}</para>
|
||||
</abstract>
|
||||
<authorgroup>
|
||||
<orgname>Red Hat Customer Content Services</orgname>
|
||||
</authorgroup>
|
||||
<legalnotice lang="en-US" version="5.0" xmlns="http://docbook.org/ns/docbook">
|
||||
<para> Copyright <trademark class="copyright"></trademark> 2016 Red Hat, Inc. </para>
|
||||
<para>Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at</para>
|
||||
<para>
|
||||
<ulink url="http://www.apache.org/licenses/LICENSE-2.0"> http://www.apache.org/licenses/LICENSE-2.0</ulink>
|
||||
</para>
|
||||
<para>Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.</para>
|
||||
</legalnotice>
|
11
api_documentation/master.adoc
Normal file
11
api_documentation/master.adoc
Normal file
|
@ -0,0 +1,11 @@
|
|||
:toc:
|
||||
:toclevels: 3
|
||||
:numbered:
|
||||
|
||||
include::topics/templates/document-attributes-product.adoc[]
|
||||
|
||||
:api_documentation:
|
||||
|
||||
= {apidocs_name}
|
||||
|
||||
include::topics/overview.adoc[]
|
9
api_documentation/topics/overview.adoc
Normal file
9
api_documentation/topics/overview.adoc
Normal file
|
@ -0,0 +1,9 @@
|
|||
== {project_name} API Documentation
|
||||
|
||||
=== JavaDocs Documentation
|
||||
|
||||
https://access.redhat.com/webassets/avalon/d/red-hat-single-sign-on/version-{project_versionDoc}/javadocs/[Red Hat Single Sign-On Javadocs]
|
||||
|
||||
=== REST API Documentation
|
||||
|
||||
https://access.redhat.com/webassets/avalon/d/red-hat-single-sign-on/version-{project_versionDoc}/restapi/[Red Hat Single Sign-On REST API Documentation]
|
1
api_documentation/topics/templates
Symbolic link
1
api_documentation/topics/templates
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../topics/templates
|
Loading…
Reference in a new issue