Skip to content

Commit da4fa0d

Browse files
committed
Update documentation links for consistency and accuracy
1 parent d832d95 commit da4fa0d

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

src/app/features/features-routing.module.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const routes: Routes = [
177177
authGuardPipe: hasPermissionTranslationRead,
178178
breadcrumb: {
179179
label: 'Translations',
180-
helpUrl: 'https://localess.org/docs/translations/overview',
180+
helpUrl: 'https://localess.org/docs/translations',
181181
} satisfies BreadcrumbItem,
182182
},
183183
},
@@ -190,7 +190,7 @@ const routes: Routes = [
190190
authGuardPipe: hasPermissionContentRead,
191191
breadcrumb: {
192192
label: 'Contents',
193-
helpUrl: 'https://localess.org/docs/content/overview',
193+
helpUrl: 'https://localess.org/docs/content',
194194
} satisfies BreadcrumbItem,
195195
},
196196
},
@@ -203,7 +203,7 @@ const routes: Routes = [
203203
authGuardPipe: hasPermissionAssetRead,
204204
breadcrumb: {
205205
label: 'Assets',
206-
helpUrl: 'https://localess.org/docs/assets/overview',
206+
helpUrl: 'https://localess.org/docs/assets',
207207
} satisfies BreadcrumbItem,
208208
},
209209
},
@@ -216,7 +216,7 @@ const routes: Routes = [
216216
authGuardPipe: hasPermissionSchemaRead,
217217
breadcrumb: {
218218
label: 'Schemas',
219-
helpUrl: 'https://localess.org/docs/schemas/overview',
219+
helpUrl: 'https://localess.org/docs/schemas',
220220
} satisfies BreadcrumbItem,
221221
},
222222
},

src/app/features/features.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ export class FeaturesComponent implements OnInit {
219219
];
220220

221221
communitySideMenu: SideMenuItem[] = [
222-
{ link: 'https://localess.org/home', label: 'Visit Localess.ORG', icon: 'lucideEarth' },
223-
{ link: 'https://localess.org/docs/introduction', label: 'Documentation', icon: 'lucideBookOpen' },
222+
{ link: 'https://localess.org', label: 'Visit Localess.ORG', icon: 'lucideEarth' },
223+
{ link: 'https://localess.org/docs', label: 'Documentation', icon: 'lucideBookOpen' },
224224
{ link: 'https://github.com/Lessify/localess', label: 'Code', icon: 'lucideCode' },
225225
{ link: 'https://github.com/Lessify/localess/issues', label: 'Feedback', icon: 'lucideSend' },
226226
];

src/app/features/welcome/welcome.component.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@ <h3>Next Steps</h3>
1515
<p class="py-2">Read documentation:</p>
1616
<ul class="list-inside list-disc" style="padding: unset">
1717
<li>
18-
<a target="_blank" href="https://localess.org/docs/introduction">Introduction</a>
18+
<a target="_blank" href="https://localess.org/docs">Introduction</a>
1919
</li>
2020
<li>
2121
<a target="_blank" href="https://localess.org/docs/getting-started">Getting Started</a>
2222
</li>
2323
<li>
24-
<a target="_blank" href="https://localess.org/docs/translations/overview">Translation Management</a>
24+
<a target="_blank" href="https://localess.org/docs/translations">Translation Management</a>
2525
</li>
2626
<li>
27-
<a target="_blank" href="https://localess.org/docs/content/overview">Content Management</a>
27+
<a target="_blank" href="https://localess.org/docs/content">Content Management</a>
2828
</li>
2929
<li>
30-
<a target="_blank" href="https://localess.org/docs/assets/overview">Digital Asset Management</a>
30+
<a target="_blank" href="https://localess.org/docs/assets">Digital Asset Management</a>
3131
</li>
3232
<li>
33-
<a target="_blank" href="https://localess.org/docs/schemas/overview">Content Schema Management</a>
33+
<a target="_blank" href="https://localess.org/docs/schemas">Content Schema Management</a>
3434
</li>
3535
<li>
36-
<a target="_blank" href="https://localess.org/docs/api/overview">API Integration</a>
36+
<a target="_blank" href="https://localess.org/docs/openapi">API Reference</a>
3737
</li>
3838
</ul>
3939
</section>

0 commit comments

Comments
 (0)