Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(nav): update navigation layout #1929

Merged
merged 1 commit into from
Jan 8, 2024
Merged
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
24 changes: 12 additions & 12 deletions mkdocs-en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ extra:
# Page tree
nav:
- Getting Started: index.md
- Storage:
- Overview: 5-Storage/Overview.md
- Disks: 5-Storage/Disks.md
- Azure Blob Storage: 5-Storage/AzureBlobStorage.md
- Analysis:
- Overview: 1-Experiments/Overview.md
- Virtual Environments: 1-Experiments/Virtual-Environments.md
Expand All @@ -82,25 +86,19 @@ nav:
- SweetViz: 1-Experiments/Notebooks/SweetViz_EN.ipynb
- VisualPython: 1-Experiments/Notebooks/VisualPython_EN.ipynb
- YData Profiling: 1-Experiments/Notebooks/YData-Profiling_EN.ipynb
- Collaboration:
- Overview: 4-Collaboration/Overview.md
- Request a Namespace: 4-Collaboration/Request-a-Namespace.md
- GEA: 4-Collaboration/Geospatial-Analytical-Environment.md
- Gitlab:
- Gitlab: 6-Gitlab/Gitlab.md
- Publishing:
- Overview: 2-Publishing/Overview.md
- R Shiny: 2-Publishing/R-Shiny.md
- Dash: 2-Publishing/Dash.md
- Datasette: 2-Publishing/Datasette.md
- Power BI: 2-Publishing/PowerBI.md
- Custom: 2-Publishing/Custom.md
- Pipelines:
- Argo: 3-Pipelines/Argo.md
- Collaboration:
- Overview: 4-Collaboration/Overview.md
- Request a Namespace: 4-Collaboration/Request-a-Namespace.md
- GEA: 4-Collaboration/Geospatial-Analytical-Environment.md
- Storage:
- Overview: 5-Storage/Overview.md
- Disks: 5-Storage/Disks.md
- Azure Blob Storage: 5-Storage/AzureBlobStorage.md
- Gitlab:
- Gitlab: 6-Gitlab/Gitlab.md
- MLOps:
- Overview: 7-MLOps/Overview.md
- Machine Learning Models: 7-MLOps/Machine-Learning.md
Expand All @@ -111,6 +109,8 @@ nav:
- Example Notebooks:
- Seldon Iris Classifier: 7-MLOps/sklearn_iris_jsondata.ipynb
- Integrate with External PaaS: 7-MLOps/PaaS-Integration.md
- Pipelines:
- Argo: 3-Pipelines/Argo.md
- MicroSim:
- Getting Started: 8-MicroSim/GettingStarted.md
- Help/Contact: Help.md
26 changes: 14 additions & 12 deletions mkdocs-fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ extra:
# Page tree
nav:
- Démarrage: index.md
- Stockage:
- Aperçu: 5-Stockage/Aperçu.md
- Disque: 5-Stockage/Disque.md
- Azure Blob Storage: 5-Stockage/StockageBlobAzure.md
- Analyse:
- Aperçu: 1-Experiences/Apercu.md
- Environnements virtuels: 1-Experiences/Environnements-virtuels.md
Expand All @@ -82,24 +86,18 @@ nav:
- SweetViz: 1-Experiences/bloc-notes/SweetViz_FR.ipynb
- VisualPython: 1-Experiences/bloc-notes/VisualPython_FR.ipynb
- YData Profiling: 1-Experiences/bloc-notes/YData-Profiling_FR.ipynb
- Publication:
- R Shiny: 2-Publication/R-Shiny.md
- Dash: 2-Publication/Dash.md
- Datasette: 2-Publication/Datasette.md
- Power BI: 2-Publication/PowerBI.md
- Sur mesure: 2-Publication/Sur-mesure.md
- Pipelines:
- Argo: 3-Pipelines/Argo.md
- Collaboration:
- Aperçu: 4-Collaboration/Aperçu.md
- Demander un espace de nom: 4-Collaboration/Demander-EspaceDeNom.md
- EAG: 4-Collaboration/Environnement-Analyse-Geospatiale.md
- Stockage:
- Aperçu: 5-Stockage/Aperçu.md
- Disque: 5-Stockage/Disque.md
- Azure Blob Storage: 5-Stockage/StockageBlobAzure.md
- Gitlab:
- Gitlab: 6-Gitlab/Gitlab.md
- Publication:
- R Shiny: 2-Publication/R-Shiny.md
- Dash: 2-Publication/Dash.md
- Datasette: 2-Publication/Datasette.md
- Power BI: 2-Publication/PowerBI.md
- Sur mesure: 2-Publication/Sur-mesure.md
- MLOps:
- Aperçu: 7-MLOps/Aperçu.md
- Modèles d'apprentissage automatique: 7-MLOps/Modèles-d'apprentissage-automatique.md
Expand All @@ -110,4 +108,8 @@ nav:
- Bloc-note d'exemple:
- Classificateur Seldon Iris : 7-MLOps/sklearn_iris_jsondata.ipynb
- Intégration avec PaaS externe: 7-MLOps/Integration-PaaS.md
- Pipelines:
- Argo: 3-Pipelines/Argo.md
- MicroSim:
- Démarrage: 8-MicroSim/demarrage.md
- Aide/Contactez-nous: Aide.md
Loading