Skip to content

Commit a43fd74

Browse files
committed
feat(docs): added overview links for doc sections
1 parent 71f1cee commit a43fd74

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<div class="mb-6">
2121
<div class="text-black text-sm text-slate-300 mb-2">Font Awesome 5</div>
2222
<div class="ml-2">
23+
<a href="/documentation/font-awesome/v5" class="block mb-1">Overview</a>
2324
<a href="/documentation/font-awesome/v5/pins" class="block mb-1">Pins</a>
2425
<a href="/documentation/font-awesome/v5/icons" class="block mb-1">Icons</a>
2526
<a href="/documentation/font-awesome/v5/icon-stack" class="block">Icon Stacks</a>
@@ -29,6 +30,7 @@
2930
<div class="mb-6">
3031
<div class="text-black text-sm text-slate-300 mb-2">Font Awesome 4</div>
3132
<div class="ml-2">
33+
<a href="/documentation/font-awesome/v4" class="block mb-1">Overview</a>
3234
<a href="/documentation/font-awesome/v4/pins" class="block mb-1">Pins</a>
3335
<a href="/documentation/font-awesome/v4/icons" class="block mb-1">Icons</a>
3436
<a href="/documentation/font-awesome/v4/icon-stack" class="block">Icon Stacks</a>
@@ -38,6 +40,7 @@
3840
<div class="mb-6">
3941
<div class="text-black text-sm text-slate-300 mb-2">Integrations</div>
4042
<div class="ml-2">
43+
<a href="/documentation/integrations" class="block mb-1">Overview</a>
4144
<a href="/documentation/integrations/bing-maps" class="block mb-1">Bing Maps</a>
4245
<a href="/documentation/integrations/google-maps" class="block mb-1">Google Maps</a>
4346
<a href="/documentation/integrations/mapbox" class="block">Mapbox</a>

resources/views/docs/versions.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<p>
1212
We have a few different versions of our API live. This is because we understand what we offer developers: a
13-
simple reliable service that makes their job easier by ensuring your applications continue to work with
13+
simple reliable service that makes their job easier by ensuring their applications continue to work with
1414
minimal maintenance.
1515
</p>
1616

0 commit comments

Comments
 (0)