metamod-r docs updated

This commit is contained in:
STAM 2025-07-14 18:11:10 +03:00
commit f218704959
No known key found for this signature in database
GPG Key ID: 711526C6938897F1
4 changed files with 13 additions and 3 deletions

View File

@ -135,9 +135,13 @@ const config: Config = {
to: "/blog", to: "/blog",
}, },
{ {
label: "GitHub ", label: "GitHub",
href: "https://github.com/rehlds", href: "https://github.com/rehlds",
}, },
{
label: "Sitemap",
href: "https://rehlds.dev/sitemap.xml"
}
], ],
}, },
], ],
@ -221,7 +225,7 @@ const config: Config = {
from: ["/get/rehlds"], from: ["/get/rehlds"],
}, },
{ {
to: "https://github.com/s1lentq/ReGameDLL_CS/releases/latest", to: "https://github.com/rehlds/ReGameDLL_CS/releases/latest",
from: ["/get/regamedll_cs"], from: ["/get/regamedll_cs"],
}, },
{ {

View File

@ -23,12 +23,16 @@
"message": "Блог", "message": "Блог",
"description": "The label of footer link with label=Blog linking to /blog" "description": "The label of footer link with label=Blog linking to /blog"
}, },
"link.item.label.Sitemap": {
"message": "Карта сайта",
"description": "The label of footer link with label=Sitemap linking to /sitemap.xml"
},
"link.item.label.GitHub ": { "link.item.label.GitHub ": {
"message": "GitHub ", "message": "GitHub ",
"description": "The label of footer link with label=GitHub linking to https://github.com/rehlds" "description": "The label of footer link with label=GitHub linking to https://github.com/rehlds"
}, },
"copyright": { "copyright": {
"message": "Авторские права © 2024 ReHLDS. Создано с помощью Docusaurus.", "message": "Авторские права © 2025 ReHLDS. Создано с помощью Docusaurus.",
"description": "The footer copyright" "description": "The footer copyright"
} }
} }

View File

@ -17,6 +17,7 @@ const repos: { author: string; repo: string }[] = [
{ author: 'rehlds', repo: 'rehlds' }, { author: 'rehlds', repo: 'rehlds' },
{ author: 'rehlds', repo: 'ReGameDLL_CS' }, { author: 'rehlds', repo: 'ReGameDLL_CS' },
{ author: 'rehlds', repo: 'reapi' }, { author: 'rehlds', repo: 'reapi' },
{ author: 'rehlds', repo: 'metamod-r' },
// { author: 'rehlds', repo: 'resemiclip' }, // { author: 'rehlds', repo: 'resemiclip' },
// { author: 'rehlds', repo: 'reunion' }, // { author: 'rehlds', repo: 'reunion' },
// { author: 'rehlds', repo: 'rechecker' }, // { author: 'rehlds', repo: 'rechecker' },

View File

@ -16,6 +16,7 @@ const repos = [
{ author: 'rehlds', repo: 'rehlds' }, { author: 'rehlds', repo: 'rehlds' },
{ author: 'rehlds', repo: 'ReGameDLL_CS' }, { author: 'rehlds', repo: 'ReGameDLL_CS' },
{ author: 'rehlds', repo: 'reapi' }, { author: 'rehlds', repo: 'reapi' },
{ author: 'rehlds', repo: 'metamod-r' },
// { author: 'rehlds', repo: 'metamod-r' }, // { author: 'rehlds', repo: 'metamod-r' },
// { author: 'rehlds', repo: 'resemiclip' }, // { author: 'rehlds', repo: 'resemiclip' },
// { author: 'rehlds', repo: 'reunion' }, // { author: 'rehlds', repo: 'reunion' },