3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 10:25:01 +00:00

refactor: more dashboard rebranding

This commit is contained in:
CodeTheDev 2022-08-06 02:07:32 -04:00
parent 647094ff6a
commit 26fe5a7c97
No known key found for this signature in database
GPG key ID: AF9160D3CEA9B223
8 changed files with 21 additions and 21 deletions

View file

@ -1,11 +1,11 @@
<template> <template>
<div class="privacy-policy"> <div class="privacy-policy">
<div class="wrapper"> <div class="wrapper">
<h1>Zeppelin Privacy Policy</h1> <h1>Airship Privacy Policy</h1>
<h2>Zeppelin overview</h2> <h2>Airship overview</h2>
<p> <p>
Zeppelin is a moderation bot for Discord that allows server staff to Airship is a fork of Zeppelin, a moderation bot for Discord that allows server staff to
carry out moderator actions (warn, mute, kick, ban, clean messages, view carry out moderator actions (warn, mute, kick, ban, clean messages, view
user information, etc.), user information, etc.),
keep records of infractions, perform automated actions ("automod", e.g. keep records of infractions, perform automated actions ("automod", e.g.
@ -16,17 +16,17 @@
</p> </p>
<p> <p>
The bot's source code is available at The bot's source code is available at
<a href="https://github.com/Dragory/ZeppelinBot"> <a href="https://github.com/CodeTheDev/Airship">
https://github.com/Dragory/ZeppelinBot https://github.com/CodeTheDev/Airship
</a> </a>
</p> </p>
<h2>Stored data</h2> <h2>Stored data</h2>
<p> <p>
When Zeppelin is used by a server, the following categories data can be When Airship is used by a server, the following categories data can be
stored by the bot. stored by the bot.
The specific categories of data saved for each server depends on how the The specific categories of data saved for each server depends on how the
server has configured Zeppelin. server has configured Airship.
</p> </p>
<ul> <ul>
<li>Recent messages and username/nickname changes of users engaged on <li>Recent messages and username/nickname changes of users engaged on
@ -66,14 +66,14 @@
engaged in chat or voice channels are stored for 30 days engaged in chat or voice channels are stored for 30 days
</li> </li>
<li>Archives of bulk-deleted messages are stored for 30 days</li> <li>Archives of bulk-deleted messages are stored for 30 days</li>
<li>Infraction record data is kept until the server stops using Zeppelin <li>Infraction record data is kept until the server stops using Airship
unless explicitly deleted unless explicitly deleted
</li> </li>
<li>Roles and nicknames that are restored on rejoin are cleared when the <li>Roles and nicknames that are restored on rejoin are cleared when the
user rejoins user rejoins
</li> </li>
<li>User information for users logged in to the bot's web dashboard via <li>User information for users logged in to the bot's web dashboard via
Discord OAuth is stored as long as the server uses Zeppelin Discord OAuth is stored as long as the server uses Airship
</li> </li>
</ul> </ul>

View file

@ -2,7 +2,7 @@
<div> <div>
<h1>Dashboard access</h1> <h1>Dashboard access</h1>
<p> <p>
On this page you can manage who has access to the server's Zeppelin dashboard. On this page you can manage who has access to the server's Airship dashboard.
</p> </p>
<h2 class="mt-8">Roles</h2> <h2 class="mt-8">Roles</h2>

View file

@ -1,13 +1,13 @@
<template> <template>
<div class="dashboard container mx-auto px-2 py-2 md:px-6 md:py-6"> <div class="dashboard container mx-auto px-2 py-2 md:px-6 md:py-6">
<Title title="Zeppelin - Dashboard" /> <Title title="Airship - Dashboard" />
<nav class="flex items-stretch flex-wrap pl-4 pr-2 py-1 border border-gray-700 rounded bg-gray-800 shadow-xl mb-8"> <nav class="flex items-stretch flex-wrap pl-4 pr-2 py-1 border border-gray-700 rounded bg-gray-800 shadow-xl mb-8">
<div class="flex-full md:flex-initial flex items-center"> <div class="flex-full md:flex-initial flex items-center">
<img class="w-10 mr-5" src="../../img/logo.png" alt="" aria-hidden="true"> <img class="w-10 mr-5" src="../../img/logo.png" alt="" aria-hidden="true">
<router-link to="/dashboard"> <router-link to="/dashboard">
<h1 class="font-semibold">Zeppelin Dashboard</h1> <h1 class="font-semibold">Airship Dashboard</h1>
</router-link> </router-link>
</div> </div>

View file

@ -2,7 +2,7 @@
<div> <div>
<h1>Counters</h1> <h1>Counters</h1>
<p> <p>
Counters are an advanced feature in Zeppelin that allows you keep track of per-user, per-channel, or global numbers and trigger specific actions based on this number. Counters are an advanced feature in Airship that allows you keep track of per-user, per-channel, or global numbers and trigger specific actions based on this number.
Common use cases are infraction points, XP systems, activity roles, and so on. Common use cases are infraction points, XP systems, activity roles, and so on.
</p> </p>
<p> <p>

View file

@ -1,6 +1,6 @@
<template> <template>
<div class="docs container mx-auto px-6 py-6"> <div class="docs container mx-auto px-6 py-6">
<Title title="Zeppelin - Documentation" /> <Title title="Airship - Documentation" />
<!-- Top bar --> <!-- Top bar -->
<nav class="flex items-stretch pl-4 pr-2 py-1 border border-gray-700 rounded bg-gray-800 shadow-xl"> <nav class="flex items-stretch pl-4 pr-2 py-1 border border-gray-700 rounded bg-gray-800 shadow-xl">
@ -8,7 +8,7 @@
<img class="flex-auto w-10 mr-5" src="../../img/logo.png" alt="" aria-hidden="true"> <img class="flex-auto w-10 mr-5" src="../../img/logo.png" alt="" aria-hidden="true">
<router-link to="/docs"> <router-link to="/docs">
<h1 class="flex-auto font-semibold">Zeppelin Documentation</h1> <h1 class="flex-auto font-semibold">Airship Documentation</h1>
</router-link> </router-link>
</div> </div>
<div class="flex-1 flex items-center justify-end"> <div class="flex-1 flex items-center justify-end">

View file

@ -2,7 +2,7 @@
<div> <div>
<h1>Introduction</h1> <h1>Introduction</h1>
<p> <p>
Zeppelin is a private moderation bot for Discord, designed with large servers and reliability in mind. Airship is a fork of Zeppelin, a moderation bot for Discord designed with large servers and reliability in mind.
</p> </p>
<!-- WIP bar --> <!-- WIP bar -->
@ -19,13 +19,13 @@
<h2>Configuration</h2> <h2>Configuration</h2>
<p> <p>
All Zeppelin configuration is done through the dashboard by editing a YAML config file. By default, only the server All Airship configuration is done through the dashboard by editing a YAML config file. By default, only the server
owner has access to this, but they can give other users access as they see fit. See <router-link to="/docs/configuration/configuration-format">Configuration format</router-link> for more details. owner has access to this, but they can give other users access as they see fit. See <router-link to="/docs/configuration/configuration-format">Configuration format</router-link> for more details.
</p> </p>
<h2>Plugins</h2> <h2>Plugins</h2>
<p> <p>
Zeppelin is divided into plugins: grouped functionality that can be enabled/disabled as needed, and that have their own configurations. Airship is divided into plugins: grouped functionality that can be enabled/disabled as needed, and that have their own configurations.
</p> </p>
<h2>Commands</h2> <h2>Commands</h2>

View file

@ -2,7 +2,7 @@
<div> <div>
<h1>Permissions</h1> <h1>Permissions</h1>
<p> <p>
Permissions in Zeppelin are simply values in plugin configuration that are checked when the command is used. Permissions in Airship are simply values in plugin configuration that are checked when the command is used.
These values can be changed with overrides (see <router-link to="/docs/configuration/plugin-configuration">Plugin configuration</router-link> for more info) These values can be changed with overrides (see <router-link to="/docs/configuration/plugin-configuration">Plugin configuration</router-link> for more info)
and can depend on e.g. user id, role id, channel id, category id, or <strong>permission level</strong>. and can depend on e.g. user id, role id, channel id, category id, or <strong>permission level</strong>.
</p> </p>

View file

@ -2,11 +2,11 @@
<div> <div>
<h1>Plugin configuration</h1> <h1>Plugin configuration</h1>
<p> <p>
Most plugins in Zeppelin have configurable options. The values for these options come from 3 places: Most plugins in Airship have configurable options. The values for these options come from 3 places:
</p> </p>
<ol> <ol>
<li> <li>
<strong>Default options</strong> (from Zeppelin) <strong>Default options</strong> (from Airship)
</li> </li>
<li> <li>
<strong>Custom options</strong> (set by you in config) <strong>Custom options</strong> (set by you in config)