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
+28-28
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ On MacOS, to install the required tools, use brew and replace the "make" command
17
17
18
18
brew install asciidoctor make
19
19
20
-
Alternatively, to make the "make" utility available on PATH, you can install the XCode development environment.
20
+
Alternatively, you can install the XCode development environment so that the "make" utility is available on PATH.
21
21
However, you must ensure you have several gigabytes of HDD space available and allow for approximately an hour to download and install the XCode development environment:
22
22
23
23
xcode-select --install
@@ -27,18 +27,18 @@ install it from rubygems:
27
27
28
28
gem install asciidoctor asciidoctor-pdf --pre
29
29
30
-
Run `make` or `make html` which builds HTML output. Generating
30
+
Run `make` or `make html`, which builds HTML output. Generating
31
31
PDF output is slow, therefore use the `make pdf` command separately. To
32
-
make both formats in one command, use `make html pdf`. To build downstream
33
-
version perform `make BUILD=downstream`.
32
+
make both formats in one command, use `make html pdf`. To build a downstream
33
+
version, run the `make BUILD=downstream browser` command.
34
34
35
-
Few additional make targets are available on the guide level. To build
36
-
HTML version and open new tab in a browser, enter the following commands:
35
+
Few additional `make` targets are available on the guide level. To build
36
+
a HTML version and to view it in a new tab in a browser, enter the following commands:
37
37
38
38
cd doc-Service-Telemetry-Framework
39
39
make browser
40
40
41
-
Similarly, to build and open PDF version, enter the following command:
41
+
To build and open a PDF version, enter the following command:
42
42
43
43
make open-pdf
44
44
@@ -49,31 +49,32 @@ rebuild use `make clean` to delete build directory and start over.
49
49
## Reading or publishing
50
50
51
51
Publishing the upstream documentation is done automatically on merge to the
52
-
`master` branch. Automation in Travis-CI will then result in a built html
52
+
`master` branch. Automation in Travis-CI then results in a built HTML
53
53
output that is pushed into the `gh-pages` branch. You can read the content at:
54
54
https://infrawatch.github.io/documentation
55
55
56
56
## Contributing
57
57
58
-
Please read [Guidelines for Red Hat
59
-
Documentation](https://redhat-documentation.github.io/) before opening a Pull
58
+
Read [Guidelines for Red Hat Documentation](https://redhat-documentation.github.io/) before you open a Pull
60
59
Request. Additional rules apply:
61
60
62
61
Never write "Service Telemetry Framework" or "STF" words directly but use the following variables:
63
62
64
-
| Variable | Upstream value | Downstream value |
65
-
| -------- | -------------- | ---------------- |
66
-
| Project | Service Telemetry Framework | Service Telemetry Framework |
67
-
| ProjectShort | STF | STF |
68
-
| OpenShift | OpenShift | Red Hat OpenShift Container Platform |
69
-
| OpenShiftShort | OKD | OCP |
70
-
| OpenStack | OpenStack | Red Hat OpenStack Platform |
0 commit comments