Skip to content
This repository was archived by the owner on Aug 10, 2025. It is now read-only.

Commit d7e71f1

Browse files
committed
Update notification documentation and replace DisBot logo with a CDN link
1 parent 74f886d commit d7e71f1

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

docs/features/notification.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Notification
22

3+
:::info Placeholder
4+
**In this resource you can use DisBot [Placeholder](../placeholders.mdx)**
5+
:::
6+
37
## Youtube Notification
48

59
### Setup a Notification
@@ -22,9 +26,8 @@ To get the Channel ID use the youtube channel Info.
2226

2327
</details>
2428

25-
:::danger NOT DONE YET
26-
The Docs for this section are not done!
27-
:::
29+
If you are done with this steps then you need to do the same setup as with the Twitch Notification.
30+
You need to setup your Message and the Role and Channel Data. If you are done you can manage the Notification like twitch.
2831

2932
### Managment of the Notification
3033

src/pages/index.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import Link from "@docusaurus/Link";
44
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
55
import Layout from "@theme/Layout";
66
import Heading from "@theme/Heading";
7-
import DisBotLogo from "../../static/img/disbot.png";
87

98
import styles from "./index.module.css";
109

@@ -14,7 +13,7 @@ function HomepageHeader() {
1413
<header className={clsx("hero hero--dark", styles.heroBanner)}>
1514
<div className="container">
1615
<img
17-
src={DisBotLogo}
16+
src={"https://cdn.discordapp.com/avatars/1063079377975377960/a9e7f970184db6c32157a1a2350b6806.webp?size=1024/not"}
1817
alt="DisBot Logo"
1918
className={styles.heroLogo}
2019
width="150"
@@ -25,7 +24,7 @@ function HomepageHeader() {
2524
</Heading>
2625
<p className="hero__subtitle">{siteConfig.tagline}</p>
2726
<div className={styles.buttons}>
28-
<a className="button button--primary button--lg" href="/docs/index">
27+
<a className="button button--primary button--lg" href="/docs">
2928
Documentation
3029
</a>
3130
<Link

0 commit comments

Comments
 (0)