Skip to content

Commit

Permalink
Join slack source of truth link (#856)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Hall <alex.mojaki@gmail.com>
  • Loading branch information
samuelcolvin and alexmojaki authored Feb 12, 2025
1 parent b3bd959 commit 10f6bc4
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 21 deletions.
24 changes: 6 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
# Pydantic Logfire — Uncomplicated Observability

<p align="center">
<a href="https://github.com/pydantic/logfire/actions?query=event%3Apush+branch%3Amain+workflow%3ACI">
<img src="https://github.com/pydantic/logfire/actions/workflows/main.yml/badge.svg?event=push" alt="CI" />
</a>
<a href="https://codecov.io/gh/pydantic/logfire">
<img src="https://codecov.io/gh/pydantic/logfire/graph/badge.svg?token=735CNGCGFD" alt="codecov" />
</a>
<a href="https://pypi.python.org/pypi/logfire">
<img src="https://img.shields.io/pypi/v/logfire.svg" alt="pypi" />
</a>
<a href="https://github.com/pydantic/logfire/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/pydantic/logfire.svg" alt="license" />
</a>
<a href="https://github.com/pydantic/logfire">
<img src="https://img.shields.io/pypi/pyversions/logfire.svg" alt="versions" />
</a>
<a href="https://logfire.pydantic.dev/docs/help/">
<img src="https://img.shields.io/badge/Slack-Join%20Slack-4A154B?logo=slack" alt="Join Slack" />
</a>
<a href="https://github.com/pydantic/logfire/actions?query=event%3Apush+branch%3Amain+workflow%3ACI"><img src="https://github.com/pydantic/logfire/actions/workflows/main.yml/badge.svg?event=push" alt="CI" /></a>
<a href="https://codecov.io/gh/pydantic/logfire"><img src="https://codecov.io/gh/pydantic/logfire/graph/badge.svg?token=735CNGCGFD" alt="codecov" /></a>
<a href="https://pypi.python.org/pypi/logfire"><img src="https://img.shields.io/pypi/v/logfire.svg" alt="pypi" /></a>
<a href="https://github.com/pydantic/logfire/blob/main/LICENSE"><img src="https://img.shields.io/github/license/pydantic/logfire.svg" alt="license" /></a>
<a href="https://github.com/pydantic/logfire"><img src="https://img.shields.io/pypi/pyversions/logfire.svg" alt="versions" /></a>
<a href="https://logfire.pydantic.dev/docs/join-slack/"><img src="https://img.shields.io/badge/Slack-Join%20Slack-4A154B?logo=slack" alt="Join Slack" /></a>
</p>

From the team behind Pydantic, **Logfire** is an observability platform built on the same belief as our
Expand Down
2 changes: 1 addition & 1 deletion docs/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ The [SDK API documentation](reference/api/logfire.md) give reference docs for th

You can also email us at [engineering@pydantic.dev](mailto:engineering@pydantic.dev).

[slack]: https://join.slack.com/t/pydanticlogfire/shared_invite/zt-2war8jrjq-w_nWG6ZX7Zm~gnzY7cXSog
[slack]: join-slack/index.html
[github-issues]: https://github.com/pydantic/logfire/issues
9 changes: 9 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Getting Started

<p style="text-align: center;">
<a href="https://github.com/pydantic/logfire/actions?query=event%3Apush+branch%3Amain+workflow%3ACI"><img src="https://github.com/pydantic/logfire/actions/workflows/main.yml/badge.svg?event=push" alt="CI" /></a>
<a href="https://codecov.io/gh/pydantic/logfire"><img src="https://codecov.io/gh/pydantic/logfire/graph/badge.svg?token=735CNGCGFD" alt="codecov" /></a>
<a href="https://pypi.python.org/pypi/logfire"><img src="https://img.shields.io/pypi/v/logfire.svg" alt="pypi" /></a>
<a href="https://github.com/pydantic/logfire/blob/main/LICENSE"><img src="https://img.shields.io/github/license/pydantic/logfire.svg" alt="license" /></a>
<a href="https://github.com/pydantic/logfire"><img src="https://img.shields.io/pypi/pyversions/logfire.svg" alt="versions" /></a>
<a href="join-slack/"><img src="https://img.shields.io/badge/Slack-Join%20Slack-4A154B?logo=slack" alt="Join Slack" /></a>
</p>

## About Logfire

From the team behind **Pydantic**, **Logfire** is a new type of observability platform built on
Expand Down
19 changes: 19 additions & 0 deletions docs/join-slack/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!doctype html>
<html lang="en">
<!--this is the source of truth for the slack join link! DO NOT COPY THIS LINK, INSTEAD LINK TO THIS PAGE -->
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<link rel="canonical" href="https://join.slack.com/t/pydanticlogfire/shared_invite/zt-2war8jrjq-w_nWG6ZX7Zm~gnzY7cXSog">
<script>
location.href="https://join.slack.com/t/pydanticlogfire/shared_invite/zt-2war8jrjq-w_nWG6ZX7Zm~gnzY7cXSog"
</script>
<meta http-equiv="refresh" content="0; url=https://join.slack.com/t/pydanticlogfire/shared_invite/zt-2war8jrjq-w_nWG6ZX7Zm~gnzY7cXSog">
</head>
<body>
You're being redirected to
<a href="https://join.slack.com/t/pydanticlogfire/shared_invite/zt-2war8jrjq-w_nWG6ZX7Zm~gnzY7cXSog">
a slack invitation link
</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repo_name: pydantic/logfire
repo_url: https://github.com/pydantic/logfire
edit_uri: edit/main/docs/

copyright: © Pydantic Services Inc. 2024
copyright: © Pydantic Services Inc. 2024 to present
extra:
# hide the "Made with Material for MkDocs" message
generator: false
Expand Down Expand Up @@ -71,7 +71,7 @@ nav:
- Logfire: index.md
- Why Logfire?: why.md
- Concepts: concepts.md
- Join Slack: help.md
- Get Help: help.md
- Onboarding Checklist:
- Onboarding Checklist: guides/onboarding-checklist/index.md
- Integrate Logfire: guides/onboarding-checklist/integrate.md
Expand Down

0 comments on commit 10f6bc4

Please sign in to comment.