Skip to content

Commit 8f739b4

Browse files
Update docs
1 parent beda5f1 commit 8f739b4

File tree

3 files changed

+6
-19
lines changed

3 files changed

+6
-19
lines changed

docs/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
<meta type="keywords" content="databasefactory, database, factory, library, pdo, php, php8" />
88
<meta type="author" content="Jason Napolitano" />
99
<!-- Vendor Libraries -->
10-
<link rel="stylesheet" href="./vendor/bootstrap/bootstrap.min.css">
11-
<script src="./vendor/bootstrap/bootstrap.min.js"></script>
10+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" />
11+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
12+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
1213
</head>
1314
<body>
1415
<main class="container mt-3">
@@ -39,7 +40,7 @@ <h2 class="text-center lead">
3940
<div class="col">
4041
<div class="card text-muted text-center">
4142
<div class="card-header">
42-
Documentation
43+
<span class="fa-solid fa-edit fa-sm"></span> Documentation
4344
</div>
4445
<div class="card-body">
4546
Visit the <a href="https://github.com/DatabaseFactory/framework/wiki">wiki pages</a> for more information.
@@ -49,7 +50,7 @@ <h2 class="text-center lead">
4950
<div class="col">
5051
<div class="card text-muted text-center">
5152
<div class="card-header">
52-
API Docs
53+
<span class="fa-solid fa-code fa-sm"></span> API Docs
5354
</div>
5455
<div class="card-body">
5556
Visit the <a href="./api">API pages</a> for more information.
@@ -67,7 +68,7 @@ <h2 class="text-center lead">
6768
<section class="row">
6869
<div class="col">
6970
<p class="text-center">
70-
&copy; 2023 - <strong>DatabaseFactory</strong> falls under the MIT license
71+
&copy; 2023 - <strong>DatabaseFactory</strong> is released under the MIT license
7172
</p>
7273
</div>
7374
</section>

docs/vendor/bootstrap/bootstrap.min.css

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/vendor/bootstrap/bootstrap.min.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)