Skip to content

Commit a0a0b12

Browse files
committed
Allow Tycho to piggyback its markdown on the eclipse website
- Also allow eclipse-cbi/p2repo-aggregator but without explicit links.
1 parent 41be98b commit a0a0b12

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

markdown/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@
186186
"eclipse-packaging/packages": "Eclipse Packaging Project",
187187
"eclipse-orbit/.github": "Eclipse Orbit",
188188
"eclipse-cbi/epl-license-feature": "EPL License Feature",
189+
"eclipse-cbi/p2repo-aggregator": "CBI p2 Aggregator",
190+
"eclipse-tycho/tycho": "Eclipse Tycho",
189191
};
190192

191193
function getFileParameter() {
@@ -330,7 +332,7 @@ <h2>Table of Contents</h2>
330332
}
331333
}
332334
}
333-
335+
334336
function generateContributorAvatars(a, logicalHref) {
335337
injectAvatars(a, logicalHref)
336338
const td = a.parentElement;
@@ -352,7 +354,7 @@ <h2>Table of Contents</h2>
352354
}
353355
}
354356
}
355-
357+
356358
function injectAvatars(a, logicalHref) {
357359
const avatar = toElements(`<span>${generateAvatar(logicalHref)}&nbsp;</span>`)[0];
358360
a.parentElement.insertBefore(avatar, a);

project.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ let markdownAside = `
7878
<a href="${markdownBase}eclipse-equinox/p2/master/docs">Equinox p2</a>
7979
<a href="${markdownBase}eclipse-ide/.github/main/">Eclipse IDE</a>
8080
<a href="${markdownBase}eclipse-simrel/.github/main/profile/README.md">Eclipse SimRel</a>
81+
<a href="${markdownBase}eclipse-tycho/tycho/main/README.md">Eclipse Tycho</a>
8182
`;
8283

8384
let defaultAside = toElements(`

0 commit comments

Comments
 (0)