-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26670 from ebullient/docs-readme
Docs: Move docs/README.adoc to docs reference
- Loading branch information
Showing
4 changed files
with
54 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,12 @@ | ||
= How to Create Quarkus Documentation | ||
include::./attributes.adoc[] | ||
= README: Quarkus documentation | ||
include::attributes.adoc[] | ||
|
||
This guide describes the asciidoc format and conventions that Quarkus has adopted. | ||
Quarkus documentation uses asciidoc syntax. | ||
|
||
== References | ||
A gradual refactoring effort is underway to reshape Quarkus documentation to make it easier to both read and write (see xref:doc-concepts.adoc[Quarkus documentation concepts] for more on this transition). | ||
|
||
The following links provide background on the general conventions and Asciidoc syntax. | ||
For more information on contributing to Quarkus docs, see: | ||
|
||
* https://redhat-documentation.github.io/asciidoc-markup-conventions/[AsciiDoc Mark-up Quick Reference for Documentation] | ||
* https://docs.asciidoctor.org/[Asciidoctor Documentation Site] | ||
* https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/[AsciiDoc Syntax Quick Reference] | ||
|
||
== Variables for Use in Documents | ||
|
||
The following variables externalize key information that can change over time, and so references | ||
to such information should be done by using the variable inside of {} curly brackets. The | ||
complete list of externalized variables for use is given in the following table: | ||
|
||
.Variables | ||
[cols="<m,<m,<2",options="header"] | ||
|=== | ||
|Property Name|Value|Description | ||
|\{quarkus-version}|{quarkus-version}|The current version of the project. | ||
|\{quarkus-home-url}|{quarkus-home-url}| The location of the project home page. | ||
|\{quarkus-site-getting-started}|{quarkus-site-getting-started}| The location of the getting started page. | ||
|
||
|\{quarkus-org-url}|{quarkus-org-url}| The location of the project GitHub organization. | ||
|\{quarkus-base-url}|{quarkus-base-url}| Quarkus GitHub URL common base prefix. | ||
|\{quarkus-clone-url}|{quarkus-clone-url}| Quarkus URL for git clone referenced by the documentation. | ||
|\{quarkus-archive-url}|{quarkus-archive-url}| Quarkus URL to main source archive. | ||
|\{quarkus-blob-url}|{quarkus-blob-url}| Quarkus URL to main blob source tree; used for referencing source files. | ||
|\{quarkus-tree-url}|{quarkus-tree-url}| Quarkus URL to main source tree root; used for referencing directories. | ||
|\{quarkus-issues-url}|{quarkus-issues-url}| Quarkus URL to the issues page. | ||
|\{quarkus-images-url}|{quarkus-images-url}| Quarkus URL to set of container images delivered for Quarkus. | ||
|
||
|\{quarkus-chat-url}|{quarkus-chat-url} | URL of our chat. | ||
|\{quarkus-mailing-list-subscription-email}|{quarkus-mailing-list-subscription-email} | Email used to subscribe to our mailing list. | ||
|\{quarkus-mailing-list-index}|{quarkus-mailing-list-index} | Mailing list index page. | ||
|
||
|\{quickstarts-base-url}|{quickstarts-base-url}| Quickstarts URL common base prefix. | ||
|\{quickstarts-clone-url}|{quickstarts-clone-url}| Quickstarts URL for git clone referenced by the documentation. | ||
|\{quickstarts-archive-url}|{quickstarts-archive-url}| Quickstarts URL to main source archive. | ||
|\{quickstarts-blob-url}|{quickstarts-blob-url}| Quickstarts URL to main blob source tree; used for referencing source files. | ||
|\{quickstarts-tree-url}|{quickstarts-tree-url}| Quickstarts URL to main source tree root; used for referencing directories. | ||
|
||
|\{graalvm-version}|{graalvm-version}| Recommended GraalVM version to use. | ||
|\{graalvm-flavor}|{graalvm-flavor}| The full flavor of GraalVM to use e.g. `19.3.1-java11`. Make sure to use a `java11` version. | ||
|=== | ||
- xref:doc-contribute-docs-howto.adoc[How to contribute documentation] | ||
- xref:doc-concepts.adoc[Quarkus documentation concepts] | ||
- xref:doc-reference.adoc[Quarkus documentation reference] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters