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
@ -138,6 +138,10 @@ const config: Config = {
|
||||
label: "GitHub",
|
||||
href: "https://github.com/rehlds",
|
||||
},
|
||||
{
|
||||
label: "Sitemap",
|
||||
href: "https://rehlds.dev/sitemap.xml"
|
||||
}
|
||||
],
|
||||
},
|
||||
],
|
||||
@ -221,7 +225,7 @@ const config: Config = {
|
||||
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"],
|
||||
},
|
||||
{
|
||||
|
@ -23,12 +23,16 @@
|
||||
"message": "Блог",
|
||||
"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 ": {
|
||||
"message": "GitHub ",
|
||||
"description": "The label of footer link with label=GitHub linking to https://github.com/rehlds"
|
||||
},
|
||||
"copyright": {
|
||||
"message": "Авторские права © 2024 ReHLDS. Создано с помощью Docusaurus.",
|
||||
"message": "Авторские права © 2025 ReHLDS. Создано с помощью Docusaurus.",
|
||||
"description": "The footer copyright"
|
||||
}
|
||||
}
|
||||
|
@ -17,6 +17,7 @@ const repos: { author: string; repo: string }[] = [
|
||||
{ author: 'rehlds', repo: 'rehlds' },
|
||||
{ author: 'rehlds', repo: 'ReGameDLL_CS' },
|
||||
{ author: 'rehlds', repo: 'reapi' },
|
||||
{ author: 'rehlds', repo: 'metamod-r' },
|
||||
// { author: 'rehlds', repo: 'resemiclip' },
|
||||
// { author: 'rehlds', repo: 'reunion' },
|
||||
// { author: 'rehlds', repo: 'rechecker' },
|
||||
|
@ -16,6 +16,7 @@ const repos = [
|
||||
{ author: 'rehlds', repo: 'rehlds' },
|
||||
{ author: 'rehlds', repo: 'ReGameDLL_CS' },
|
||||
{ author: 'rehlds', repo: 'reapi' },
|
||||
{ author: 'rehlds', repo: 'metamod-r' },
|
||||
// { author: 'rehlds', repo: 'metamod-r' },
|
||||
// { author: 'rehlds', repo: 'resemiclip' },
|
||||
// { author: 'rehlds', repo: 'reunion' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user