Skip to content

Commit

Permalink
JBIDE-25906 - https://tools.jboss.org/features/ needs update (#811)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff MAURY <jmaury@redhat.com>
  • Loading branch information
jeffmaury committed Apr 9, 2018
1 parent bb65235 commit 1af8119
Show file tree
Hide file tree
Showing 12 changed files with 63 additions and 59 deletions.
1 change: 1 addition & 0 deletions _ext/features.rb
Expand Up @@ -44,6 +44,7 @@ def execute(site)
feature.order = page.feature_order != nil ? page.feature_order : 100
feature.tagline = page.feature_tagline
feature.image_url = URIHelper.concat(@path_prefix, page.feature_image_url)
feature.deprecated = page.feature_deprecated || false
features[feature.product_id] = Array.new unless !features[feature.product_id].nil?
features[feature.product_id] << feature
end
Expand Down
1 change: 1 addition & 0 deletions features/aerogear.adoc
Expand Up @@ -5,6 +5,7 @@
:page-feature_order: 8
:page-feature_tagline: Mobile development tooling
:page-feature_image_url: images/aerogear_icon_256px.png
:page-feature_deprecated: true
:page-issues_url: https://issues.jboss.org/browse/JBIDE/component/12317246

== Hybrid Mobile (Cordova) Tools
Expand Down
48 changes: 0 additions & 48 deletions features/arquillian.adoc

This file was deleted.

1 change: 1 addition & 0 deletions features/browsersim.adoc
Expand Up @@ -5,6 +5,7 @@
:page-feature_order: 8
:page-feature_tagline: Mobile Browser Simulator
:page-feature_image_url: images/browsersim_icon_256px.png
:page-feature_deprecated: true
:page-issues_url: https://issues.jboss.org/browse/JBIDE/component/

== Browser Simulator
Expand Down
1 change: 1 addition & 0 deletions features/drools.adoc
Expand Up @@ -6,6 +6,7 @@
:page-feature_highlighted: false
:page-feature_order: 10
:page-feature_tagline: Business Rules for the masses
:page-feature_deprecated: true

== Drools
=== Business Rules
Expand Down
3 changes: 3 additions & 0 deletions features/index.html.haml
Expand Up @@ -25,6 +25,9 @@ title: Features
- feature = f.shift
.span3.center.well
%a.flexbox.stretch-column{:href=>relative(feature.url) }
- if feature.deprecated
.ribbon
%span Deprecated
.title
%h3.center< #{feature.name}
.body
Expand Down
1 change: 1 addition & 0 deletions features/jbpm.adoc
Expand Up @@ -6,6 +6,7 @@
:page-feature_highlighted: false
:page-feature_order: 10
:page-feature_tagline: Business Processes for the masses
:page-feature_deprecated: true

== jBPM
=== Business Process Suite
Expand Down
1 change: 1 addition & 0 deletions features/livereload.adoc
Expand Up @@ -5,6 +5,7 @@
:page-feature_image_url: images/cloud-reload-1-256x256.png
:page-feature_order: 5
:page-feature_tagline: Refresh without F5
:page-feature_deprecated: true

== LiveReload
=== Not pressing F5 is refreshing
Expand Down
19 changes: 8 additions & 11 deletions features/openshift.adoc
Expand Up @@ -7,17 +7,6 @@
:page-feature_order: 2
:page-feature_tagline: Cloud on steroids

== OpenShift 2
=== Integrated deployment to the cloud.
image::images/features-openshift-applicationwizard-reduced.png[OpenShift Application Wizard]

From developing to deploying on OpenShift 2, JBoss Tools provides you with a fully fledged
environment for your project and aligns with the standard workflows within Eclipse.
Using the tooling, you can create and configure your remote container, deploy your application,
stream remote logs into your local console, access your data and remotely debug the running application.
Creating a new OpenShift 2 Application along into a new or an existing Eclipse Project,
or importing an existing OpenShift 2 Application into a new or an existing project, the Application Wizard supports all the combinations.

== OpenShift 3
=== Discover the new OpenShift
image::images/openshift3_create_app.png[]
Expand Down Expand Up @@ -80,3 +69,11 @@ but if you need more customization, you can choose to deploy Docker images to Op
directly from either the Docker or OpenShift Explorer.

image::images/deploy_image_menu.png[]

== CDK integration
=== Start/stop CDK from the IDE
A new server adapter has been added to support the next generation of CDK 3.
While the server adapter itself has limited functionality, it is able to start and stop the CDK virtual machine via its minishift binary.
Simply hit Ctrl+3 (Cmd+3 on OSX) and type CDK, that will bring up a command to setup and/or launch the CDK server adapter.

image::/documentation/whatsnew/openshift/images/cdk3-server-adapter2.png[]
1 change: 1 addition & 0 deletions features/switchyard.adoc
Expand Up @@ -6,6 +6,7 @@
:page-feature_highlighted: false
:page-feature_order: 10
:page-feature_tagline: Your Service Delivery Framework
:page-feature_deprecated: true

== SwitchYard
=== Making SOA fun again
Expand Down
1 change: 1 addition & 0 deletions features/teiiddesigner.adoc
Expand Up @@ -6,6 +6,7 @@
:page-feature_highlighted: false
:page-feature_order: 10
:page-feature_tagline: modeling for data virtualization
:page-feature_deprecated: true

== Teiid Designer
=== Data Virtualization Modeling Tool
Expand Down
44 changes: 44 additions & 0 deletions stylesheets/jbt-styles.scss
Expand Up @@ -1453,3 +1453,47 @@ $scrollmargin: 40px;
}
}
}

.ribbon {
position: absolute;
right: -5px; top: -5px;
z-index: 1;
overflow: hidden;
width: 75px; height: 75px;
text-align: right;
}
.ribbon span {
font-size: 10px;
font-weight: bold;
color: #FFF;
text-transform: uppercase;
text-align: center;
line-height: 20px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
width: 100px;
display: block;
background: #79A70A;
background: linear-gradient(#F70505 0%, #8F0808 100%);
box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
position: absolute;
top: 19px; right: -21px;
}
.ribbon span::before {
content: "";
position: absolute; left: 0px; top: 100%;
z-index: -1;
border-left: 3px solid #8F0808;
border-right: 3px solid transparent;
border-bottom: 3px solid transparent;
border-top: 3px solid #8F0808;
}
.ribbon span::after {
content: "";
position: absolute; right: 0px; top: 100%;
z-index: -1;
border-left: 3px solid transparent;
border-right: 3px solid #8F0808;
border-bottom: 3px solid transparent;
border-top: 3px solid #8F0808;
}

0 comments on commit 1af8119

Please sign in to comment.