Skip to content

Commit

Permalink
Adds Bluesky to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
milanholemans committed Dec 21, 2024
1 parent 1819fcc commit 5714fe3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,28 @@
</h4>

<p align="center">
<a href="https://github.com/pnp/cli-microsoft365/actions?query=workflow%3A%22Release+next%22">
<img src="https://github.com/pnp/cli-microsoft365/workflows/Release%20next/badge.svg"
alt="GitHub" />
</a>

<a href="https://aka.ms/cli-m365/discord">
<img src="https://img.shields.io/badge/Discord-aka.ms/cli--m365/discord-7289da?style=flat-square"
alt="Discord" />
</a>

<a href="https://bsky.app/profile/climicrosoft365.bsky.social">
<img src="https://img.shields.io/badge/Bsky-%40climicrosoft365.bsky.social-208bfe?style=flat-square"
alt="Bluesky" />
</a>

<a href="https://x.com/climicrosoft365">
<img src="https://img.shields.io/badge/X-%40climicrosoft365-blue?style=flat-square"
alt="X" />
</a>
</p>

<p align="center">
<a href="https://github.com/pnp/cli-microsoft365/actions?query=workflow%3A%22Release+next%22">
<img src="https://github.com/pnp/cli-microsoft365/workflows/Release%20next/badge.svg"
alt="GitHub" />
</a>

<a href="https://www.npmjs.com/package/@pnp/cli-microsoft365">
<img src="https://img.shields.io/npm/v/@pnp/cli-microsoft365/latest?style=flat-square"
alt="npm @pnp/cli-microsoft365@latest" />
Expand Down Expand Up @@ -101,7 +106,7 @@
- Upgrade your projects
- Check your environment compatibility

> Follow our [X](https://x.com/climicrosoft365) account to keep yourself updated about new features, improvements, and bug fixes.
> Follow our [Bluesky](https://bsky.app/profile/climicrosoft365.bsky.social), or [X](https://x.com/climicrosoft365) account to keep yourself updated about new features, improvements, and bug fixes.
## Install

Expand Down
5 changes: 5 additions & 0 deletions docs/src/theme/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import clsx from 'clsx';
import styles from './styles.module.scss';
import GitHubSvg from '@site/static/img/github-icon.svg';
import DiscordSvg from '@site/static/img/discord-icon.svg';
import BlueskySvg from '@site/static/img/bluesky-icon.svg';
import XSvg from '@site/static/img/x-icon.svg';
import YouTubeSvg from '@site/static/img/youtube-icon.svg';
import LinkSVG from '@site/static/img/link-icon.svg';
Expand Down Expand Up @@ -33,6 +34,10 @@ function Footer(): JSX.Element | null {
<DiscordSvg className={styles.svg} />
</a>

<a href="https://bsky.app/profile/climicrosoft365.bsky.social" target="_blank" rel="noopener" title="Bluesky">
<BlueskySvg className={styles.svg} />
</a>

<a href="https://x.com/climicrosoft365" target="_blank" rel="noopener" title="X">
<XSvg className={styles.svg} />
</a>
Expand Down
1 change: 1 addition & 0 deletions docs/static/img/bluesky-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5714fe3

Please sign in to comment.