Add Link-Bot to awesome remnawave list - #501
Conversation
Added detailed installation and configuration instructions for Link Bot, including key features and integrations.
Added Link-Bot project card with details and guide.
Greptile SummaryThis PR adds Link-Bot — a self-hosted Telegram bot, Mini App, and browser dashboard for selling Remnawave subscriptions — to the awesome-remnawave listing, including a new install guide and preview image.
Confidence Score: 2/5Not safe to merge — the MDX file has its entire content duplicated, which will cause the documentation build to fail. The Link-Bot entry itself (the new ProjectCard, install guide, and image) is correct. The problem is that the entire original file was accidentally appended after the new card, introducing a second YAML front-matter block mid-file and duplicate import declarations. Docusaurus/webpack will hard-error on the duplicate imports before any page is rendered. docs/awesome-remnawave.mdx — everything from line 569 to the end of the file is a duplicate of the original content and must be removed before merging. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[awesome-remnawave.mdx] -->|imports| B[link-bot.md install guide]
A -->|references| C[link-bot.webp image]
A -->|ProjectCard in Commerce section| D[Link-Bot entry - lines 194-208]
A -->|❌ Duplicate block line 569+| E[Entire file appended again]
E -->|Duplicate YAML front-matter| F[Build error: invalid MDX]
E -->|Duplicate import statements| G[Build error: duplicate declarations]
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
A[awesome-remnawave.mdx] -->|imports| B[link-bot.md install guide]
A -->|references| C[link-bot.webp image]
A -->|ProjectCard in Commerce section| D[Link-Bot entry - lines 194-208]
A -->|❌ Duplicate block line 569+| E[Entire file appended again]
E -->|Duplicate YAML front-matter| F[Build error: invalid MDX]
E -->|Duplicate import statements| G[Build error: duplicate declarations]
Reviews (1): Last reviewed commit: "docs: add Link-Bot Telegram link" | Re-trigger Greptile |
Removed the duplicated file content starting from line 569 to fix duplicate front matter and import declarations.
|
Fixed — removed the duplicated content from docs/awesome-remnawave.mdx. The file now contains only the intended Link-Bot changes. |
Add https://github.com/bruhxax/Link-Bot to awesome remnawave list