Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

docs: update in main readme and other files #969

Draft
wants to merge 5 commits into
base: development
Choose a base branch
from
Draft
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
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

CtrlPanel offers an easy-to-use and free billing solution for all starting and experienced hosting providers that seamlessly integrates with the Pterodactyl panel. It facilitates account creation, server ordering, and management, while offering addons, multiple payment methods, and customizable themes for a comprehensive solution.

![GitHub tag](https://img.shields.io/github/tag/ControlPanel-gg/dashboard)
![GitHub tag](https://img.shields.io/github/tag/Ctrlpanel-gg/panel)
![Overall Installations](https://img.shields.io/badge/Overall%20Installations-5000%2B-green)
![GitHub stars](https://img.shields.io/github/stars/ControlPanel-gg/dashboard)
[![Crowdin](https://badges.crowdin.net/controlpanelgg/localized.svg)](https://crowdin.com/project/controlpanelgg)
![License](https://img.shields.io/github/license/ControlPanel-gg/dashboard)
![GitHub stars](https://img.shields.io/github/stars/Ctrlpanel-gg/panel) <!--
this need update --> <!-- [![Crowdin](https://badges.crowdin.net/controlpanelgg/localized.svg)](https://crowdin.com/project/controlpanelgg) -->
![License](https://img.shields.io/github/license/Ctrlpanel-gg/panel)
![Discord](https://img.shields.io/discord/787829714483019826)

![CtrlPanel](https://user-images.githubusercontent.com/67899387/214684708-739c1d21-06e8-4dec-a4f1-81533a46cc7e.png)
Expand All @@ -35,13 +35,13 @@ Try it!

Demo Server: [demo.CtrlPanel.gg](https://demo.CtrlPanel.gg)

<!-- It is a temporary live demo; all data will be deleted. -->
*It is a temporary live demo; all data will be deleted.*

## 🔧 How to Install

### 🐳 Docker

Soon...
*Soon...*

<!-- ```bash
docker run ...
Expand All @@ -57,7 +57,6 @@ Requirements:

- Platform
- Major Linux distros such as Debian, Ubuntu, CentOS, Fedora, and ArchLinux etc.
- Windows 10 (x64), Windows Server ...

Follow the [documentation](https://ctrlpanel.gg/docs/intro) to know how to install.

Expand Down
7 changes: 0 additions & 7 deletions database/seeders/Seeds/UsefulLinksSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,5 @@ public function run()
'description' => 'View your database online using phpMyAdmin',
'position' => 'dashboard,topbar',
]);
UsefulLink::create([
'icon' => 'fab fa-discord',
'title' => 'Discord',
'link' => env('DISCORD_INVITE_URL', 'https://discord.gg/4Y6HjD2uyU'),
'description' => 'Need a helping hand? Want to chat? Got any questions? Join our discord!',
'position' => 'dashboard',
]);
}
}
4 changes: 0 additions & 4 deletions themes/default/views/admin/overview/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
<div class="container-fluid">

<div class="mb-3 row">
<div class="col-md-3">
<a href="https://discord.gg/4Y6HjD2uyU" class="px-3 btn btn-dark btn-block"><i
class="mr-2 fab fa-discord"></i> {{__('Support server')}}</a>
</div>
<div class="col-md-3">
<a href="https://CtrlPanel.gg/docs/intro" class="px-3 btn btn-dark btn-block"><i
class="mr-2 fas fa-link"></i> {{__('Documentation')}}</a>
Expand Down