Skip to content

Add Link-Bot to awesome remnawave list - #501

Open
bruhxax wants to merge 5 commits into
remnawave:mainfrom
bruhxax:docs/add-link-bot
Open

Add Link-Bot to awesome remnawave list#501
bruhxax wants to merge 5 commits into
remnawave:mainfrom
bruhxax:docs/add-link-bot

Conversation

@bruhxax

@bruhxax bruhxax commented Jul 20, 2026

Copy link
Copy Markdown

Add https://github.com/bruhxax/Link-Bot to awesome remnawave list

bruhxax added 4 commits July 20, 2026 09:23
Added detailed installation and configuration instructions for Link Bot, including key features and integrations.
Added Link-Bot project card with details and guide.
@greptile-apps

greptile-apps Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

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

  • The new ProjectCard for Link-Bot is correctly placed in the "Commerce" section of docs/awesome-remnawave.mdx, and both link-bot.md and link-bot.webp are well-formed and follow the established conventions.
  • However, the entire original file content (front-matter, all import declarations, and all category sections) was accidentally appended as a duplicate starting at line 569, making the file 1135 lines instead of ~570. Docusaurus will fail to build because MDX/webpack rejects the duplicate import variable declarations and the second YAML front-matter block appearing mid-file. Removing everything from line 569 to the end of the file would leave a complete, correct document.

Confidence Score: 2/5

Not 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

Filename Overview
docs/awesome-remnawave.mdx Entire original file content is appended as a duplicate starting at line 569, creating duplicate front-matter and duplicate import statements that will break the Docusaurus/MDX build.
docs/awesome-remnawave/_install-guides/link-bot.md New install guide for Link-Bot with a concise feature list and a link to the project repository. Content is clean and matches the pattern used by other entries.
static/awesome/link-bot.webp New preview image for Link-Bot in the expected WebP format and directory.

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]
Loading
%%{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]
Loading

Reviews (1): Last reviewed commit: "docs: add Link-Bot Telegram link" | Re-trigger Greptile

Comment thread docs/awesome-remnawave.mdx Outdated
Removed the duplicated file content starting from line 569 to fix duplicate front matter and import declarations.
@bruhxax

bruhxax commented Jul 20, 2026

Copy link
Copy Markdown
Author

Fixed — removed the duplicated content from docs/awesome-remnawave.mdx. The file now contains only the intended Link-Bot changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants