Skip to content

Commit 46b0328

Browse files
committed
add index
1 parent b79d66d commit 46b0328

2 files changed

Lines changed: 60 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>UX Studio Plugin - Eclipse 4.5 (Mars)</title>
7+
<style>
8+
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; max-width: 600px; margin: 40px auto; padding: 20px; line-height: 1.6; }
9+
h1 { color: #333; }
10+
code { background: #f4f4f4; padding: 2px 6px; border-radius: 3px; }
11+
.url { background: #e8f4e8; padding: 10px; border-radius: 4px; word-break: break-all; }
12+
</style>
13+
</head>
14+
<body>
15+
<h1>UX Studio Plugin</h1>
16+
<p><strong>Eclipse Version:</strong> 4.5 (Mars)</p>
17+
<p>This is an Eclipse p2 update site for the B2C Commerce UX Studio plugin.</p>
18+
19+
<h2>Installation</h2>
20+
<ol>
21+
<li>In Eclipse, go to <strong>Help → Install New Software...</strong></li>
22+
<li>Click <strong>Add...</strong> to add a new repository</li>
23+
<li>Enter the following URL:</li>
24+
</ol>
25+
<p class="url"><code>https://salesforcecommercecloud.github.io/b2c-developer-tooling/uxstudio/4.5/</code></p>
26+
<ol start="4">
27+
<li>Select the plugin and follow the installation wizard</li>
28+
</ol>
29+
</body>
30+
</html>
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>UX Studio Plugin - Eclipse 4.6 (Neon)</title>
7+
<style>
8+
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; max-width: 600px; margin: 40px auto; padding: 20px; line-height: 1.6; }
9+
h1 { color: #333; }
10+
code { background: #f4f4f4; padding: 2px 6px; border-radius: 3px; }
11+
.url { background: #e8f4e8; padding: 10px; border-radius: 4px; word-break: break-all; }
12+
</style>
13+
</head>
14+
<body>
15+
<h1>UX Studio Plugin</h1>
16+
<p><strong>Eclipse Version:</strong> 4.6 (Neon)</p>
17+
<p>This is an Eclipse p2 update site for the B2C Commerce UX Studio plugin.</p>
18+
19+
<h2>Installation</h2>
20+
<ol>
21+
<li>In Eclipse, go to <strong>Help → Install New Software...</strong></li>
22+
<li>Click <strong>Add...</strong> to add a new repository</li>
23+
<li>Enter the following URL:</li>
24+
</ol>
25+
<p class="url"><code>https://salesforcecommercecloud.github.io/b2c-developer-tooling/uxstudio/4.6/</code></p>
26+
<ol start="4">
27+
<li>Select the plugin and follow the installation wizard</li>
28+
</ol>
29+
</body>
30+
</html>

0 commit comments

Comments
 (0)