diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml deleted file mode 100644 index 9830f32..0000000 --- a/.github/workflows/deploy-docs.yml +++ /dev/null @@ -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 diff --git a/docs/.pages b/docs/.pages deleted file mode 100644 index 95182e0..0000000 --- a/docs/.pages +++ /dev/null @@ -1,3 +0,0 @@ -arrange: - - index.md - - ... \ No newline at end of file diff --git a/docs/CNAME b/docs/CNAME deleted file mode 100644 index 42f829b..0000000 --- a/docs/CNAME +++ /dev/null @@ -1 +0,0 @@ -discordtickets.app diff --git a/docs/README b/docs/README deleted file mode 100644 index c441397..0000000 --- a/docs/README +++ /dev/null @@ -1 +0,0 @@ -This documentation is intended to be accessed through the website (https://discordtickets.app) \ No newline at end of file diff --git a/docs/changelog.md b/docs/changelog.md deleted file mode 100644 index 825c32f..0000000 --- a/docs/changelog.md +++ /dev/null @@ -1 +0,0 @@ -# Changelog diff --git a/docs/hosting.md b/docs/hosting.md deleted file mode 100644 index 4b27334..0000000 --- a/docs/hosting.md +++ /dev/null @@ -1 +0,0 @@ -# Fully managed hosting diff --git a/docs/img/favicon.ico b/docs/img/favicon.ico deleted file mode 100644 index 42c575c..0000000 Binary files a/docs/img/favicon.ico and /dev/null differ diff --git a/docs/img/logo-small-circle.png b/docs/img/logo-small-circle.png deleted file mode 100644 index c4529bd..0000000 Binary files a/docs/img/logo-small-circle.png and /dev/null differ diff --git a/docs/img/logo.png b/docs/img/logo.png deleted file mode 100644 index c600d2b..0000000 Binary files a/docs/img/logo.png and /dev/null differ diff --git a/docs/index.md b/docs/index.md deleted file mode 120000 index 32d46ee..0000000 --- a/docs/index.md +++ /dev/null @@ -1 +0,0 @@ -../README.md \ No newline at end of file diff --git a/docs/installation/index.md b/docs/installation/index.md deleted file mode 100644 index 522c657..0000000 --- a/docs/installation/index.md +++ /dev/null @@ -1,6 +0,0 @@ -# Installation - - -https://discord.com/oauth2/authorize?permissions=8&scope=applications.commands%20bot&client_id=... - -`npm i --production` diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css deleted file mode 100644 index e161dbe..0000000 --- a/docs/stylesheets/extra.css +++ /dev/null @@ -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 -} \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml deleted file mode 100644 index 48e7041..0000000 --- a/mkdocs.yml +++ /dev/null @@ -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 diff --git a/overrides/announce.html b/overrides/announce.html deleted file mode 100644 index f93988a..0000000 --- a/overrides/announce.html +++ /dev/null @@ -1,2 +0,0 @@ -{% include ".icons/material/alert-decagram.svg" %} -See what's new in v3.0. \ No newline at end of file diff --git a/overrides/main.html b/overrides/main.html deleted file mode 100644 index 77f9cc4..0000000 --- a/overrides/main.html +++ /dev/null @@ -1,16 +0,0 @@ -{% extends "base.html" %} -{% block announce %}{% include "announce.html" ignore missing %}{% endblock %} - -{% block content %} - {{ super() }} - -{% endblock %} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 4121502..0000000 --- a/requirements.txt +++ /dev/null @@ -1,3 +0,0 @@ -mkdocs-material -mkdocs-awesome-pages-plugin -mkdocs-git-revision-date-localized-plugin