mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
remove docs
This commit is contained in:
parent
e53427cb36
commit
2947187d70
15
.github/workflows/deploy-docs.yml
vendored
15
.github/workflows/deploy-docs.yml
vendored
@ -1,15 +0,0 @@
|
||||
name: Build and deploy docs
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.x
|
||||
- run: pip install -r requirements.txt
|
||||
- run: mkdocs gh-deploy --force
|
@ -1,3 +0,0 @@
|
||||
arrange:
|
||||
- index.md
|
||||
- ...
|
@ -1 +0,0 @@
|
||||
discordtickets.app
|
@ -1 +0,0 @@
|
||||
This documentation is intended to be accessed through the website (https://discordtickets.app)
|
@ -1 +0,0 @@
|
||||
# Changelog
|
@ -1 +0,0 @@
|
||||
# Fully managed hosting
|
Binary file not shown.
Before Width: | Height: | Size: 104 KiB |
Binary file not shown.
Before Width: | Height: | Size: 27 KiB |
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
@ -1 +0,0 @@
|
||||
../README.md
|
@ -1,6 +0,0 @@
|
||||
# Installation
|
||||
|
||||
<!-- todo: create an input field with javascript to automatically generate the url when user pastes their bot's id -->
|
||||
https://discord.com/oauth2/authorize?permissions=8&scope=applications.commands%20bot&client_id=...
|
||||
|
||||
`npm i --production`
|
@ -1,95 +0,0 @@
|
||||
a code {
|
||||
color: var(--md-primary-fg-color) !important;
|
||||
background-color: rgba(213, 0, 44, 0.1) !important;
|
||||
transition: color 125ms;
|
||||
transition: background-color 125ms
|
||||
}
|
||||
|
||||
a code:hover {
|
||||
/* ONLY WORKS ON SLATE THEME
|
||||
color: #81E8ED !important;
|
||||
background-color: rgba(129, 232, 237, 0.1) !important; */
|
||||
color: var(--md-primary-fg-color--dark) !important;
|
||||
}
|
||||
|
||||
.md-announce {
|
||||
background-color: var(--md-primary-fg-color--dark) !important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.md-announce a, .md-announce a:hover {
|
||||
color: white !important;
|
||||
/* text-decoration: underline; */
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
footer.sponsorship {
|
||||
text-align: center
|
||||
}
|
||||
|
||||
footer.sponsorship hr {
|
||||
display: inline-block;
|
||||
width: 1.6rem;
|
||||
margin: 0 .7rem;
|
||||
vertical-align: middle;
|
||||
border-bottom: 2px solid var(--md-default-fg-color--lighter)
|
||||
}
|
||||
|
||||
footer.sponsorship:hover hr {
|
||||
border-color: var(--md-accent-fg-color)
|
||||
}
|
||||
|
||||
footer.sponsorship:not(:hover) .twemoji.heart-throb-hover svg {
|
||||
color: var(--md-default-fg-color--lighter) !important
|
||||
}
|
||||
|
||||
.twemoji.heart-throb svg,
|
||||
.twemoji.heart-throb-hover svg {
|
||||
position: relative;
|
||||
color: var(--md-heart);
|
||||
animation: pulse 1.5s ease infinite
|
||||
}
|
||||
|
||||
@keyframes pulse {
|
||||
0% {
|
||||
transform: scale(1)
|
||||
}
|
||||
|
||||
40% {
|
||||
color: var(--md-heart-big);
|
||||
transform: scale(1.3)
|
||||
}
|
||||
|
||||
50% {
|
||||
transform: scale(1.2)
|
||||
}
|
||||
|
||||
60% {
|
||||
color: var(--md-heart-big);
|
||||
transform: scale(1.3)
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: scale(1)
|
||||
}
|
||||
}
|
||||
|
||||
footer.sponsorship {
|
||||
text-align: center
|
||||
}
|
||||
|
||||
footer.sponsorship hr {
|
||||
display: inline-block;
|
||||
width: 1.6rem;
|
||||
margin: 0 .7rem;
|
||||
vertical-align: middle;
|
||||
border-bottom: 2px solid var(--md-default-fg-color--lighter)
|
||||
}
|
||||
|
||||
footer.sponsorship:hover hr {
|
||||
border-color: var(--md-accent-fg-color)
|
||||
}
|
||||
|
||||
footer.sponsorship:not(:hover) .twemoji.heart-throb-hover svg {
|
||||
color: var(--md-default-fg-color--lighter) !important
|
||||
}
|
82
mkdocs.yml
82
mkdocs.yml
@ -1,82 +0,0 @@
|
||||
# Project information
|
||||
site_name: DiscordTickets
|
||||
site_description: An open-source & self-hosted Discord bot for ticket management.
|
||||
site_author: eartharoid
|
||||
site_url: https://discordtickets.app
|
||||
|
||||
# Repository
|
||||
repo_name: eartharoid/DiscordTickets
|
||||
repo_url: https://github.com/eartharoid/DiscordTickets
|
||||
edit_uri: blob/master/docs/
|
||||
|
||||
# Copyright
|
||||
copyright: '© 2021 Isaac Saunders'
|
||||
|
||||
# Configuration
|
||||
extra_css:
|
||||
- stylesheets/extra.css
|
||||
|
||||
theme:
|
||||
name: material
|
||||
language: en
|
||||
|
||||
custom_dir: overrides/
|
||||
|
||||
palette:
|
||||
scheme: preference
|
||||
primary: primary
|
||||
accent: primary
|
||||
|
||||
font:
|
||||
text: Roboto
|
||||
code: Roboto Mono
|
||||
|
||||
features:
|
||||
- instant
|
||||
- tabs
|
||||
- navigation.expand
|
||||
|
||||
logo: /img/logo.png
|
||||
favicon: /img/favicon.ico
|
||||
|
||||
# Extras
|
||||
extra:
|
||||
social:
|
||||
- icon: fontawesome/brands/github-alt
|
||||
link: https://github.com/eartharoid
|
||||
- icon: fontawesome/brands/twitter
|
||||
link: https://twitter.com/eartharoid
|
||||
|
||||
plugins:
|
||||
- search # necessary for search to work
|
||||
- git-revision-date-localized: # last modified date at bottom of page
|
||||
# type: timeago
|
||||
- awesome-pages # custom nav order
|
||||
|
||||
# Extensions
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- codehilite:
|
||||
guess_lang: false
|
||||
- toc:
|
||||
permalink: true
|
||||
- footnotes
|
||||
- meta
|
||||
- pymdownx.arithmatex
|
||||
- pymdownx.betterem:
|
||||
smart_enable: all
|
||||
- pymdownx.caret
|
||||
- pymdownx.critic
|
||||
- pymdownx.details
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.magiclink
|
||||
- pymdownx.mark
|
||||
- pymdownx.smartsymbols
|
||||
- pymdownx.superfences
|
||||
- pymdownx.tasklist:
|
||||
custom_checkbox: true
|
||||
- pymdownx.tabbed
|
||||
- pymdownx.tilde
|
@ -1,2 +0,0 @@
|
||||
<span class="twemoji">{% include ".icons/material/alert-decagram.svg" %}</span>
|
||||
<a href="/changelog">See what's new in v3.0.</a>
|
@ -1,16 +0,0 @@
|
||||
{% extends "base.html" %}
|
||||
{% block announce %}{% include "announce.html" ignore missing %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{{ super() }}
|
||||
<footer class="sponsorship">
|
||||
<hr>
|
||||
<a href="https://github.com/eartharoid/DiscordTickets/?sponsor=1" title="Donate to support this project">
|
||||
<span class="twemoji heart-throb-hover">
|
||||
{% set icon = "octicons/heart-fill-16" %}
|
||||
{% include ".icons/" ~ icon ~ ".svg" %}
|
||||
</span>
|
||||
</a>
|
||||
<hr>
|
||||
</footer>
|
||||
{% endblock %}
|
@ -1,3 +0,0 @@
|
||||
mkdocs-material
|
||||
mkdocs-awesome-pages-plugin
|
||||
mkdocs-git-revision-date-localized-plugin
|
Loading…
Reference in New Issue
Block a user