Skip to content

Commit

Permalink
add to games to path
Browse files Browse the repository at this point in the history
  • Loading branch information
Luckenty committed Apr 4, 2024
1 parent ca62b97 commit ccb4e7c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .vitepress/paths.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as fs from 'fs';
import path from 'path';

const paths = ['apps', 'system', 'main', 'tips', 'extensions', 'developers', 'equipment', 'using_gnome']
const paths = ['apps', 'system', 'main', 'tips', 'extensions', 'developers', 'equipment', 'using_gnome', 'games']
const prefix = 'docs/'

function getFilesWithMdExtension(paths) {
Expand All @@ -16,4 +16,4 @@ function getFilesWithMdExtension(paths) {
return filesWithMdExtension
}

export const rewrites: Record<string, string> = getFilesWithMdExtension(paths);
export const rewrites: Record<string, string> = getFilesWithMdExtension(paths);
3 changes: 2 additions & 1 deletion docs/games/clearcpuid.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Изменение clearcpiuid

В случае, если игра не запускается, очень часто может помочь установка clearcpiuid на значение 514
Expand All @@ -9,7 +8,9 @@
- переходим на вкладку "Основные настройки"
- добавляем в строку "Параметры ядра" значение `clearcpuid=514`

:::warning
Важно соблюсти формат строки и после последнего значения в строке отступить пробел.
:::

- нажимаем кнопку "Сохранить"
- перезагружаем систему
5 changes: 5 additions & 0 deletions docs/games/games.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

# Игры

В данном разделе будут собраны часто встречающиеся проблемы, связанные с запуском игр на Linux,
а также описаны возможные решения этих проблем

0 comments on commit ccb4e7c

Please sign in to comment.