Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/ajax/jeedom.ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
$page = 'administration';
}
$version = substr(jeedom::version(), 0, 3);
ajax::success(config::byKey('doc::base_url', 'core') . '/' . config::byKey('language', 'core', 'fr_FR') . '/core/' . $version . '/' . secureXSS($page) . '?theme=' . $theme);
ajax::success(config::byKey('doc::base_url', 'core') . '/' . secureXSS($page));
}
throw new Exception(__('Aucune documentation trouvée', __FILE__), -1234);
}
Expand Down
2 changes: 1 addition & 1 deletion core/config/default.config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ service::monitoring::url=https://monitoring.jeedom.com
service::backup::url=https://backup.jeedom.com

;Doc
doc::base_url=https://doc.jeedom.com
doc::base_url=https://jeedom.github.io/core

;DNS
dns::mode= openvpn
Expand Down
1 change: 1 addition & 0 deletions docs/_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
remote_theme: jeedom/documentation-theme
5 changes: 5 additions & 0 deletions docs/fr_FR/administration.md → docs/administration.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
lang: fr
icon: fa-wrench
---

# Configuration
**Réglages → Système → Configuration**

Expand Down
5 changes: 5 additions & 0 deletions docs/fr_FR/api_http.md → docs/api_http.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
lang: fr
icon: fa-plug
---

# API HTTP

Jeedom met à disposition des développeurs et des utilisateurs une API complète afin de pouvoir piloter Jeedom depuis n’importe quel objet connecté.
Expand Down
5 changes: 5 additions & 0 deletions docs/fr_FR/backup.md → docs/backup.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
lang: fr
icon: fa-save
---

# Sauvegardes
**Réglages → Système → Sauvegardes**

Expand Down
5 changes: 5 additions & 0 deletions docs/fr_FR/changelog.md → docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
lang: fr
title: Changelog
---

# Changelog Jeedom V4.5

# 4.5.3
Expand Down
6 changes: 6 additions & 0 deletions docs/fr_FR/cron.md → docs/cron.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---
lang: fr
icon: fa-tasks
---

# Moteur de tâches

**Réglages → Système → Moteur de tâches**

Cette page informe de toutes les tâches applicatives Jeedom qui tournent sur le serveur.
Expand Down
6 changes: 6 additions & 0 deletions docs/fr_FR/custom.md → docs/custom.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
lang: fr
icon: fa-pencil-alt
title: Personnalisation
---

# Personnalisation Avancée
**Réglages → Système → Personnalisation avancée**

Expand Down
5 changes: 5 additions & 0 deletions docs/fr_FR/dashboard.md → docs/dashboard.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
lang: fr
icon: fa-tachometer-alt
---

# Dashboard
**Accueil → Dashboard**

Expand Down
437 changes: 0 additions & 437 deletions docs/de_DE/administration.md

This file was deleted.

96 changes: 0 additions & 96 deletions docs/de_DE/api_http.md

This file was deleted.

81 changes: 0 additions & 81 deletions docs/de_DE/backup.md

This file was deleted.

Loading
Loading