Skip to content

Commit

Permalink
update docsaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Sep 4, 2023
1 parent 0b3d1ca commit bc91718
Show file tree
Hide file tree
Showing 229 changed files with 7,303 additions and 6,297 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import lunr from "/Users/ryzechdev/github/docs/node_modules/lunr/lunr.js";
import lunr from "C:\\Users\\RyzechDev\\Documents\\docs\\node_modules\\lunr\\lunr.js";
export const language = ["en"];
export const removeDefaultStopWordFilter = false;
export const Mark = null;
export const indexHash = "dc5fe0e4";
export const indexHash = "1d8e256e";
export const searchResultLimits = 8;
export const searchResultContextMaxLength = 50;
export const translations = {"search_placeholder":"Search","see_all_results":"See all results","no_results":"No results.","search_results_for":"Search results for \"{{ keyword }}\"","search_the_documentation":"Search the documentation","count_documents_found_plural":"{{ count }} documents found","count_documents_found":"{{ count }} document found","no_documents_were_found":"No documents were found"};
8 changes: 4 additions & 4 deletions .docusaurus/client-modules.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default [
require("/Users/ryzechdev/github/docs/node_modules/infima/dist/css/default/default.css"),
require("/Users/ryzechdev/github/docs/node_modules/@docusaurus/theme-classic/lib/prism-include-languages"),
require("/Users/ryzechdev/github/docs/node_modules/@docusaurus/theme-classic/lib/admonitions.css"),
require("/Users/ryzechdev/github/docs/src/css/custom.css"),
require("C:\\Users\\RyzechDev\\Documents\\docs\\node_modules\\infima\\dist\\css\\default\\default.css"),
require("C:\\Users\\RyzechDev\\Documents\\docs\\node_modules\\@docusaurus\\theme-classic\\lib\\prism-include-languages"),
require("C:\\Users\\RyzechDev\\Documents\\docs\\node_modules\\@docusaurus\\theme-classic\\lib\\admonitions.css"),
require("C:\\Users\\RyzechDev\\Documents\\docs\\src\\css\\custom.css"),
];
145 changes: 12 additions & 133 deletions .docusaurus/docusaurus-plugin-content-blog/default/blog-archive-80c.json
Original file line number Diff line number Diff line change
@@ -1,142 +1,21 @@
{
"blogPosts": [
{
"id": "2021-11-29-toxicity-ai",
"id": "/2021/12/31/testing",
"metadata": {
"permalink": "/blog/2021-11-29-toxicity-ai",
"editUrl": "https://github.com/ryzech/docs/edit/main/blog/2021-11-29-toxicity-ai.md",
"source": "@site/blog/2021-11-29-toxicity-ai.md",
"title": "Toxicity AI Detection Plugin",
"description": "<span",
"date": "2021-11-29T00:00:00.000Z",
"formattedDate": "November 29, 2021",
"tags": [
{
"label": "minecraft",
"permalink": "/blog/tags/minecraft"
},
{
"label": "smp",
"permalink": "/blog/tags/smp"
},
{
"label": "plugins",
"permalink": "/blog/tags/plugins"
},
{
"label": "python",
"permalink": "/blog/tags/python"
},
{
"label": "ai",
"permalink": "/blog/tags/ai"
},
{
"label": "programming",
"permalink": "/blog/tags/programming"
}
],
"readingTime": 0.475,
"permalink": "/blog/2021/12/31/testing",
"editUrl": "https://github.com/ryzech/docs/edit/main/blog/2021-12-31-testing.md",
"source": "@site/blog/2021-12-31-testing.md",
"title": "testing",
"description": "",
"date": "2021-12-31T00:00:00.000Z",
"formattedDate": "December 31, 2021",
"tags": [],
"readingTime": 0,
"truncated": false,
"authors": [
{
"name": "RyzechDev",
"title": "Administator",
"url": "https://github.com/ryzech",
"imageURL": "https://github.com/ryzech.png",
"key": "ryzechdev"
},
{
"name": "Derpylove_11",
"title": "Administator",
"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"imageURL": "https://cdn.discordapp.com/avatars/556239460497620993/19312c4ae46786e74fdb25edb3e005e3.webp?size=1024",
"key": "derpylove_11"
},
{
"name": "Legundo",
"title": "Owner",
"url": "https://legundo.com",
"imageURL": "https://cdn.discordapp.com/avatars/90301457923866624/96cc45274960ed4fd0baafc9da394569.webp?size=1024",
"key": "legundo"
},
{
"name": "Ecr0708",
"title": "Administrator",
"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"imageURL": "https://cdn.discordapp.com/avatars/320943924200079370/084f657ae59f7ddcc092573fae6757c6.webp?size=1024",
"key": "ecr0708"
}
],
"nextItem": {
"title": "SMP Patch Notes",
"permalink": "/blog/2021-10-07-patch-notes"
}
"authors": []
},
"content": "export const Highlight = ({children, color}) => (\n <span\n style={{\n backgroundColor: color,\n borderRadius: '2px',\n color: '#000',\n padding: '0.2rem',\n }}>\n {children}\n </span>\n);\n\n\n![Chat Toxicity](../static/img/ai.jpg)\n\n## Python Toxicity Model Chat Plugin!\n\n\n### Python Model, how does it work? \n<Highlight color=\"#FFFF00\">All credit for the model to BaldProgammer, he trained it, and setup the original API server</Highlight>\n\nThe model is based off of Bert's Distil models! Can't say much about ours, since we aren't open-sourcing the model part of this. But you can see the official model [here](https://huggingface.co/unitary/toxic-bert)!\n\n### Chat Plugin, how the model interacts with the chat."
},
{
"id": "2021-10-07-patch-notes",
"metadata": {
"permalink": "/blog/2021-10-07-patch-notes",
"editUrl": "https://github.com/ryzech/docs/edit/main/blog/2021-10-07-patch-notes.md",
"source": "@site/blog/2021-10-07-patch-notes.md",
"title": "SMP Patch Notes",
"description": "The Legundo SMP recently had a huge patch update! This blog post will be going over what's changed and what you should expect to see different the next time you join.",
"date": "2021-10-07T00:00:00.000Z",
"formattedDate": "October 7, 2021",
"tags": [
{
"label": "minecraft",
"permalink": "/blog/tags/minecraft"
},
{
"label": "smp",
"permalink": "/blog/tags/smp"
},
{
"label": "plugins",
"permalink": "/blog/tags/plugins"
}
],
"readingTime": 0.155,
"truncated": false,
"authors": [
{
"name": "RyzechDev",
"title": "Administator",
"url": "https://github.com/ryzech",
"imageURL": "https://github.com/ryzech.png",
"key": "ryzechdev"
},
{
"name": "Derpylove_11",
"title": "Administator",
"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"imageURL": "https://cdn.discordapp.com/avatars/556239460497620993/19312c4ae46786e74fdb25edb3e005e3.webp?size=1024",
"key": "derpylove_11"
},
{
"name": "Legundo",
"title": "Owner",
"url": "https://legundo.com",
"imageURL": "https://cdn.discordapp.com/avatars/90301457923866624/96cc45274960ed4fd0baafc9da394569.webp?size=1024",
"key": "legundo"
},
{
"name": "Ecr0708",
"title": "Administrator",
"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"imageURL": "https://cdn.discordapp.com/avatars/320943924200079370/084f657ae59f7ddcc092573fae6757c6.webp?size=1024",
"key": "ecr0708"
}
],
"prevItem": {
"title": "Toxicity AI Detection Plugin",
"permalink": "/blog/2021-11-29-toxicity-ai"
}
},
"content": "The [Legundo SMP](https://legundo.mcserver.us) recently had a huge patch update! This blog post will be going over what's changed and what you should expect to see different the next time you join."
"content": ""
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"page": 1,
"postsPerPage": 10,
"totalPages": 1,
"totalCount": 2,
"totalCount": 1,
"previousPage": null,
"nextPage": null,
"blogDescription": "Blog",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
"title": "Recent posts",
"items": [
{
"title": "Toxicity AI Detection Plugin",
"permalink": "/blog/2021-11-29-toxicity-ai"
},
{
"title": "SMP Patch Notes",
"permalink": "/blog/2021-10-07-patch-notes"
"title": "testing",
"permalink": "/blog/2021/12/31/testing"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"permalink": "/blog/2021/12/31/testing",
"editUrl": "https://github.com/ryzech/docs/edit/main/blog/2021-12-31-testing.md",
"source": "@site/blog/2021-12-31-testing.md",
"title": "testing",
"description": "",
"date": "2021-12-31T00:00:00.000Z",
"formattedDate": "December 31, 2021",
"tags": [],
"readingTime": 0,
"truncated": false,
"authors": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"unversionedId": "banmanager",
"id": "banmanager",
"title": "BanManager (Punishments Plugin)",
"description": "Plugin for bannning, muting, kicking, ipbanning, warning, and any other punishment!",
"source": "@site/docs/banmanager.md",
"sourceDirName": ".",
"slug": "/banmanager",
"permalink": "/docs/banmanager",
"editUrl": "https://github.com/ryzech/docs/edit/main/docs/banmanager.md",
"tags": [],
"version": "current",
"lastUpdatedBy": "Author",
"lastUpdatedAt": 1539502055,
"formattedLastUpdatedAt": "10/14/2018",
"frontMatter": {},
"sidebar": "tutorialSidebar",
"next": {
"title": "ChatManagement",
"permalink": "/docs/ChatManagement"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"unversionedId": "ChatManagement",
"id": "ChatManagement",
"title": "ChatManagement",
"description": "",
"source": "@site/docs/ChatManagement.md",
"sourceDirName": ".",
"slug": "/ChatManagement",
"permalink": "/docs/ChatManagement",
"editUrl": "https://github.com/ryzech/docs/edit/main/docs/ChatManagement.md",
"tags": [],
"version": "current",
"lastUpdatedBy": "Author",
"lastUpdatedAt": 1539502055,
"formattedLastUpdatedAt": "10/14/2018",
"frontMatter": {},
"sidebar": "tutorialSidebar",
"previous": {
"title": "BanManager (Punishments Plugin)",
"permalink": "/docs/banmanager"
},
"next": {
"title": "CoreProtect",
"permalink": "/docs/coreprotect"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"unversionedId": "coreprotect",
"id": "coreprotect",
"title": "CoreProtect",
"description": "Plugin we use to track every interaction anyone does.",
"source": "@site/docs/coreprotect.md",
"sourceDirName": ".",
"slug": "/coreprotect",
"permalink": "/docs/coreprotect",
"editUrl": "https://github.com/ryzech/docs/edit/main/docs/coreprotect.md",
"tags": [],
"version": "current",
"lastUpdatedBy": "Author",
"lastUpdatedAt": 1539502055,
"formattedLastUpdatedAt": "10/14/2018",
"frontMatter": {},
"sidebar": "tutorialSidebar",
"previous": {
"title": "ChatManagement",
"permalink": "/docs/ChatManagement"
},
"next": {
"title": "Examples",
"permalink": "/docs/Examples"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"unversionedId": "Examples",
"id": "Examples",
"title": "Examples",
"description": "",
"source": "@site/docs/Examples.md",
"sourceDirName": ".",
"slug": "/Examples",
"permalink": "/docs/Examples",
"editUrl": "https://github.com/ryzech/docs/edit/main/docs/Examples.md",
"tags": [],
"version": "current",
"lastUpdatedBy": "Author",
"lastUpdatedAt": 1539502055,
"formattedLastUpdatedAt": "10/14/2018",
"frontMatter": {},
"sidebar": "tutorialSidebar",
"previous": {
"title": "CoreProtect",
"permalink": "/docs/coreprotect"
},
"next": {
"title": "InventoryManagement",
"permalink": "/docs/InventoryManagement"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"unversionedId": "InventoryManagement",
"id": "InventoryManagement",
"title": "InventoryManagement",
"description": "",
"source": "@site/docs/InventoryManagement.md",
"sourceDirName": ".",
"slug": "/InventoryManagement",
"permalink": "/docs/InventoryManagement",
"editUrl": "https://github.com/ryzech/docs/edit/main/docs/InventoryManagement.md",
"tags": [],
"version": "current",
"lastUpdatedBy": "Author",
"lastUpdatedAt": 1539502055,
"formattedLastUpdatedAt": "10/14/2018",
"frontMatter": {},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Examples",
"permalink": "/docs/Examples"
},
"next": {
"title": "Logging",
"permalink": "/docs/Logging"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"unversionedId": "Logging",
"id": "Logging",
"title": "Logging",
"description": "",
"source": "@site/docs/Logging.md",
"sourceDirName": ".",
"slug": "/Logging",
"permalink": "/docs/Logging",
"editUrl": "https://github.com/ryzech/docs/edit/main/docs/Logging.md",
"tags": [],
"version": "current",
"lastUpdatedBy": "Author",
"lastUpdatedAt": 1539502055,
"formattedLastUpdatedAt": "10/14/2018",
"frontMatter": {},
"sidebar": "tutorialSidebar",
"previous": {
"title": "InventoryManagement",
"permalink": "/docs/InventoryManagement"
},
"next": {
"title": "Philosophy",
"permalink": "/docs/Philosophy"
}
}
Loading

0 comments on commit bc91718

Please sign in to comment.