Skip to content

Commit dc6855d

Browse files
committed
Add monitapi logo
1 parent 814681d commit dc6855d

File tree

6 files changed

+10
-3
lines changed

6 files changed

+10
-3
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# monitapi
2+
3+
![monitapi]("https://raw.githubusercontent.com/fealone/monitapi/master/website/static/img/logo.png")
4+
25
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
36
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
47
<!-- ALL-CONTRIBUTORS-BADGE:END -->
58

9+
---
10+
611
## What is this
712
monitapi is something to monitor API(URL) by a serverless.
813
It supports hosting with FastAPI, running with CLI, and deploying to serverless.

website/docusaurus.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ module.exports = {
44
url: 'https://fealone.github.io/monitapi',
55
baseUrl: '/monitapi/',
66
onBrokenLinks: 'throw',
7-
favicon: 'img/favicon.ico',
7+
favicon: 'img/favicon.png',
88
organizationName: 'fealone', // Usually your GitHub org/user name.
99
projectName: 'monitapi', // Usually your repo name.
1010
themeConfig: {
1111
navbar: {
1212
title: 'monitapi',
1313
logo: {
1414
alt: 'monitapi Logo',
15-
src: 'img/logo.svg',
15+
src: 'img/favicon.png',
1616
},
1717
items: [
1818
{

website/src/pages/index.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ function Home() {
6363
description="monitapi is something to monitor API(URL) by a serverless.">
6464
<header className={clsx('hero hero--primary', styles.heroBanner)}>
6565
<div className="container">
66-
<h1 className="hero__title">{siteConfig.title}</h1>
66+
<div className="hero__logo">
67+
<img src='img/logo.png' alt='icon' width="500px" />
68+
</div>
6769
<p className="hero__subtitle">{siteConfig.tagline}</p>
6870
<div className={styles.buttons}>
6971
<Link

website/static/img/favicon.ico

-3.54 KB
Binary file not shown.

website/static/img/favicon.png

85 KB
Loading

website/static/img/logo.png

124 KB
Loading

0 commit comments

Comments
 (0)