Skip to content

Commit

Permalink
docs: changed to md files
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmachan committed Oct 13, 2024
1 parent 44cd647 commit 1e64613
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,16 @@ nav:
- howtos/customizations/index.md
- General:
- Customise models: howtos/customizations/customize_models.md
- Run Config: howtos/customizations/run_config.ipynb
- Run Config: howtos/customizations/run_config.md
- Metrics:
- Modify Prompts: howtos/customizations/metrics/modifying-prompts-metrics.ipynb
- Add Custom Metrics: howtos/customizations/metrics/write_your_own_metric.ipynb
- Modify Prompts: howtos/customizations/metrics/modifying-prompts-metrics.md
- Add Custom Metrics: howtos/customizations/metrics/write_your_own_metric.md
- Testset Generation:
- Add custom scenarios: howtos/customizations/testset_generation/add_custom_scenarios.md
- Seed Generation with Production Data: howtos/customizations/testset_generation/seed_generation_with_production_data.md
- Applications:
- howtos/applications/index.md
- Cost Analysis: howtos/applications/cost.md
- Integrations:
- howtos/integrations/index.md
- 📖 References:
Expand Down Expand Up @@ -214,17 +215,6 @@ plugins:
merge_init_into_class: true
show_signature_annotations: true
signature_crossrefs: true
- mkdocs-jupyter:
execute: false
include: ["*.ipynb"]
ignore: ["*.md"]
jupyter_options:
hide_input: false
hide_output: false
code_folding: true
code_line_numbers: true
jupyter_images: true
jupyter_table_beautifier: true
- glightbox

extra_javascript:
Expand Down

0 comments on commit 1e64613

Please sign in to comment.