Skip to content
Open
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
cache
dist
50 changes: 50 additions & 0 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
import { defineConfig } from "vitepress";

export default defineConfig({
title: "Bloxbind Documentation",
description:
"Welcome to the Bloxbind documentation where we will go over how to setup and configure Bloxbind for your community.",
sitemap: {
hostname: 'https://docs.bloxbind.com',
lastmodDateOnly: false
},
themeConfig: {
siteTitle: "Bloxbind Documentation",
editLink: {
pattern: "https://github.com/bloxbind/docs/edit/main/:path",
text: "Edit this page on GitHub",
},
lastUpdated: {
text: "Last Updated",
formatOptions: {
dateStyle: "full",
timeStyle: "medium",
},
},
sidebar: [
{
text: "Introduction",
collapsed: false,
items: [
{ text: "Getting Started", link: "/" },
{ text: "FAQ", link: "/faq/" },
{ text: "Team", link: "/team/" },
{ text: "Changelog", link: "/changelog/" },
],
},
{
text: "Settings",
collapsed: false,
items: [
{ text: "Auto Verification", link: "/autoverif/" },
{ text: "Naming Scheme", link: "/naming/" },
{ text: "Role Links", link: "/rolelinks/" },
{ text: "Remove Roles", link: "/removeroles/" },
{ text: "Minimum Account Age", link: "/minaccountage/" },
Comment on lines +42 to +43
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Sidebar links for "Remove Roles" and "Minimum Account Age" point to empty markdown files, which will render as blank pages in the documentation.
Severity: MEDIUM

Suggested Fix

Populate the removeroles/index.md and minaccountage/index.md files with the correct documentation for their respective features. If the documentation is not yet ready, remove the links from the sidebar configuration in .vitepress/config.mts to prevent users from navigating to empty pages.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: .vitepress/config.mts#L42-L43

Potential issue: The sidebar configuration in `.vitepress/config.mts` includes links for
the "Remove Roles" and "Minimum Account Age" features. However, the corresponding
documentation files (`removeroles/index.md` and `minaccountage/index.md`) are empty.
While the VitePress build process will not fail, users who click these links in the
documentation's sidebar will be directed to completely blank pages. This results in a
broken user experience, as users seeking information on these existing features will
find no content.

],
},
],

socialLinks: [{ icon: "github", link: "https://github.com/bloxbind/docs" }],
},
});
9 changes: 9 additions & 0 deletions autoverif/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Auto Verification

When enabled, automatic verification will verify users as soon as they join the server.

You can find this setting in the General tab under Server Settings on the web dashboard.

## Example

![Settings Preview](https://cdn.bocon.wtf/u/1JVUMPsR.png)
115 changes: 115 additions & 0 deletions docs/changelog.md → changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,118 @@ Quick hotfix to address some issues we have seen since release.

- When signing up users accounts would not be created.
- Deleting accounts was not working.

## [1.1.1] - 2025-09-27 - Bot

### Fixed

- Bug with the settings command being deprecated.

## [1.2.0] - 2025-10-12 - Bot

### Added

- The `/me` command now always displays the user's profile picture.
- The bot can now remove roles during verification if the option is enabled.

### Fixed

- Improved error handling.
- General maintenance and bug fixes.

## [1.2.0] - 2025-10-12 - Website

### Added

- Jack O' Lantern for Halloween.
- Thanks page (may be removed).
- New server settings option to enable and use Remove Role(s).

### Changed

- Updated profile pictures.

### Fixed

- General maintenance and bug fixes.

## [1.2.1] - 2025-11-13 - Website

### Added

- The support server is now linked in Header / Navigation Bar.
- A little help tip for the naming scheme.

### Changed

- Added new character options to the naming scheme "|" and "<>".
- Jack O' Lantern Removed.

### Fixed

- General maintenance and bug fixes.

## [1.3.0] - 2026-1-03 - Website

### Added

- Support for linking a Roblox group to a server.
- Support for linking Roblox group ranks and Discord roles.
- A cute holiday snow effect.

### Changed

- Navigation updated to include documentation links.
- Improved rate-limiting responses.
- Updated robots.txt.

### Fixed

- Change the display of Total Members from "Users" to "Members".
- Minor UI/UX adjustments around group management and validation feedback.
- Duplicated items in the settings page.
- Security & Performance fixes.

## [1.3.0] - 2026-1-03 - Bot

### Changed

- Slash Command & Button logic for the new group ranks system.

## [1.3.1] - 2026-3-28 - Website

### Changed

- The dashboard now has been condensed to make it easier.
- Removed the snow effect.
- Fixed the team profile pictures.

### Fixed

- Fixed Roblox unlinking issue on profile page.
- Security Improvements.

## [1.4.0] - 2026-3-31 - Website

### Added

- Minimum Account Age Verification Feature.

### Changed

- Privacy policy updated.

### Fixed

- Dashboard UI Issues.

## [1.4.0] - 2026-3-31 - Bot

### Added

- Minimum Account Age Verification Feature.

### Fixed

- Issues with crashing on certain interactions.
- Timeouts on commands causing no result to be returned.
37 changes: 0 additions & 37 deletions docs/settings.md

This file was deleted.

5 changes: 3 additions & 2 deletions docs/faq.md → faq/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# FAQ

## Missing Permissions
## Missing Permissions

Q: Why can't the bot assign a role?
A: The bot's highest role must be higher than the role it tries to assign. Check Server Settings → Roles.
A: The bot's highest role must be higher than the role it tries to assign. Check Server Settings → Roles.
6 changes: 4 additions & 2 deletions docs/index.md → index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Welcome to the Bloxbind documentation where we will go over how to setup and configure Bloxbind for your community.

Firstly, you will need to invite the bot to your discord server which can be done [here](https://discord.com/oauth2/authorize?client_id=1126292255930601482)!
Firstly, you will need to invite the bot to your discord server which can be done by [Clicking Here](https://discord.com/oauth2/authorize?client_id=1126292255930601482)!

## Beginning Setup

Expand All @@ -18,7 +18,9 @@ The verification role is the role that will be assigned to users who are verifie

### Example Setup Command

`/setup verification_role:@Verified verification_channel:#rules`
```txt
/setup verification_role:@Verified verification_channel:#rules
```

## Required permissions & notes

Expand Down
Empty file added minaccountage/index.md
Empty file.
23 changes: 0 additions & 23 deletions mkdocs.yml

This file was deleted.

30 changes: 30 additions & 0 deletions naming/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Naming Scheme

The naming scheme lets the bot automatically update a user's Discord nickname based on selected criteria.

You can find this setting in the Automation tab under Server Settings on the web dashboard.

## Supported Options

- The naming scheme currently supports a fixed set of options.
- Variables:
- \{RobloxUsername}
- \{RobloxDisplay}
- \{DiscordUsername}
- Symbols:
- @
- \#
- |
- ( )
- " "
- ' '
- < >

## Example

![Naming Scheme Example](https://cdn.bocon.wtf/u/RqJ8ageb.png)

## Notes & Limits

- Discord nicknames have a 32-character limit, so longer generated names may be truncated or rejected.
- You can view or change these settings in the dashboard on our website.
Loading