22 sections : mixed
33nav :
44 - Register and Refine :
5- - Overview : ' register-and-refine/index.md'
5+ - Overview : " register-and-refine/index.md"
66 - Inventory Management :
7- - Overview : ' register-and-refine/inventory-management/index.md'
8- - Table Registry : ' register-and-refine/inventory-management/table-registry/index.md'
9- - Model Catalog : ' register-and-refine/inventory-management/model-catalog/index.md'
10- - Prompts : ' register-and-refine/inventory-management/prompts/index.md'
11- - RAGs : ' register-and-refine/inventory-management/rags/index.md'
12- - Pipelines : ' register-and-refine/inventory-management/pipelines/index.md'
13- - Collaboration : ' register-and-refine/collaboration/index.md'
14- - Version Management : ' register-and-refine/version-management/index.md'
15- - Lineage Tracking : ' register-and-refine/lineage-tracking.md'
16- - Prompt Optimization : ' register-and-refine/prompt-optimization.md'
7+ - Overview : " register-and-refine/inventory-management/index.md"
8+ - Table Registry : " register-and-refine/inventory-management/table-registry/index.md"
9+ - Model Catalog : " register-and-refine/inventory-management/model-catalog/index.md"
10+ - Prompts : " register-and-refine/inventory-management/prompts/index.md"
11+ - RAGs : " register-and-refine/inventory-management/rags/index.md"
12+ - Pipelines : " register-and-refine/inventory-management/pipelines/index.md"
13+ - Collaboration : " register-and-refine/collaboration/index.md"
14+ - Version Management : " register-and-refine/version-management/index.md"
15+ - Lineage Tracking : " register-and-refine/lineage-tracking.md"
16+ - Prompt Optimization : " register-and-refine/prompt-optimization.md"
1717
1818 - Evaluate and Approve :
19- - Overview : ' evaluate-and-approve/index.md'
20- - Simulation : ' evaluate-and-approve/simulation.md'
21- - Comparison : ' evaluate-and-approve/comparison.md'
22- - Reporting : ' evaluate-and-approve/reporting.md'
23- - Approval Workflows : ' evaluate-and-approve/approval-workflows.md'
24- - Human Testing : ' evaluate-and-approve/human-testing.md'
25- - Document Generation : ' evaluate-and-approve/document-generation.md'
19+ - Overview : " evaluate-and-approve/index.md"
20+ - Simulation : " evaluate-and-approve/simulation.md"
21+ - Comparison : " evaluate-and-approve/comparison.md"
22+ - Reporting : " evaluate-and-approve/reporting.md"
23+ - Approval Workflows : " evaluate-and-approve/approval-workflows.md"
24+ - Human Testing : " evaluate-and-approve/human-testing.md"
25+ - Document Generation : " evaluate-and-approve/document-generation.md"
2626
2727 - Deploy and Monitor :
28- - Overview : ' deploy-and-monitor/index.md'
29- - Direct to Production : ' deploy-and-monitor/direct-to-production.md'
30- - Oversight : ' deploy-and-monitor/oversight.md'
31- - Performance : ' deploy-and-monitor/performance.md'
32- - Annotation Queues : ' deploy-and-monitor/annotation-queues.md'
28+ - Overview : " deploy-and-monitor/index.md"
29+ - Direct to Production : " deploy-and-monitor/direct-to-production.md"
30+ - Oversight : " deploy-and-monitor/oversight.md"
31+ - Performance : " deploy-and-monitor/performance.md"
32+ - Annotation Queues : " deploy-and-monitor/annotation-queues.md"
3333
3434 - Integrations :
35- - Overview : ' integrations/index.md'
36- - Evaluation Libraries :
37- - Cleanlab : ' integrations/evaluation_libraries/cleanlab .md'
38- - Integrations :
39- - Overview : ' integrations/Providers_Integration/overview .md'
40- - Google Cloud : ' integrations/Providers_Integration/gemini .md'
41- - AWS : ' integrations/Providers_Integration/aws .md'
42- - Azure : ' integrations/Providers_Integration/azureai .md'
43- - OpenAI : ' integrations/Providers_Integration/openai .md'
44- - HuggingFace : ' integrations/Providers_Integration/huggingface.md '
45- - Anthropic : ' integrations/Providers_Integration/anthropic .md'
35+ - Overview : " integrations/index.md"
36+ - LLM Providers :
37+ - Setting up Integrations : " integrations/llm-providers/index .md"
38+ - GCP VertexAI : " integrations/llm-providers/gcp-vertexai.md "
39+ - AWS Bedrock : " integrations/llm-providers/aws-bedrock .md"
40+ - AzureAI : " integrations/llm-providers/azureai .md"
41+ - OpenAI : " integrations/llm-providers/openai .md"
42+ - HuggingFace : " integrations/llm-providers/huggingface .md"
43+ - Anthropic : " integrations/llm-providers/anthropic .md"
44+ - Evaluation Providers :
45+ - Cleanlab : " integrations/evaluation-providers/cleanlab .md"
4646
4747 - Technology :
4848 - Self Hosted Installation :
49- - Overview : ' technology/self-hosting/index.md'
49+ - Overview : " technology/self-hosting/index.md"
50+ - Minimum Requirements : " technology/self-hosting/installation/minimum-requirements.md"
5051 - Installation :
51- - GCP :
52- - ' technology/self-hosting/installation/GCP/gcp.md'
53- - AWS :
54- - ' technology/self-hosting/installation/AWS/aws.md'
55- - Azure :
56- - ' technology/self-hosting/installation/Azure/azure.md'
57- - On Premss :
58- - ' technology/self-hosting/installation/On Prem/onprem.md'
52+ - GCP :
53+ - Installation on GCP : " technology/self-hosting/installation/gcp/index.md"
54+ - Google Kubernetes Engine (GKE) : " technology/self-hosting/installation/gcp/gcp-gke.md"
55+ - Google Compute Engine VMs (GCE) : " technology/self-hosting/installation/gcp/gcp-vms.md"
56+ - AWS :
57+ - Installation on AWS : " technology/self-hosting/installation/aws/index.md"
58+ - Amazon Fargate : " technology/self-hosting/installation/aws/aws-fargate.md"
59+ - Amazon Elastic Kubernetes Service (EKS) : " technology/self-hosting/installation/aws/aws-eks.md"
60+ - Amazon Elastic Compute Cloud (EC2) : " technology/self-hosting/installation/aws/aws-ec2.md"
61+ - Azure :
62+ - Installation on Azure : " technology/self-hosting/installation/azure/index.md"
63+ - Azure Kubernetes Service (AKS) : " technology/self-hosting/installation/azure/azure-aks.md"
64+ - Azure Virtual Machines : " technology/self-hosting/installation/azure/azure-vms.md"
65+ - On Prem :
66+ - Installation On Prem : " technology/self-hosting/installation/on-prem/index.md"
67+ - Bundle Install : " technology/self-hosting/installation/on-prem/bundle-install.md"
68+ - Docker Containers : " technology/self-hosting/installation/on-prem/docker.md"
5969 - Configurations :
60- - ' technology/self-hosting/configurations/*'
61- - Hardening - Security : ' technology/self-hosting/hardening.md'
70+ - " technology/self-hosting/configurations/*"
71+ - Hardening - Security : " technology/self-hosting/hardening.md"
6272 - Scaling :
63- - ' technology/self-hosting/scaling/*'
73+ - " technology/self-hosting/scaling/*"
0 commit comments