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.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,10 @@ code generators, validators etc.
37
37
This document provides an overall overview of the SDK, and the concepts applied throughout it.
38
38
Detailed documentation and concepts for each component can be found in the respective subfolders.
39
39
40
-
This repository contains a detailed developer documentation written in AsciiDoc. The source files
41
-
(AsciiDoc) are located [here](documentation/developer-guide) and are built using
42
-
[Antora](https://antora.org/) which generates the documentation as HTML files.
40
+
This repository contains a detailed developer documentation written in AsciiDoc.
41
+
The source files (AsciiDoc) are located [here](documentation/developer-guide) and are built using
42
+
[Antora](https://antora.org/) which generates the documentation as HTML files. A site generated using Antora is self-contained and can be viewed entirely offline via a web browser without setting up a web server.
43
+
To build the documentation locally, please check out and follow the instructions in [ESMF documentation repository](https://github.com/eclipse-esmf/eclipse-esmf.github.io).
0 commit comments