mirror of
https://github.com/rehlds/rehlds.github.io.git
synced 2025-07-19 03:36:20 +03:00
metamod-r docs updated
This commit is contained in:
commit
f218704959
@ -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"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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' },
|
||||||
|
@ -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' },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user