Skip to content

Commit

Permalink
add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyrno42 committed Nov 20, 2024
1 parent 58612b2 commit bfb493b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![logo](logo.svg)

> rest api calls made easy
> rest api calls made simple
- Simple and lightweight
- Type safe (built in TypeScript)
Expand Down
Binary file added docs/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<title>tg-resources - rest api calls made simple</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
<link rel="shortcut icon" href="./favicon.png">
</head>
<body>
<div id="app"></div>
Expand All @@ -20,6 +21,10 @@
coverpage: true,
homepage: 'General.md',
onlyCover: true,
customPageTitle: {
suffix: 'tg-resources - rest api calls made simple',
separator: '|'
}
}
</script>
<style type="text/css">
Expand Down Expand Up @@ -58,7 +63,7 @@
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="//cdn.jsdelivr.net/gh/LIGMATV/docsify-dark-switcher@latest/docsify-dark-switcher.js"></script>

<script src="//cdn.jsdelivr.net/npm/@sujaykumarh/docsify-plugin-title@2.x/dist/plugin.min.js"></script>

</body>
</html>

0 comments on commit bfb493b

Please sign in to comment.