Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Bluesky to docs #6525

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion docs/docs/about/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sidebar_position: 4

**SharePoint Embedded:**

- [spo container get](../cmd/spe/container/container-get.mdx) - gets a container of a specific container type [#6083](https://github.com/pnp/cli-microsoft365/issues/6083)
- [spe container get](../cmd/spe/container/container-get.mdx) - gets a container of a specific container type [#6083](https://github.com/pnp/cli-microsoft365/issues/6083)

**SharePoint Premium:**

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.
Loading