update docusaurus 3.0.1

This commit is contained in:
Artur Akmalov
2023-12-01 13:17:37 +05:00
parent cf9ef9d5cc
commit fec5db6efd
10 changed files with 234 additions and 597 deletions

View File

@@ -61,10 +61,8 @@ date: 2023-11-06T10:00
Обновление пакетов и установка docker Обновление пакетов и установка docker
``` ```
apt update && apt upgrade -y apt update && apt upgrade -y && apt install -y curl
apt install -y curl curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
``` ```
Конфигурация DNS перенаправление `monitoring.example.com` - на полученный белый IP от timeweb Конфигурация DNS перенаправление `monitoring.example.com` - на полученный белый IP от timeweb

View File

@@ -1,7 +1,7 @@
--- ---
sidebar_position: 2 sidebar_position: 2
title: Ansible commands
--- ---
# Commands
Тут частые команды Тут частые команды

View File

@@ -1,9 +1,8 @@
--- ---
sidebar_position: 2 sidebar_position: 2
title: Docker commands
--- ---
# Commands
Тут частые команды Тут частые команды
Docker run exec or have entry point use: --entry-point=/bin/bash Docker run exec or have entry point use: --entry-point=/bin/bash

View File

@@ -1,8 +0,0 @@
{
"label": "Учеба",
"position": 20,
"link": {
"type": "generated-index",
"description": "Учебные и образовательные материалы"
}
}

View File

@@ -1,17 +0,0 @@
---
sidebar_position: 2
---
# Python
- 📕 Лучано Рамальо: Python. К вершинам мастерства
- 📕 Адитья Бхаргава: Грокаем алгоритмы. Иллюстрированное пособие для программистов и любопытствующих
- 📕 Роберт Мартин: Чистый код. Создание, анализ и рефакторинг
- 📕 Роберт Мартин: Чистая архитектура. Искусство разработки программного обеспечения
- 📕 Крис Ричардсон: Микросервисы. Паттерны разработки и рефакторинга
- 📕 Мартин Клеппман: Высоконагруженные приложения. Программирование, масштабирование, поддержка
- 📕 Бек, Фаулер, Брант: Рефакторинг. Улучшение проекта существующего кода
- 📕 Гамма, Хелм, Джонсон: Паттерны объектно-ориентированного проектирования
- 🌐 [microservices.io](https://microservices.io/)
- 🌐 [refactoring.guru](https://refactoring.guru/)
- 🌐 [python datamodel](https://docs.python.org/3/reference/datamodel.html)
- 🌐 [python standard library](https://docs.python.org/3/library/index.html)

View File

@@ -1,9 +1,8 @@
--- ---
sidebar_position: 2 sidebar_position: 2
title: Helm commands
--- ---
# Commands
## rollback ## rollback
История версий (список) История версий (список)

View File

@@ -1,9 +1,8 @@
--- ---
sidebar_position: 2 sidebar_position: 2
title: K8s commands
--- ---
# Commands
## k8s resources usage ## k8s resources usage
Просмотр потребления ресурсов контейнеров внутри пода Просмотр потребления ресурсов контейнеров внутри пода
``` ```

View File

@@ -1,9 +1,8 @@
--- ---
sidebar_position: 2 sidebar_position: 2
title: Proxmox commands
--- ---
# Commands
## Proxmox Directory ## Proxmox Directory
### Конфиги LXC ### Конфиги LXC
``` ```

778
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,8 +17,8 @@
"typecheck": "tsc" "typecheck": "tsc"
}, },
"dependencies": { "dependencies": {
"@docusaurus/core": "3.0.0", "@docusaurus/core": "^3.0.1",
"@docusaurus/preset-classic": "3.0.0", "@docusaurus/preset-classic": "^3.0.1",
"@giscus/react": "^2.2.8", "@giscus/react": "^2.2.8",
"@icons-pack/react-simple-icons": "5.11.0", "@icons-pack/react-simple-icons": "5.11.0",
"@mdi/js": "^7.2.96", "@mdi/js": "^7.2.96",
@@ -37,8 +37,8 @@
"url-loader": "4.1.1" "url-loader": "4.1.1"
}, },
"devDependencies": { "devDependencies": {
"@docusaurus/module-type-aliases": "^2.4.3", "@docusaurus/module-type-aliases": "^3.0.1",
"@docusaurus/tsconfig": "3.0.0", "@docusaurus/tsconfig": "^3.0.1",
"@types/react": "^18.2.6", "@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4", "@types/react-dom": "^18.2.4",
"@types/react-helmet": "6.1.6", "@types/react-helmet": "6.1.6",