Organize documentation by language
This commit is contained in:
+1
-2
@@ -11,8 +11,7 @@ Outil Python pour générer un rapport quotidien des sauvegardes Proxmox VE vers
|
||||
## Documentation
|
||||
|
||||
- 🇬🇧 [English version](README.md)
|
||||
- 🇫🇷 Documentation : [architecture](docs/architecture.md), [configuration](docs/configuration.md), [API PVE](docs/api-pve.md), [API PBS](docs/api-pbs.md), [rapport PDF](docs/rapport-pdf.md), [exploitation](docs/exploitation.md)
|
||||
- 🇬🇧 Documentation: [architecture](docs/en/architecture.md), [configuration](docs/en/configuration.md), [PVE API](docs/en/api-pve.md), [PBS API](docs/en/api-pbs.md), [PDF report](docs/en/rapport-pdf.md), [operations](docs/en/exploitation.md)
|
||||
- 🇫🇷 Documentation : [architecture](docs/fr/architecture.md), [configuration](docs/fr/configuration.md), [API PVE](docs/fr/api-pve.md), [API PBS](docs/fr/api-pbs.md), [rapport PDF](docs/fr/rapport-pdf.md), [exploitation](docs/fr/exploitation.md)
|
||||
|
||||
## ✨ Fonctionnalités
|
||||
|
||||
|
||||
@@ -12,7 +12,6 @@ Python tool to generate a daily backup report for Proxmox VE against Proxmox Bac
|
||||
|
||||
- 🇫🇷 [French version](README.fr.md)
|
||||
- 🇬🇧 Documentation: [architecture](docs/en/architecture.md), [configuration](docs/en/configuration.md), [PVE API](docs/en/api-pve.md), [PBS API](docs/en/api-pbs.md), [PDF report](docs/en/rapport-pdf.md), [operations](docs/en/exploitation.md)
|
||||
- 🇫🇷 Documentation : [architecture](docs/architecture.md), [configuration](docs/configuration.md), [API PVE](docs/api-pve.md), [API PBS](docs/api-pbs.md), [rapport PDF](docs/rapport-pdf.md), [exploitation](docs/exploitation.md)
|
||||
|
||||
## ✨ Features
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# Proxmox Backup Server API
|
||||
|
||||
[Version francaise](../api-pbs.md)
|
||||
[Version francaise](../fr/api-pbs.md)
|
||||
|
||||
This document describes the PBS collection used by the report.
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# Proxmox VE API
|
||||
|
||||
[Version francaise](../api-pve.md)
|
||||
[Version francaise](../fr/api-pve.md)
|
||||
|
||||
## Principles
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Target Architecture
|
||||
|
||||
[Version francaise](../architecture.md)
|
||||
[Version francaise](../fr/architecture.md)
|
||||
|
||||
## Overview
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Configuration
|
||||
|
||||
[Version francaise](../configuration.md)
|
||||
[Version francaise](../fr/configuration.md)
|
||||
|
||||
## Environment Variables
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Operations
|
||||
|
||||
[Version francaise](../exploitation.md)
|
||||
[Version francaise](../fr/exploitation.md)
|
||||
|
||||
## Docker Execution
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# PDF Report
|
||||
|
||||
[Version francaise](../rapport-pdf.md)
|
||||
[Version francaise](../fr/rapport-pdf.md)
|
||||
|
||||
## Objective
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# API Proxmox Backup Server
|
||||
|
||||
[English version](en/api-pbs.md)
|
||||
[English version](../en/api-pbs.md)
|
||||
|
||||
Ce document decrit la collecte PBS utilisee par le rapport.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# API Proxmox VE
|
||||
|
||||
[English version](en/api-pve.md)
|
||||
[English version](../en/api-pve.md)
|
||||
|
||||
## Principes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Architecture cible
|
||||
|
||||
[English version](en/architecture.md)
|
||||
[English version](../en/architecture.md)
|
||||
|
||||
## Vue d'ensemble
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Configuration
|
||||
|
||||
[English version](en/configuration.md)
|
||||
[English version](../en/configuration.md)
|
||||
|
||||
## Variables d'environnement
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Exploitation
|
||||
|
||||
[English version](en/exploitation.md)
|
||||
[English version](../en/exploitation.md)
|
||||
|
||||
## Execution avec Docker
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Rapport PDF
|
||||
|
||||
[English version](en/rapport-pdf.md)
|
||||
[English version](../en/rapport-pdf.md)
|
||||
|
||||
## Objectif
|
||||
|
||||
Reference in New Issue
Block a user