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: docs/README.adoc
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,14 +77,23 @@ Once copied you'll need to add the directory to the git repository; `git add ./1
77
77
78
78
=== Edit and Build Index
79
79
80
-
Next in the `wildfly.github.io` repository you'll need to edit the `index.adoc` and add the newly created directory. We
81
-
try to keep the listings in release order with the new release on top.
80
+
Next in the `wildfly.github.io` repository you'll need to add the newly created directory and link to it from the index page.
82
81
83
-
Once you edit the `index.adoc` you'll need to regenerate the `index.html` file. This can be done with the `asciidoctor`
82
+
In the `index.adoc`, edit the `:wildfly-latest-major:` attribute to set it to the new release of WildFly (only the major version).
83
+
84
+
In the `archives.adoc`, add a table row for the previous version of WildFly.
85
+
86
+
Once you edit these 2 files, you'll need to regenerate their HTML files. This can be done with the `asciidoctor`
84
87
command.
85
88
86
89
```
87
-
asciidoctor index.adoc
90
+
asciidoctor index.adoc archives.adoc
88
91
```
89
92
93
+
=== Update the Docs sitemap
94
+
95
+
In your `wildfly.github.io` checkout, edit the `sitemap.xml` file. In all lines with URLs that include the previous WildFly version, update to the new WildFly version.
96
+
97
+
=== Submit Your Changes
98
+
90
99
After all that is complete you can commit your changes and submit a PR.
0 commit comments