Skip to content

Commit

Permalink
updates mkdocs building folders
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Jul 9, 2024
1 parent 8a58a7d commit 22b4a3d
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
38 changes: 19 additions & 19 deletions wiki/mkdocs-en.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: 'Wiki Cedille'
docs_dir: 'docs'
site_dir: 'site'
docs_dir: 'docs/en'
site_dir: 'site/en'
repo_url: https://github.com/ClubCedille/Plateforme-Cedille
repo_name: ClubCedille/Plateforme-Cedille

Expand Down Expand Up @@ -55,27 +55,27 @@ extra_css:
- stylesheets/extra.css

nav:
- Home: en/index.md
- Home: index.md
- Cedille Platform:
- 'Introduction': en/plateforme-cedille/index.md
- 'Vision Document': en/plateforme-cedille/vision.md
- 'Kubernetes Cluster': en/plateforme-cedille/cluster-kubernetes.md
- 'Hardware Components': en/plateforme-cedille/hardware.md
- 'Introduction': plateforme-cedille/index.md
- 'Vision Document': plateforme-cedille/vision.md
- 'Kubernetes Cluster': plateforme-cedille/cluster-kubernetes.md
- 'Hardware Components': plateforme-cedille/hardware.md
- Applications:
- 'Index' : 'en/plateforme-cedille/Applications/index.md'
- 'Workload Deployment': en/plateforme-cedille/Applications/deploying-workloads.md
- 'System App Deployment': en/plateforme-cedille/Applications/deploying-system-apps.md
- Workflow: en/plateforme-cedille/workflow.md
- Contribution Guide: en/plateforme-cedille/contribution-guidelines.md
- Getting Started: en/plateforme-cedille/getting-started.md
- SRE: en/plateforme-cedille/sre.md
- 'Index' : 'plateforme-cedille/Applications/index.md'
- 'Workload Deployment': plateforme-cedille/Applications/deploying-workloads.md
- 'System App Deployment': plateforme-cedille/Applications/deploying-system-apps.md
- Workflow: plateforme-cedille/workflow.md
- Contribution Guide: plateforme-cedille/contribution-guidelines.md
- Getting Started: plateforme-cedille/getting-started.md
- SRE: plateforme-cedille/sre.md
- Project - LOG791:
- 'Introduction': en/log791/index.md
- 'Project Report': en/log791/rapport.md
- 'Introduction': log791/index.md
- 'Project Report': log791/rapport.md
- Retrospectives:
- 'Retrospective 1': en/log791/retrospective-1.md
- 'Retrospective 2': en/log791/retrospective-2.md
- 'Retrospective 3': en/log791/retrospective-3.md
- 'Retrospective 1': log791/retrospective-1.md
- 'Retrospective 2': log791/retrospective-2.md
- 'Retrospective 3': log791/retrospective-3.md

markdown_extensions:
- pymdownx.snippets:
Expand Down
38 changes: 19 additions & 19 deletions wiki/mkdocs-fr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: 'Wiki Cedille'
docs_dir: 'docs'
site_dir: 'site'
docs_dir: 'docs/fr'
site_dir: 'site/fr'
repo_url: https://github.com/ClubCedille/Plateforme-Cedille
repo_name: ClubCedille/Plateforme-Cedille

Expand Down Expand Up @@ -55,27 +55,27 @@ extra_css:
- stylesheets/extra.css

nav:
- Accueil: fr/index.md
- Accueil: index.md
- Plateforme Cedille:
- 'Introduction': fr/plateforme-cedille/index.md
- 'Document de vision': fr/plateforme-cedille/vision.md
- 'Cluster kubernetes': fr/plateforme-cedille/cluster-kubernetes.md
- 'Composants matériels': fr/plateforme-cedille/hardware.md
- 'Introduction': plateforme-cedille/index.md
- 'Document de vision': plateforme-cedille/vision.md
- 'Cluster kubernetes': plateforme-cedille/cluster-kubernetes.md
- 'Composants matériels': plateforme-cedille/hardware.md
- Applications:
- 'Index' : 'fr/plateforme-cedille/Applications/index.md'
- 'Déploiement type workload': fr/plateforme-cedille/Applications/deploying-workloads.md
- 'Déploiement type système': fr/plateforme-cedille/Applications/deploying-system-apps.md
- Flux de travail: fr/plateforme-cedille/workflow.md
- Guide de contribution: fr/plateforme-cedille/contribution-guidelines.md
- Comment commencer: fr/plateforme-cedille/getting-started.md
- SRE: fr/plateforme-cedille/sre.md
- 'Index' : 'plateforme-cedille/Applications/index.md'
- 'Déploiement type workload': plateforme-cedille/Applications/deploying-workloads.md
- 'Déploiement type système': plateforme-cedille/Applications/deploying-system-apps.md
- Flux de travail: plateforme-cedille/workflow.md
- Guide de contribution: plateforme-cedille/contribution-guidelines.md
- Comment commencer: plateforme-cedille/getting-started.md
- SRE: plateforme-cedille/sre.md
- Projet - LOG791:
- 'Introduction': fr/log791/index.md
- 'Rapport de projet': fr/log791/rapport.md
- 'Introduction': log791/index.md
- 'Rapport de projet': log791/rapport.md
- Retrospections:
- 'Retrospection 1': fr/log791/retrospective-1.md
- 'Retrospection 2': fr/log791/retrospective-2.md
- 'Retrospection 3': fr/log791/retrospective-3.md
- 'Retrospection 1': log791/retrospective-1.md
- 'Retrospection 2': log791/retrospective-2.md
- 'Retrospection 3': log791/retrospective-3.md

markdown_extensions:
- pymdownx.snippets:
Expand Down
2 changes: 1 addition & 1 deletion wiki/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ http {

server {
listen 8080;
server_name localhost;
server_name _;

location / {
return 301 /fr;
Expand Down

0 comments on commit 22b4a3d

Please sign in to comment.