Skip to content

Commit 738839d

Browse files
committed
updates
1 parent d91b97c commit 738839d

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

tools/cloneit/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ The new site shares the same codebase (diyfire) and uses `https://content.da.liv
1818

1919
## How to Use
2020

21+
**Note:** Please sign in to AEM Sidekick on the Base Demo site before you initiate the Clone process.
22+
2123
1. Open the app from the AEM Sidekick (CloneIt button) or navigate to `/tools/cloneit/cloneit.html`
2224
2. **Authentication** – The app must be opened from a DA context (e.g. da.live) to obtain the bearer token for API calls
2325
3. Enter a **site name** (lowercase, numbers and hyphens only, max 50 chars, e.g. `my-new-site`). Reserved names like `admin`, `api`, `config` are blocked.

tools/cloneit/cloneit.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,19 @@ body {
145145
}
146146

147147
.card-desc {
148+
font-size: 0.8125rem;
149+
color: var(--text-muted);
150+
margin-bottom: 0.75rem;
151+
}
152+
153+
.card-note {
148154
font-size: 0.8125rem;
149155
color: var(--text-muted);
150156
margin-bottom: 1.25rem;
157+
padding: 0.625rem 0.75rem;
158+
background: var(--surface-alt, rgba(0 0 0 / 0.04));
159+
border-left: 3px solid var(--primary, #1473e6);
160+
border-radius: 0 4px 4px 0;
151161
line-height: 1.55;
152162
}
153163

tools/cloneit/cloneit.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ <h2 class="card-title">New site name</h2>
3939
<p class="card-desc">
4040
Clones <strong>demo site</strong> content (excl. drafts, demo-docs) and creates a repoless AEM site with the same codebase.
4141
</p>
42+
<p class="card-note" role="note">
43+
Please sign in to AEM Sidekick on the Base Demo site before you initiate the Clone process.
44+
</p>
4245
<div class="input-group">
4346
<label for="site-name-input" class="input-label">
4447
<span class="label-text">Site name</span>

0 commit comments

Comments
 (0)