Skip to content

Commit

Permalink
Add admonitions about V1 docs to V2 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidberenstein1957 committed Jun 13, 2024
1 parent 18de6fa commit 643d101
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 21 deletions.
26 changes: 5 additions & 21 deletions argilla/docs/how_to_guides/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
description: These are the how-to guides for the the Argilla Python SDK SDK. They provide step-by-step instructions for common scenarios, including detailed explanations and code samples.
description: These are the how-to guides for the Argilla Python SDK. They provide step-by-step instructions for common scenarios, including detailed explanations and code samples.
hide: toc
---

# How-to guides

These are the how-to guides for the *the Argilla Python SDK SDK*. They provide step-by-step instructions for common scenarios, including detailed explanations and code samples.
These are the how-to guides for *the Argilla Python SDK*. They provide step-by-step instructions for common scenarios, including detailed explanations and code samples.

<div class="grid cards" markdown>

Expand Down Expand Up @@ -49,28 +49,12 @@ These are the how-to guides for the *the Argilla Python SDK SDK*. They provide s

[:octicons-arrow-right-24: How-to guide](query_export.md)

<!-- - :material-scale-balance:{ .lg .middle } __Distribute annotation work__
- __Migrate to Argilla V2__

---

Learn how to distribute [`Records`](#) to [`Users`](#) and [`Workspaces`](#) for managing annotation efforts the way you require.
Learn how to migrate your legacy datasets from Argilla 1.x to 2.x.

[:octicons-arrow-right-24: License](#)
- :material-scale-balance:{ .lg .middle } __Evaluate annotators and models with metrics and KPIs__
---
Learn how to evaluate [`Users`](#) and Models with [`Metrics`](#) and [`KPIs`](#) to ensure the quality of your data, models and annotations.
[:octicons-arrow-right-24: License](#)
- :material-scale-balance:{ .lg .middle } __Fine-tune a model__
---
Learn how to fine-tune your own model with [`transformers`](#) and take ownership of your data and models.
[:octicons-arrow-right-24: License](#) -->
[:octicons-arrow-right-24: How-to guide](migrate_from_legacy_datasets.md)

</div>
1 change: 1 addition & 0 deletions argilla/docs/how_to_guides/migrate_from_legacy_datasets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Migrate your legacy datasets to Argilla V2
9 changes: 9 additions & 0 deletions argilla/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ hide: navigation

Argilla is a **collaboration platform for AI engineers and domain experts** that require **high-quality outputs, full data ownership, and overall efficiency**.

!!! SUCCESS "Welcome to Argilla 2.x!"
To skip the introductions and go directly to installing and creating your first dataset, see [Quickstart](getting_started/quickstart/).

!!! DANGER "Looking for Argilla 1.x?"
Looking for documentation for Argilla 1.x? Visit the latest release [here](https://docs.argilla.io/en/latest/).

!!! NOTE "Migrate to Argilla 2.x"
Want to learn how to migrate from Argilla 1.x to 2.x? Take a look at our dedicated [Migration Guide](how_to_guides/migrate_from_legacy_datasets.md).

<div class="grid cards" markdown>

- __Get started in 5 minutes!__
Expand Down
1 change: 1 addition & 0 deletions argilla/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ nav:
- Manage and create datasets: how_to_guides/dataset.md
- Add, update, and delete records: how_to_guides/record.md
- Query, filter, and export records: how_to_guides/query_export.md
- Migrate your legacy datasets to Argilla V2: how_to_guides/migrate_from_legacy_datasets.md
- API Reference:
- Python SDK: reference/argilla/
- Community:
Expand Down

0 comments on commit 643d101

Please sign in to comment.