Skip to content

Commit f11661e

Browse files
committed
feat(documentation): added title & meta description
1 parent 07673c8 commit f11661e

24 files changed

+69
-1
lines changed

resources/views/changelog.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@extends('layouts.app-nav')
22

3+
@section('seo-title')Changelog - MapMarker.io @endsection
4+
@section('seo-description')Review the latest changes rolling out to the MapMarker service to see if they can help your teams improve your apps. @endsection
5+
36
@section('content')
47
<div class="container mx-auto px-2 text-gray-100">
58
<div class="pt-4">

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@extends('layouts.app-nav')
22

3+
@section('seo-title')Icon Stacks using Font Awesome 4 - MapMarker.io @endsection
4+
@section('seo-description')Create custom stacked icon based map markers using the appearance of Font Awesome 4. @endsection
5+
36
@section('content')
47
<x-docs-layout>
58
<div class="grid grid-cols-3 gap-8">

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@extends('layouts.app-nav')
22

3+
@section('seo-title')Icons using Font Awesome 4 - MapMarker.io @endsection
4+
@section('seo-description')Create custom stacked icon based map markers using the appearance of Font Awesome 4. @endsection
5+
36
@section('content')
47
<x-docs-layout>
58
<div class="grid grid-cols-3 gap-8">

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@extends('layouts.app-nav')
22

3+
@section('seo-title')Custom Map Markers using Font Awesome 4 - MapMarker.io @endsection
4+
@section('seo-description')Create custom map markers using the appearance of Font Awesome 4. @endsection
5+
36
@section('content')
47
<x-docs-layout>
58
<div class="md:grid grid-cols-3 gap-8">

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@extends('layouts.app-nav')
22

3+
@section('seo-title')Pins using Font Awesome 4 - MapMarker.io @endsection
4+
@section('seo-description')Create custom pin based map markers with custom text using the appearance of Font Awesome 4. @endsection
5+
36
@section('content')
47
<x-docs-layout>
58
<div class="grid grid-cols-3 gap-8">

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@extends('layouts.app-nav')
22

3+
@section('seo-title')Icon Stacks using Font Awesome 5 - MapMarker.io @endsection
4+
@section('seo-description')Create custom stacked icon based map markers using the appearance of Font Awesome 5. @endsection
5+
36
@section('content')
47
<x-docs-layout>
58
<div class="grid grid-cols-3 gap-8">

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@extends('layouts.app-nav')
22

3+
@section('seo-title')Icons using Font Awesome 5 - MapMarker.io @endsection
4+
@section('seo-description')Create custom icon based map markers using the appearance of Font Awesome 5. @endsection
5+
36
@section('content')
47
<x-docs-layout>
58
<div class="grid grid-cols-3 gap-8">

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@extends('layouts.app-nav')
22

3+
@section('seo-title')Custom Map Markers using Font Awesome 5 - MapMarker.io @endsection
4+
@section('seo-description')Create custom map markers using the appearance of Font Awesome 5. @endsection
5+
36
@section('content')
47
<x-docs-layout>
58
<div class="md:grid grid-cols-3 gap-8">

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@extends('layouts.app-nav')
22

3+
@section('seo-title')Pins using Font Awesome 6 - MapMarker.io @endsection
4+
@section('seo-description')Create custom pin based map markers with custom text using the appearance of Font Awesome 6. @endsection
5+
36
@section('content')
47
<x-docs-layout>
58
<div class="grid grid-cols-3 gap-8">

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@extends('layouts.app-nav')
22

3+
@section('seo-title')Icon Stacks using Font Awesome 6 - MapMarker.io @endsection
4+
@section('seo-description')Create custom stacked icon based map markers using the appearance of Font Awesome 6. @endsection
5+
36
@section('content')
47
<x-docs-layout>
58
<div class="grid grid-cols-3 gap-8">

0 commit comments

Comments
 (0)