From 96c323e3a1eb18de3a3a73fe4d1f9baacc7e0dab Mon Sep 17 00:00:00 2001 From: STAM Date: Mon, 14 Jul 2025 18:11:03 +0300 Subject: [PATCH] metamod-r docs updated --- docusaurus.config.ts | 8 ++++++-- i18n/ru/docusaurus-theme-classic/footer.json | 6 +++++- scripts/fetchRepositories.ts | 1 + src/pages/index.tsx | 1 + 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 5157153..8f27569 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -135,9 +135,13 @@ const config: Config = { to: "/blog", }, { - label: "GitHub ", + 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"], }, { diff --git a/i18n/ru/docusaurus-theme-classic/footer.json b/i18n/ru/docusaurus-theme-classic/footer.json index 7d84a1e..d1bbf58 100644 --- a/i18n/ru/docusaurus-theme-classic/footer.json +++ b/i18n/ru/docusaurus-theme-classic/footer.json @@ -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" } } diff --git a/scripts/fetchRepositories.ts b/scripts/fetchRepositories.ts index 6616e5f..beb0b62 100644 --- a/scripts/fetchRepositories.ts +++ b/scripts/fetchRepositories.ts @@ -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' }, diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 8186a60..e8f77e0 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -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' },