You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,12 @@ NOTE: There's no need to merge that ' vx.y` in the main branch. The build and pu
25
25
TIP: You can add a `prerelease:` attribute to suffix the version name as long as the content is not ready for an official release. The version will be accessible on the website, but it will not be displayed as the default version to the visitor.
26
26
27
27
== Rendering pages on your computer
28
-
We recommend either one of these two options for people working more intensely in this repository
28
+
We recommend either one of these three options for people working more intensely in this repository
29
+
30
+
=== Use Visual Studio
31
+
* Install the Asciidoc extension
32
+
* On the settings, make sure to go under Asciidoc > Antora: Show Enable Antora Prompt, and check "Show a prompt to enable Antora support when an antora.yml file is detected"
33
+
** For this prompt to work, you need to have a single antora.yml on your folder, so open at the language folder level you are working on
29
34
30
35
=== Use Intelli J to render locally
31
36
* Clone the repository or Download a zip of the source files
0 commit comments