Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd2070cf

Browse files
committed
pulled master and resolved conflicts
2 parents81e585f +da853d8 commitd2070cf

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed
8.35 KB
Binary file not shown.

‎_gitops/whats-new/changelog.md‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ If you missed any of our previous online announcements, you can find the latest
99

1010
>To subscribe to an RSS / Atom feed for our SaaS release notes, please[click here]({{ site.baseurl }}/changelog/gitops.xml).
1111
12-
{% assign posts_by_year = site.posts-gitops | group_by_exp: "post", "post.date | date: '%Y'" %}
12+
{% assign posts_by_year = site.posts-gitops | group_by_exp: "post", "post.date | date: '%Y'"| reverse%}
1313
{% for year in posts_by_year %}
1414
<h2>{{ year.name }}</h2>
1515
<ul>
16-
{% for post in year.items %}
16+
{% assign sorted_posts = year.items | reverse %}
17+
{% for post in sorted_posts %}
1718
<li>
1819
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
1920
</li>

‎assets/js/argohub-redirect/argohub-redirect.js‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,7 @@ async function selectSegmentOption(option, selectedValue) {
112112
if(selectedValue==='enterprise'){
113113
removeGitOpsDocumentationCookie()
114114

115-
constenterprisePath=Object.keys(redirectMap).find(
116-
(key)=>redirectMap[key]===currentPath
117-
)
115+
constenterprisePath=Object.keys(redirectMap).find(key=>redirectMap[key]===currentPath)
118116

119117
if(enterprisePath){
120118
window.location.href=`${SITE_BASE_URL}${enterprisePath}`
@@ -167,7 +165,7 @@ function handleOptionKeydown(event, option, selectedValue) {
167165
}
168166
}
169167

170-
document.addEventListener('click',(e)=>{
168+
document.addEventListener('click',e=>{
171169
constselect=document.querySelector('.custom-select')
172170
if(!select.contains(e.target)){
173171
select.classList.remove('open')

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"js-lint-docs":"eslint assets/js/",
2222
"js-minify":"npm-run-all --parallel js-minify-*",
2323
"js-minify-docs":"uglifyjs --mangle --comments\"/^!/\" --output assets/js/docs.min.js assets/js/vendor/anchor.min.js assets/js/vendor/clipboard.min.js assets/js/vendor/holder.min.js assets/js/vendor/jquery.smooth-scroll.min.js assets/js/vendor/jquery.cookie.min.js assets/js/vendor/jquery.navgoco.js\"assets/js/src/*.js\"",
24-
"js-minify-argohub":"uglifyjs assets/js/argohub-redirect/argohub-redirect.js --output assets/js/argohub-redirect/argohub-redirect.min.js --comments\\\\\\\"/^!/\\\\\\\"",
24+
"js-minify-argohub":"uglifyjs assets/js/argohub-redirect/argohub-redirect.js --output assets/js/argohub-redirect/argohub-redirect.min.js",
2525
"docs":"npm-run-all --parallel css-docs js-docs --sequential docs-compile docs-lint",
2626
"docs-compile":"set JEKYLL_ENV=production && bundle exec jekyll build",
2727
"postdocs-compile":"npm run docs-workbox-precache",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp