Ah, nuts!
We were unable to find the page you were looking for, but we'll get cracking on the problem.
![](../assets/images/pistachios.jpg)
diff --git a/mkdocs.yml b/mkdocs.yml
index b740dae6..14ffd557 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -116,30 +116,38 @@ plugins:
- social
- i18n:
docs_structure: suffix
- default_language: en
- default_language_only: false
- docs_structure: suffix
+ fallback_to_default: true
languages:
- en: ' English'
- fr: '
Français'
- nav_translations:
- fr:
- Welcome: Bienvenue
- Philosophy: Philosophie
- Differences between PyFreeBilling and PKS: Différences entre PyFreeBilling et PKS
- Does PKS perform LCR: Est-ce que PKS fait du LCR
- Use Cases: Cas d'Utilisation
- Getting Started: Démarrage rapide
- User Guide: Guide Utilisateur
- How To: Comment Faire
- How to Upgrade: Comment Mettre à Jour
- Backup and Recovery: Sauvegarde et Restauration
- Troubleshooting: Résolution de Problèmes
- Requirements: Prérequis
- Best Practices: Bonnes Pratiques
- Contributing: Contribuer
- Release Notes: Notes de Mise à Jour
- Manage: Administrer
+ - build: true
+ default: true
+ locale: en
+ name: '
English'
+ - build: true
+ default: false
+ locale: fr
+ name: '
Français'
+ nav_translations:
+ Backup and Recovery: Sauvegarde et Restauration
+ Best Practices: Bonnes Pratiques
+ Contributing: Contribuer
+ Differences between PyFreeBilling and PKS: Différences entre PyFreeBilling
+ et PKS
+ Does PKS perform LCR: Est-ce que PKS fait du LCR
+ Getting Started: Démarrage rapide
+ How To: Comment Faire
+ How to Upgrade: Comment Mettre à Jour
+ Manage: Administrer
+ Philosophy: Philosophie
+ Release Notes: Notes de Mise à Jour
+ Requirements: Prérequis
+ Troubleshooting: Résolution de Problèmes
+ Use Cases: Cas d'Utilisation
+ User Guide: Guide Utilisateur
+ Welcome: Bienvenue
+ reconfigure_material: true
+ reconfigure_search: true
- git-revision-date-localized:
enable_creation_date: false
fallback_to_build_date: true
diff --git a/requirements.txt b/requirements.txt
index 9a952aca..50f2ee15 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,10 +1,10 @@
-mkdocs==1.5.3
-mkdocs-git-authors-plugin==0.7.2
-mkdocs-material[imaging]==9.5.3
+mkdocs==1.6.0
+mkdocs-git-authors-plugin==0.9.0
+mkdocs-material[imaging]==9.5.28
mkdocs-minify-plugin==0.7.2
-mkdocs-static-i18n==0.56
-mkdocs-render-swagger-plugin==0.1.1
-mkdocs-git-revision-date-localized-plugin==1.2.2
+mkdocs-static-i18n==1.2.3
+mkdocs-render-swagger-plugin==0.1.2
+mkdocs-git-revision-date-localized-plugin==1.2.6
mkdocs-redirects==1.2.1
mkdocs-static-i18n[material]
-mkdocs-rss-plugin==1.12.0
\ No newline at end of file
+mkdocs-rss-plugin==1.15.0
\ No newline at end of file
diff --git a/site/404.html b/site/404.html
new file mode 100644
index 00000000..9df16226
--- /dev/null
+++ b/site/404.html
@@ -0,0 +1,17 @@
+
We were unable to find the page you were looking for, but we'll get cracking on the problem.
When working on the documentation, it is advised that you review your changes locally before committing them. The mkdocs serve
command can be used to live preview your changes (as you type) on your local machine.
Please make sure you fork the repo and change the clone URL in the example below for your fork:
Linux Mint / Ubuntu 18.04 LTS / 19.10 / 20.04 LTS / 22.04 LTS:
git clone https://github.com/YOUR-USERNAME/docs
+cd docs
+sudo apt install python3-pip
+pip3 install -r requirements-docs.txt
+
Fedora Linux instructions (tested on Fedora Linux 28):
git clone https://github.com/YOUR-USERNAME/docs
+cd docs
+pip install --user -r requirements-docs.txt
+
Docker instructions:
After these commands, the current branch is accessible through your favorite browser at http://localhost:8000
!!swagger swagger.json!!