Merge branch 'hotfix/repo-urls'

This commit is contained in:
STAM 2025-07-14 16:04:08 +03:00
commit 2a82f51dc1
No known key found for this signature in database
GPG Key ID: 711526C6938897F1
3 changed files with 18 additions and 18 deletions

8
package-lock.json generated
View File

@ -8,10 +8,10 @@
"name": "rehlds-docs",
"version": "0.0.0",
"dependencies": {
"@docusaurus/core": "^3.8.0",
"@docusaurus/plugin-client-redirects": "^3.8.0",
"@docusaurus/plugin-pwa": "^3.8.0",
"@docusaurus/preset-classic": "^3.8.0",
"@docusaurus/core": "^3.8.1",
"@docusaurus/plugin-client-redirects": "^3.8.1",
"@docusaurus/plugin-pwa": "^3.8.1",
"@docusaurus/preset-classic": "^3.8.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"docusaurus-plugin-yandex-metrica": "^1.2.1",

View File

@ -15,10 +15,10 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "^3.8.0",
"@docusaurus/plugin-client-redirects": "^3.8.0",
"@docusaurus/plugin-pwa": "^3.8.0",
"@docusaurus/preset-classic": "^3.8.0",
"@docusaurus/core": "^3.8.1",
"@docusaurus/plugin-client-redirects": "^3.8.1",
"@docusaurus/plugin-pwa": "^3.8.1",
"@docusaurus/preset-classic": "^3.8.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"docusaurus-plugin-yandex-metrica": "^1.2.1",

View File

@ -14,18 +14,18 @@ interface Repository {
const repos = [
{ author: 'rehlds', repo: 'rehlds' },
{ author: 's1lentq', repo: 'ReGameDLL_CS' },
{ author: 's1lentq', repo: 'reapi' },
// { author: 's1lentq', repo: 'metamod-r' },
// { author: 's1lentq', repo: 'resemiclip' },
// { author: 's1lentq', repo: 'reunion' },
// { author: 's1lentq', repo: 'rechecker' },
// { author: 's1lentq', repo: 'revoice' },
// { author: 's1lentq', repo: 'refreelook' },
// { author: 's1lentq', repo: 'localizebugfix' },
{ 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' },
// { author: 'rehlds', repo: 'revoice' },
// { author: 'rehlds', repo: 'refreelook' },
// { author: 'rehlds', repo: 'localizebugfix' },
// { author: 'WPMGPRoSToTeMa', repo: 'SafeNameAndChat' },
// { author: 'rehlds', repo: 'relocalizebugfix' },
// { author: 's1lentq', repo: 'hitboxtracker' },
// { author: 'rehlds', repo: 'hitboxtracker' },
];
function RepositoryCard({ repoData }: { repoData: Repository }) {