Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ const config = {
label: '3.0.0',
path: '3.0.0',
},
'2.7.6': {
label: '2.7.6',
path: '2.7.6',
'2.7.9': {
label: '2.7.9',
path: '2.7.9',
},
'2.7.5': {
label: '2.7.5',
path: '2.7.5',
'2.7.8': {
label: '2.7.8',
path: '2.7.8',
},
},
},
Expand Down Expand Up @@ -108,12 +108,12 @@ const config = {
href: 'https://www.apache.org/dyn/closer.cgi/ambari/ambari-3.0.0',
},
{
label: '2.7.6',
href: 'https://www.apache.org/dyn/closer.cgi/ambari/ambari-2.7.6',
label: '2.7.9',
href: 'https://www.apache.org/dyn/closer.cgi/ambari/ambari-2.7.9',
},
{
label: '2.7.5',
href: 'https://www.apache.org/dyn/closer.cgi/ambari/ambari-2.7.5',
label: '2.7.8',
href: 'https://www.apache.org/dyn/closer.cgi/ambari/ambari-2.7.8',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.ambari</groupId>
<version>2.7.6</version>
<version>2.7.9</version>
<artifactId>ambari-website</artifactId>
<organization>
<name>Apache Software Foundation</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Ambari enables Application Developers and System Integrators to:

## Getting Started with Ambari

Follow the [installation guide for Ambari 2.7.6](https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+2.7.6).
Follow the [installation guide for Ambari 2.7.8](https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+2.7.8).

Note: Ambari currently supports the 64-bit version of the following Operating Systems:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Ambari enables Application Developers and System Integrators to:

## Getting Started with Ambari

Follow the [installation guide for Ambari 2.7.6](https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+2.7.6).
Follow the [installation guide for Ambari 2.7.9](https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+2.7.9).

Note: Ambari currently supports the 64-bit version of the following Operating Systems:

Expand Down
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
"3.0.0",
"2.7.6",
"2.7.5"
"2.7.9",
"2.7.8"
]
Loading