Skip to content
New issue

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

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

Already on GitHub? # to your account

docs: Add Plausible #483

Merged
merged 2 commits into from
Aug 27, 2024
Merged
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
2 changes: 2 additions & 0 deletions docs/content/pubsubs/redisstream.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Example:
Example:
{{% load-snippet-partial file="src-link/_examples/pubsubs/redisstream/main.go" first_line_contains="subClient := redis.NewClient" last_line_contains="panic(err)" padding_after="1" %}}

{{% /render-md %}}

#### Publishing

{{% render-md %}}
Expand Down
5 changes: 4 additions & 1 deletion docs/layouts/partials/favicon.html
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.ico">

<script defer data-domain="threedots.tech" src="https://threedots.tech/js/pm.js"></script>
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@
[context.branch-deploy.environment]
HUGO_VERSION = "0.110.0"
HUGO_ENABLEGITINFO = "true"

[[redirects]]
from = "/api/event"
to = "https://academy-api.threedots.tech/api/event"
force = true
status = 200
Loading