Skip to content

Commit

Permalink
docs: add new logo (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
eneajaho authored Jun 5, 2024
1 parent 17f45e0 commit 230e3af
Show file tree
Hide file tree
Showing 12 changed files with 439 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">NG Extension Platform</h1>
<p align="center">
<img src="/docs/public/logo.svg" width="100px" height="100px">
<img src="/docs/public/ngxt-blue.svg" width="100px" height="100px">
</p>

[![NPM Version](https://img.shields.io/npm/v/ngxtension?style=flat-square)](https://npmjs.org/package/ngxtension)
Expand Down
10 changes: 8 additions & 2 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ export default defineConfig({
starlight({
title: 'ngxtension',
logo: {
src: './public/logo.svg',
light: './public/ngxtension-blue.svg',
dark: './public/ngxtension-white.svg',
alt: 'ngxtension logo',
replacesTitle: true,
},
favicon: './logo.svg',
favicon: './ngxt-blue.svg',
social: {
github: 'https://github.com/nartc/ngxtension-platform',
twitter: 'https://twitter.com/Nartc1410',
Expand Down Expand Up @@ -44,6 +46,10 @@ export default defineConfig({
},
link: '/dep-graph',
},
{
label: 'Press Kit',
link: '/logos/logos',
},
],
components: {
PageTitle: './src/components/PageTitle.astro',
Expand Down
65 changes: 65 additions & 0 deletions docs/public/ngxt-angular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/public/ngxt-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions docs/public/ngxt-blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/public/ngxt-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 230e3af

Please sign in to comment.