granny
granny
Leaving as comments *just in case*. There's *supposedly* a proper solution to this workaround but that can be looked into when it becomes a problem again.
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues). ### Description Setting the `VERCEL_DEEP_CLONE` environment variable to `true` [through vercel's...
Adds documentation for the configuration added in https://github.com/PurpurMC/Purpur/pull/1451
Adds documentation for the configuration added in https://github.com/PurpurMC/Purpur/pull/1422
Since you cannot assign meta tags based on URI fragments, create a custom page for each option that redirects you to the location of that option in the Configuration page....
It's not something that can simply be enabled in the config file. Functionality would be similar to how the [navigation section can be made collapsible](https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-sections). We could either: * [Find...
in Java there is a String formatter which allows variables (like `%s`) to be used as placeholders. `s` being the placeholder for String. since it does not contain a specific...
This PR adds GIFs hidden in the [`details` disclosure element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details). It also renames the `images` directory to `assets` & adds subdirectories that align with each option. closes #5
Each option would have a dropdown GIF that would need to be opened up using the [`details` disclosure element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details). This would make sure the docs don't get bloated from all...
This page would explain every patch that Purpur adds with a categorized list of the feature, performance stuff, API stuff, etc. It would be categorized by `api` & `server`, with...