Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update demo2 with prod #3727

Merged
merged 51 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
90de93a
Merge pull request #3646 from OpenLiberty/prod
natalie-bernhard Feb 23, 2024
229c872
update plugin versions
natalie-bernhard Mar 1, 2024
8940b92
Merge pull request #3659 from OpenLiberty/update-plugin-versions
natalie-bernhard Mar 1, 2024
000608a
Merge pull request #3660 from OpenLiberty/staging
natalie-bernhard Mar 1, 2024
c6a506a
temp downgrade plugin versions
natalie-bernhard Mar 7, 2024
ab9cfcf
Merge pull request #3667 from OpenLiberty/downgrade-plugins
natalie-bernhard Mar 7, 2024
926f6d4
Merge pull request #3668 from OpenLiberty/staging
natalie-bernhard Mar 7, 2024
5ab54b5
upgrade LMP and LGP
natalie-bernhard Mar 15, 2024
0d90a87
Fixed jumping of content
SteveSamJacob19 Mar 11, 2024
21f2ee7
Some edit
SteveSamJacob19 Mar 11, 2024
8249f72
Some more edits
SteveSamJacob19 Mar 11, 2024
5d86281
Fixed jumping of content
SteveSamJacob19 Mar 11, 2024
9ce8d61
Some edit
SteveSamJacob19 Mar 11, 2024
fe29af4
Revert "Some edit"
natalie-bernhard Mar 18, 2024
32794c9
Revert "Fixed jumping of content"
natalie-bernhard Mar 18, 2024
f584268
Revert "Some more edits"
natalie-bernhard Mar 18, 2024
db111f4
Revert "Some edit"
natalie-bernhard Mar 18, 2024
fa4eac9
Revert "Fixed jumping of content"
natalie-bernhard Mar 18, 2024
d97f9bc
Merge pull request #3674 from OpenLiberty/plugin-updates-march
natalie-bernhard Mar 18, 2024
5e979e4
Merge pull request #3675 from OpenLiberty/staging
natalie-bernhard Mar 19, 2024
b442e6c
reduce feature doc files
natalie-bernhard Mar 8, 2024
94cee2d
remove unneeded files from build
natalie-bernhard Mar 11, 2024
96738b9
undo original commit changes
natalie-bernhard Mar 11, 2024
9aef563
upgrade OL runtime version in docker files
natalie-bernhard Mar 15, 2024
aebf4f8
upgrade to newest OL version
natalie-bernhard Mar 18, 2024
00edb31
Merge pull request #3680 from OpenLiberty/reduce-build-files
natalie-bernhard Mar 21, 2024
7cbc205
Merge pull request #3681 from OpenLiberty/staging
natalie-bernhard Mar 22, 2024
52964e8
re-adding changes
SteveSamJacob19 Mar 19, 2024
278a8d3
Merge pull request #3676 from OpenLiberty/guide_bug
natalie-bernhard Mar 22, 2024
c74f46e
Remove twitter
SteveSamJacob19 Mar 19, 2024
667e638
Removed more twitter
SteveSamJacob19 Mar 20, 2024
1bff221
translation done
SteveSamJacob19 Mar 21, 2024
7cdd1db
upgrade iguides to stable jquery
natalie-bernhard Mar 25, 2024
367ab99
Revert "translation done"
natalie-bernhard Mar 25, 2024
20c0c20
Revert "Removed more twitter"
natalie-bernhard Mar 25, 2024
da9aaae
Revert "Remove twitter"
natalie-bernhard Mar 25, 2024
675c880
Merge pull request #3684 from OpenLiberty/upgrade-jquery
natalie-bernhard Mar 25, 2024
6e3cfee
Remove twitter
SteveSamJacob19 Mar 19, 2024
81a0f94
Removed more twitter
SteveSamJacob19 Mar 20, 2024
15806a4
translation done
SteveSamJacob19 Mar 21, 2024
e5ae80a
Merge pull request #3682 from OpenLiberty/twitter_foot
natalie-bernhard Mar 25, 2024
b34891a
Merge pull request #3685 from OpenLiberty/staging
natalie-bernhard Mar 26, 2024
86b4f2d
Fixed int guide toc
SteveSamJacob19 Apr 3, 2024
e24ed80
Merge pull request #3704 from OpenLiberty/3463_inttoc
natalie-bernhard Apr 17, 2024
35f16eb
Fixed guide code column
navaneethsnair1 Apr 1, 2024
2e011b6
Merge pull request #3708 from OpenLiberty/guide-code-column
natalie-bernhard Apr 18, 2024
ce4a220
Dynamic change of toc line enabled
navaneethsnair1 Apr 9, 2024
fd43993
Merge pull request #3707 from OpenLiberty/new-toc-line
natalie-bernhard Apr 18, 2024
918e3f4
Merge pull request #3714 from OpenLiberty/staging
natalie-bernhard May 1, 2024
a4563f9
Edited contributing.md
SteveSamJacob19 Apr 25, 2024
5aa6d50
Merge pull request #3717 from OpenLiberty/contribute_steve
natalie-bernhard May 6, 2024
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
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Anyone can contribute to the openliberty.io project and we welcome your contributions!

https://github.com/OpenLiberty/openliberty.io/wiki/How-to-contribute

## Contributor License Agreement

In order for us to accept pull requests, you must declare that you wrote the code or, at least, have the right to contribute it to the repo under the open source licence of the project in the repo. It's dead easy...
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.demo
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml

# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
# using featureUtility.
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.draft
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml

# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
# using featureUtility.
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ COPY --from=docs --chown=1001:0 /temp-docs/docs /target/openliberty-website-1.0-
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml

# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
# using featureUtility.
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.staging
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ COPY --from=docs --chown=1001:0 /temp-docs/docs /target/openliberty-website-1.0-
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml

# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
# using featureUtility.
Expand Down
4 changes: 2 additions & 2 deletions docker/blogs/Dockerfile.blogs.draft
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml

# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
# using featureUtility.
Expand Down
4 changes: 2 additions & 2 deletions docker/blogs/Dockerfile.blogs.staging
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml

# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
# using featureUtility.
Expand Down
4 changes: 2 additions & 2 deletions docker/certifications/Dockerfile.certifications.draft
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml

# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
# using featureUtility.
Expand Down
4 changes: 2 additions & 2 deletions docker/certifications/Dockerfile.certifications.staging
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml

# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
# using featureUtility.
Expand Down
4 changes: 2 additions & 2 deletions docker/docs/Dockerfile.docs.draft
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml

# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
# using featureUtility.
Expand Down
4 changes: 2 additions & 2 deletions docker/docs/Dockerfile.docs.staging
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml

# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
# using featureUtility.
Expand Down
4 changes: 2 additions & 2 deletions docker/guides/Dockerfile.guides.draft
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml

# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
# using featureUtility.
Expand Down
4 changes: 2 additions & 2 deletions docker/guides/Dockerfile.guides.staging
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml

# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
# using featureUtility.
Expand Down
4 changes: 2 additions & 2 deletions docker/ui-only/Dockerfile.ui-only
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml

# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
# using featureUtility.
Expand Down
4 changes: 4 additions & 0 deletions scripts/build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ source $BUILD_SCRIPTS_DIR/docs_part_2.sh
timer_end=$(date +%s)
echo "Total execution time for running antora.sh build: '$(date -u --date @$(( $timer_end - $timer_start )) +%H:%M:%S)'"

# remove unnecessary folders
rm -rf target/jekyll-webapp/docs/*/reference/feature/*/
rm -rf target/jekyll-webapp/guides/guide-*/

# Run Gzip for compression of html,js,css
source $BUILD_SCRIPTS_DIR/gzip.sh

Expand Down
1 change: 1 addition & 0 deletions src/main/content/_assets/css/support.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ body {
}

#cards_container {
margin-left: 13%;
text-align: center;
margin-top: 48px;
}
Expand Down
3 changes: 1 addition & 2 deletions src/main/content/_assets/css/toc-multipane-static.scss
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,7 @@
display: inline-block;
left: 0;
width: 6px;
position: fixed;

position: absolute;
&.open {
left: 394px; // 400px minus the width of 6 px
background-color: rgb(255, 216, 191);
Expand Down
3 changes: 3 additions & 0 deletions src/main/content/_assets/js/guide-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -883,5 +883,8 @@ $(window).on("load", function () {
if (location.hash) {
handleFloatingTableOfContent();
}
window.scrollTo({
top:1,
});
});
});
4 changes: 4 additions & 0 deletions src/main/content/_assets/js/guide-multipane-static.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ function showPrereqsPopup() {
"overflow-y": "hidden",
});
$("#code_column_content").attr("aria-disabled", true);
$("#code_column_content").css("user-select", "none");
$(".CodeRay.highlight").css("cursor", "default");
}

function hidePrereqsPopup() {
Expand All @@ -232,6 +234,8 @@ function hidePrereqsPopup() {
});
$("#code_column_content").removeAttr("aria-disabled");
$(".code_column_tab").removeAttr("aria-disabled");
$("#code_column_content").css("user-select", "auto");
$(".CodeRay.highlight").css("cursor", "text");
}

/*
Expand Down
13 changes: 6 additions & 7 deletions src/main/content/_assets/js/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,8 @@ function setDefaultTab() {
$(document).ready(function() {
// show content for clicked OS tab
$('.tab_link').on('click', function(event) {
// hide all tab content and remove active class from all links
$(".tab_content").hide();
$(".tab_link").removeClass("active");

$(this).parent().find('.tab_content').hide();
$(this).parent().find('.tab_link').removeClass("active");
// get class of clicked tab and class of its respective content section
var class_list = this.classList;
for (var i = 0; i < class_list.length; i++) {
Expand All @@ -74,10 +72,11 @@ $(document).ready(function() {
var tab_class = "." + class_name;
}
}

// show content of clicked tab and add active class to clicked tab
$(tab_content).show();
$(tab_class).addClass("active");
$(this).parent().find('.tab_content' + tab_content).show();
$(this).parent().find('.tab_link' + tab_class).addClass("active");
handleFloatingCodeColumn();
handleFloatingTableOfContent();
});
});

Expand Down
3 changes: 1 addition & 2 deletions src/main/content/_i18n/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,7 @@ guides:
blog:
see_all_blog_posts: See all blog posts
never_miss_a_post: Never miss a post!
be_sure_to_follow: Be sure to follow
twitter_or_subscribe: on Twitter or subscribe to our
be_sure_to_subscribe: Be sure to subscribe to our
feed: feed.
featured_tags: Featured Tags
no_results_found: No results found.
Expand Down
3 changes: 1 addition & 2 deletions src/main/content/_i18n/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,7 @@ guides:
blog:
see_all_blog_posts: すべてのブログ投稿を表示
never_miss_a_post: 投稿を見逃すことはありません。
be_sure_to_follow: 必ず Twitter で
twitter_or_subscribe: をフォローするか、
be_sure_to_subscribe: 必ず
feed: フィードを購読してください。
featured_tags: フィーチャー・タグ
no_results_found: No results found.
Expand Down
3 changes: 1 addition & 2 deletions src/main/content/_i18n/zh-Hans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,7 @@ guides:
blog:
see_all_blog_posts: 查看所有博客帖子
never_miss_a_post: 永远不要错过帖子 !
be_sure_to_follow: 在 Twitter 上关注
twitter_or_subscribe: 或订阅我们的
be_sure_to_subscribe: 请务必订阅我们的
feed: 订阅源。
featured_tags: 特色标签
no_results_found: 找不到任何结果
Expand Down
2 changes: 0 additions & 2 deletions src/main/content/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
</div>
<div id="footer_round_links_container">
<a id="footer_github_link" class="footer_round_btn" href="https://github.com/OpenLiberty/" target="_blank" rel="noopener" aria-label="Github"></a>
<a id="footer_twitter_link" class="footer_round_btn" href="https://twitter.com/OpenLibertyIO" target="_blank" rel="noopener" aria-label="Twitter"></a>
<a id="footer_stackoverflow_link" class="footer_round_btn" href="https://stackoverflow.com/questions/tagged/open-liberty" target="_blank" rel="noopener" aria-label="Open Liberty questions on Stack Overflow"></a>
<a id="footer_groupsio_link" class="footer_round_btn" href="https://groups.io/g/openliberty" target="_blank" rel="noopener" aria-label="Open Liberty Groups.io"></a>
<a id="footer_gitter_link" class="footer_round_btn" href="https://app.gitter.im/#/room/#OpenLiberty_development:gitter.im" target="_blank" rel="noopener" aria-label="Open Liberty Gitter"></a>
Expand Down Expand Up @@ -42,7 +41,6 @@
<!-- PRE-LOADED IMAGES FOR ON HOVER BEHAVIOR -->
<div class="d-none hidden">
<img src="/img/Footer_GitCat_Hover.svg" alt="OpenLiberty Github link">
<img src="/img/Footer_TwitterBird_Hover.svg" alt="OpenLibertyIO Twitter link">
<img src="/img/Footer_StackO_Hover.svg" alt="Open-liberty Stack Overflow link">
<img src="/img/Footer_GroupsIO_Hover.svg" alt="Openliberty Groups IO link">
<img src="/img/footer_gitter_hover.svg" alt="Openliberty Gitter link">
Expand Down
1 change: 0 additions & 1 deletion src/main/content/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
</li>
</ul>
<div id="header_round_links_container">
<a id="header_twitter_link" class="header_round_button" href="https://twitter.com/OpenLibertyIO" target="_blank" rel="noopener noreferrer" aria-label="Twitter"></a>
<a id="header_stackoverflow_link" class="header_round_button" href="https://stackoverflow.com/questions/tagged/open-liberty" target="_blank" rel="noopener noreferrer" aria-label="Open Liberty questions on Stack Overflow"></a>
<a id="header_groupsio_link" class="header_round_button" href="https://groups.io/g/openliberty" target="_blank" rel="noopener noreferrer" aria-label="Open Liberty Groups.io"></a>
<a id="header_gitter_link" class="header_round_button" href="https://app.gitter.im/#/room/#OpenLiberty_development:gitter.im" target="_blank" rel="noopener noreferrer" aria-label="Open Liberty Gitter"></a>
Expand Down
5 changes: 0 additions & 5 deletions src/main/content/_includes/javascript.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{% if page.layout == "default" or page.layout == "intro" or page.layout == "post" or page.layout == "certification" %}
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" integrity="sha512-+NqPlbbtM1QqiK8ZAo4Yrj2c4lNQoGv8P79DPtKzj++l5jnN39rHA/xsqn8zE9l0uSoxaCdrOgFs6yjyfbBxSg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
{% else %}
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0/jquery.min.js" integrity="sha512-lzilC+JFd6YV8+vQRNRtU7DOqv5Sa9Ek53lXt/k91HZTJpytHS1L6l1mMKR9K6VVoDt4LiEXaa6XBrYk1YhGTQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
{% endif %}

{% js devEnvironment %}

Expand Down
3 changes: 0 additions & 3 deletions src/main/content/_layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<a id="blog_link" href="{{baseURL}}/blog"><img class="arrow" src="/img/post_arrow.svg" alt="back to all blogs">{% t blog.see_all_blog_posts %}</a>
<div class="share_post_container">
{% assign page_title = page.title | replace: "'" , "\\\\'" %}
<a class="twitter_link" href="https://twitter.com/intent" onclick="window.open('https://twitter.com/intent/tweet?text=' + encodeURIComponent('{{ page_title }}') + '&url=' + encodeURIComponent(window.location)); return false" aria-label="Twitter link"></a>
<a class="reddit_link" href="https://www.reddit.com/submit" onclick="window.open('https://www.reddit.com/submit?url=' + encodeURIComponent(window.location)); return false" aria-label="Reddit link"></a>
</div>
<h1 id="post_title">{{ page.title | escape }}</h1>
Expand Down Expand Up @@ -102,7 +101,6 @@ <h1 id="post_title">{{ page.title | escape }}</h1>
{{ content }}
<div class="share_post_container">
{% assign page_title = page.title | replace: "'" , "\\\\'" %}
<a class="twitter_link" href="https://twitter.com/intent" onclick="window.open('https://twitter.com/intent/tweet?text=' + encodeURIComponent('{{ page_title }}') + '&url=' + encodeURIComponent(window.location)); return false" aria-label="Twitter link"></a>
<a class="reddit_link" href="https://www.reddit.com/submit" onclick="window.open('https://www.reddit.com/submit?url=' + encodeURIComponent(window.location)); return false" aria-label="Reddit link"></a>
</div>
<div id="blog_link_container">
Expand All @@ -118,6 +116,5 @@ <h1 id="post_title">{{ page.title | escape }}</h1>
</div>

<div class="d-none">
<img src="/img/twitter_link_hover.svg">
<img src="/img/reddit_link_hover.svg">
</div>
2 changes: 0 additions & 2 deletions src/main/content/antora_ui/src/partials/footer-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
</div>
<div id="footer_round_links_container">
<a id="footer_github_link" class="footer_round_btn" href="https://github.com/OpenLiberty/" target="_blank" rel="noopener" aria-label="Github"></a>
<a id="footer_twitter_link" class="footer_round_btn" href="https://twitter.com/OpenLibertyIO" target="_blank" rel="noopener" aria-label="Twitter"></a>
<a id="footer_stackoverflow_link" class="footer_round_btn" href="https://stackoverflow.com/questions/tagged/open-liberty" target="_blank" rel="noopener" aria-label="Open Liberty questions on Stack Overflow"></a>
<a id="footer_groupsio_link" class="footer_round_btn" href="https://groups.io/g/openliberty" target="_blank" rel="noopener" aria-label="Open Liberty Groups.io"></a>
<a id="footer_gitter_link" class="footer_round_btn" href="https://app.gitter.im/#/room/#OpenLiberty_development:gitter.im" target="_blank" rel="noopener" aria-label="Open Liberty Gitter"></a>
Expand Down Expand Up @@ -36,7 +35,6 @@
<!-- PRE-LOADED IMAGES FOR ON HOVER BEHAVIOR -->
<div class="d-none hidden">
<img src="{{uiRootPath}}/img/Footer_GitCat_Hover.svg" alt="OpenLiberty Github link">
<img src="{{uiRootPath}}/img/Footer_TwitterBird_Hover.svg" alt="OpenLibertyIO Twitter link">
<img src="{{uiRootPath}}/img/Footer_StackO_Hover.svg" alt="Open-liberty Stack Overflow link">
<img src="{{uiRootPath}}/img/Footer_GroupsIO_Hover.svg" alt="Openliberty Groups IO link">
<img src="{{uiRootPath}}/img/footer_gitter_hover.svg" alt="Openliberty Gitter link">
Expand Down
1 change: 0 additions & 1 deletion src/main/content/antora_ui/src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
</li>
</ul>
<div id="header_round_links_container">
<a id="header_twitter_link" class="header_round_button" href="https://twitter.com/OpenLibertyIO" target="_blank" rel="noopener noreferrer" aria-label="Twitter"></a>
<a id="header_stackoverflow_link" class="header_round_button" href="https://stackoverflow.com/questions/tagged/open-liberty" target="_blank" rel="noopener noreferrer" aria-label="Open Liberty questions on Stack Overflow"></a>
<a id="header_groupsio_link" class="header_round_button" href="https://groups.io/g/openliberty" target="_blank" rel="noopener noreferrer" aria-label="Open Liberty Groups.io"></a>
<a id="header_gitter_link" class="header_round_button" href="https://app.gitter.im/#/room/#OpenLiberty_development:gitter.im" target="_blank" rel="noopener noreferrer" aria-label="Open Liberty Gitter"></a>
Expand Down
6 changes: 1 addition & 5 deletions src/main/content/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ <h2 class="blog_subtitle">
{% t blog.never_miss_a_post %}
</h2>
<p class="blog_subtext">
{% t blog.be_sure_to_follow %}
<a class="green_link" href="https://twitter.com/OpenLibertyIO" rel="noopener" target="_blank">
@openliberty.io
</a>
{% t blog.twitter_or_subscribe %}
{% t blog.be_sure_to_subscribe %}
<a class="green_link" href='{{ "/feed.xml" | relative_url }}' rel="noopener" target="_blank">
RSS
</a>
Expand Down
Loading
Loading