Skip to content

Commit 2da9605

Browse files
committed
docs: include breadcrumbs and sitemap in the trial description
1 parent e53d4b6 commit 2da9605

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/bright-monkeys-sin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"webtools-cli": patch
3+
---
4+
5+
docs: include breadcrumbs and sitemap in the trial description

packages/cli/src/commands/subcommands/license-setup.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export async function licenseSetup() {
88
console.log('✨ 7 days of access to the Essential plan, which includes:');
99
console.log('✅ Automated Redirects');
1010
console.log('✅ Internal Links\n');
11+
console.log('✅ Breadcrumbs\n');
12+
console.log('✅ Unlimited sitemaps\n');
1113

1214
const selectedPlan = await select({
1315
message: 'Do you have a license?',

0 commit comments

Comments
 (0)