Skip to content

Commit 693015a

Browse files
committed
feat(docs): cleanup copy and pasted descriptions
1 parent 822fff6 commit 693015a

File tree

5 files changed

+10
-13
lines changed

5 files changed

+10
-13
lines changed

resources/views/components/docs-layout.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
<div class="mb-6">
5252
<div class="text-black text-sm text-slate-300 mb-2">More</div>
5353
<div class="ml-2">
54-
<a href="/documentation/legacy" class="block mb-1">Legacy Markers</a>
5554
<a href="/license" class="block mb-1">License</a>
5655
<a href="/terms" class="block mb-1">Terms of Service</a>
5756
<a href="/privacy" class="block">Privacy Policy</a>

resources/views/docs/font-awesome/v4/icon-stacks.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<div class="col-span-3">
77
<x-docs-box>
88
<h2>Icon Stacks</h2>
9-
<p>You can generate pins with custom text labels. This is very helpful when trying to render lots of
10-
data and you are trying to tie the map markers to other content on your page such as tables or
11-
lists.</p>
9+
<p>You can generate complex icons to convey importan attributes when rendering lots of data on a map.
10+
This will help improve your users understanding of what is going on when lots of things are moving.
11+
</p>
1212
<x-marker-creator endpoint="/api/v1/font-awesome/v4/icon-stack" :fields="[
1313
'size',
1414
'icon' => ['value' => 'fa-map-pin'],

resources/views/docs/font-awesome/v4/icons.blade.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
<div class="col-span-3">
77
<x-docs-box>
88
<h2>Icons</h2>
9-
<p>You can generate pins with custom text labels. This is very helpful when trying to render lots of
10-
data and you are trying to tie the map markers to other content on your page such as tables or
11-
lists.</p>
9+
<p>You can generate icons easily to render contextual, easily recognizable enties in a user-friendly
10+
manner.</p>
1211
<x-marker-creator endpoint="/api/v1/font-awesome/v4/icon" :fields="['icon' => ['value' => 'fa-star'], 'size', 'color' => ['value' => 'BC5AF4']]" />
1312
</x-docs-box>
1413
</div>

resources/views/docs/font-awesome/v5/icon-stacks.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<div class="col-span-3">
77
<x-docs-box>
88
<h2>Icon Stacks</h2>
9-
<p>You can generate pins with custom text labels. This is very helpful when trying to render lots of
10-
data and you are trying to tie the map markers to other content on your page such as tables or
11-
lists.</p>
9+
<p>You can generate complex icons to convey importan attributes when rendering lots of data on a map.
10+
This will help improve your users understanding of what is going on when lots of things are moving.
11+
</p>
1212
<x-marker-creator endpoint="/api/v2/font-awesome/v5/icon-stack" :fields="[
1313
'size',
1414
'icon' => ['value' => 'fa-map-pin'],

resources/views/docs/font-awesome/v5/icons.blade.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
<div class="col-span-3">
77
<x-docs-box>
88
<h2>Icons</h2>
9-
<p>You can generate pins with custom text labels. This is very helpful when trying to render lots of
10-
data and you are trying to tie the map markers to other content on your page such as tables or
11-
lists.</p>
9+
<p>You can generate icons easily to render contextual, easily recognizable enties in a user-friendly
10+
manner.</p>
1211
<x-marker-creator endpoint="/api/v2/font-awesome/v5/icon" :fields="['icon' => ['value' => 'fa-star-solid'], 'size', 'color' => ['value' => 'BC5AF4']]" />
1312
</x-docs-box>
1413
</div>

0 commit comments

Comments
 (0)