diff --git a/docs/managed.md b/docs/managed.md index 86f38fe..35716d0 100644 --- a/docs/managed.md +++ b/docs/managed.md @@ -39,13 +39,14 @@ Too expensive? [Create a ticket](https://lnk.earth/discord) and ask for a discou ## What you're paying for -!!! abstract "" - Hosting, and an admin to do everything for you, all for a comparable or even lower price than self-hosting. +Get a custom bot without hosting it yourself. -- A secure, containerised, auto-updating[^1] bot instance hosted in the EU -- Efficient hosting - - Powered by [Ampere® Altra®](https://amperecomputing.com/briefs/ampere-altra-family-product-brief), less energy is used for operation and cooling[^2] - - Higher CPU utilisation due to many bots running on the same server[^3] +- Auto-updating bot instance without the installation and maintenance hassle +- [Nightly database backups](https://status.eartharoid.me/), encrypted and kept for 30 days +- :heart: **You're directly supporting the bot's developer** +- Better for the planet + - Powered by energy-efficient Ampere® Altra® processors + - 100% powered by wind and hydro energy - 1% of revenue goes to [Stripe Climate](https://stripe.com/climate) to remove CO~2~ from the atmosphere -- [Nightly database backups](https://status.eartharoid.me/), encrypted and kept for 30 days -- :heart: **You're directly supporting the bot's developer** [Create a ticket](https://lnk.earth/discord) if you have questions about security, privacy, compliance, etc. @@ -167,7 +166,3 @@ Your bot will usually be ready within 24 hours. !!! question "" **Still have questions? Create a ticket [on Discord](https://lnk.earth/discord) for help.** - -[^1]: Patches are applied automatically within an hour of release; feature updates are scheduled and performed manually. -[^2]: Compared to x86-based servers, ARM servers are more energy efficient -[^3]: More of the available resources are used compared to an average individual installation diff --git a/docs/self-hosting/troubleshooting.md b/docs/self-hosting/troubleshooting.md index 359000d..f29a100 100644 --- a/docs/self-hosting/troubleshooting.md +++ b/docs/self-hosting/troubleshooting.md @@ -11,13 +11,6 @@ After setting the `DB_PROVIDER` and `DB_CONNECTION_URL` environment variables, ` This can be done manually but it is recommended to leave it to the `npm run postinstall` script. You can run this directly, but it will also be run automatically when you run `npm install`. - -!!! question "Still need help?" - If this page didn't resolve your issue, - you can ask for help [on Discord](https://lnk.earth/discord) - or [on GitHub](https://github.com/discord-tickets/bot/discussions). - - ## Current working directory Since [`v4.0.14`](https://github.com/discord-tickets/bot/releases/tag/v4.0.14), Discord Tickets supports starting the bot from any directory. @@ -84,3 +77,9 @@ An invalid role error that occurs during ticket creation, claiming/releasing, or This can be resolved by navigating to the settings page of each of your categories and simply clicking Save. This will remove any roles from the category that no longer exist. If the category's only staff role was deleted, you will need to assign at least one new role before you can save the settings. + + +!!! question "Still need help?" + If this page didn't resolve your issue, + you can ask for help [on Discord](https://lnk.earth/discord) + or [on GitHub](https://github.com/discord-tickets/bot/discussions). diff --git a/mkdocs.insiders.yml b/mkdocs.insiders.yml index 7128d50..1ec2922 100644 --- a/mkdocs.insiders.yml +++ b/mkdocs.insiders.yml @@ -30,6 +30,9 @@ theme: - navigation.footer - navigation.indexes # - navigation.instant # doesn't work with home page? :( + # - navigation.instant.prefetch # insiders-only + # - navigation.instant.progress + - navigation.instant.preview # insiders-only - navigation.path # insiders-only - navigation.prune # insiders-only # - navigation.sections @@ -47,8 +50,8 @@ extra: analytics: provider: custom domains: discordtickets.app - website: 29b2670b-df51-47b0-aff7-810e52d1e96a - script: https://umami.eartharoid.me/script.js + website: 477eda1e-48af-428f-9ffa-0c682a39bac7 + script: https://static.eartharoid.me/ustats.js feedback: title: Was this page helpful? ratings: diff --git a/mkdocs.yml b/mkdocs.yml index b137c16..61c96c5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,10 +24,12 @@ theme: custom_dir: overrides/ palette: - scheme: default + primary: custom toggle: icon: octicons/sun-16 name: Switch to dark mode - scheme: slate + primary: custom toggle: icon: octicons/moon-16 name: Switch to light mode diff --git a/overrides/partials/footer.html b/overrides/partials/footer.html index 9aca242..d474808 100644 --- a/overrides/partials/footer.html +++ b/overrides/partials/footer.html @@ -27,42 +27,40 @@ {% if page.meta and page.meta.hide %} {% set hidden = "hidden" if "footer" in page.meta.hide %} {% endif %} -