Skip to content

Commit

Permalink
doc: use svg logos
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Dec 23, 2024
1 parent f98255b commit a49b957
Show file tree
Hide file tree
Showing 9 changed files with 284 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<img src="https://raw.githubusercontent.com/fujiapple852/trippy/master/docs/src/assets/Trippy-Vertical-DarkMode.png#gh-dark-mode-only" width="300">
<img src="https://raw.githubusercontent.com/fujiapple852/trippy/master/docs/src/assets/Trippy-Vertical.png#gh-light-mode-only" width="300"><br>
<img src="https://raw.githubusercontent.com/fujiapple852/trippy/master/docs/src/assets/Trippy-Vertical-DarkMode.svg#gh-dark-mode-only" width="300">
<img src="https://raw.githubusercontent.com/fujiapple852/trippy/master/docs/src/assets/Trippy-Vertical.svg#gh-light-mode-only" width="300"><br>
<br>
<a href="https://github.com/fujiapple852/trippy/actions/workflows/ci.yml">
<img src="https://github.com/fujiapple852/trippy/workflows/CI/badge.svg"></a>
Expand Down
4 changes: 2 additions & 2 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export default defineConfig({
baseUrl: 'https://github.com/fujiapple852/trippy/edit/master/docs/',
},
logo: {
light: './src/assets/Trippy-Horizontal.png',
dark: './src/assets/Trippy-Horizontal-DarkMode.png',
light: './src/assets/Trippy-Horizontal.svg',
dark: './src/assets/Trippy-Horizontal-DarkMode.svg',
replacesTitle: true,
},
head: [
Expand Down
23 changes: 23 additions & 0 deletions docs/src/assets/Trippy-Emblem-DarkMode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions docs/src/assets/Trippy-Emblem.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions docs/src/assets/Trippy-Horizontal-DarkMode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 73 additions & 0 deletions docs/src/assets/Trippy-Horizontal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions docs/src/assets/Trippy-Vertical-DarkMode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 73 additions & 0 deletions docs/src/assets/Trippy-Vertical.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ hero:
tagline: Trippy combines the functionality of traceroute and ping and is designed to assist with the analysis of networking issues.
image:
alt: Trippy, man!
light: ../../assets/Trippy-Emblem.png
dark: ../../assets/Trippy-Emblem-DarkMode.png
light: ../../assets/Trippy-Emblem.svg
dark: ../../assets/Trippy-Emblem-DarkMode.svg
actions:
- text: Get Started
link: /start/getting-started/
Expand Down

0 comments on commit a49b957

Please sign in to comment.