Skip to content

Commit 93aeefd

Browse files
committed
Reorganize Storage Backend docs
1 parent c832190 commit 93aeefd

File tree

6 files changed

+16
-222
lines changed

6 files changed

+16
-222
lines changed

docs/hub/_toctree.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,19 @@
4747
title: Repository Settings
4848
- local: storage-limits
4949
title: Storage Limits
50-
- local: storage-backends
51-
title: Storage Backends
50+
- local: xet/index
51+
title: Storage Backend (Xet)
52+
sections:
53+
- local: xet/overview
54+
title: Xet History & Overview
55+
- local: xet/using-xet-storage
56+
title: Using Xet Storage
57+
- local: xet/deduplication
58+
title: Deduplication
59+
- local: xet/legacy-git-lfs
60+
title: Backwards Compatibility & Legacy
61+
- local: xet/security
62+
title: Security
5263
- local: repositories-pull-requests-discussions
5364
title: Pull Requests & Discussions
5465
- local: notifications

docs/hub/repositories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In these pages, you will go over the basics of getting started with Git and Xet
1717
- [Getting Started with Repositories](./repositories-getting-started)
1818
- [Settings](./repositories-settings)
1919
- [Storage Limits](./storage-limits)
20-
- [Storage Backend - Xet](./storage-backends)
20+
- [Storage Backend (Xet)](/.xet)
2121
- [Pull Requests & Discussions](./repositories-pull-requests-discussions)
2222
- [Pull Requests advanced usage](./repositories-pull-requests-discussions#pull-requests-advanced-usage)
2323
- [Collections](./collections)

docs/hub/storage-backends.md renamed to docs/hub/xet/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Xet Storage
1+
# Xet: our Storage Backend
22

33
Repositories on the Hugging Face Hub are different from those on software development platforms. They contain files that are:
44

@@ -13,14 +13,13 @@ Instead, on the Hub, these large files are tracked using "pointer files" and ide
1313

1414
Historically, Hub repositories have relied on [Git LFS](https://git-lfs.com/) for this mechanism. While Git LFS remains supported (see [Backwards Compatibility & Legacy](./xet/legacy-git-lfs)), the Hub has adopted Xet, a modern custom storage system built specifically for AI/ML development. It enables chunk-level deduplication, smaller uploads, and faster downloads than Git LFS.
1515

16-
In these pages you will get started in using Xet Storage, including the open-source Xet protocol.
16+
In these pages you will get started in using Xet Storage.
1717

1818
## Contents
1919

2020
- [Xet History & Overview](./xet/overview)
2121
- [Using Xet Storage](./xet/using-xet-storage)
2222
- [Deduplication](./xet/deduplication)
23-
- [Open Source Xet Protocol](./xet/protocol/index)
2423
- [Backwards Compatibility & Legacy](./xet/legacy-git-lfs)
2524
- [Security](./xet/security)
2625

docs/hub/xet/protocol/architecture.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/hub/xet/protocol/building-client.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/hub/xet/protocol/deduplication.md

Lines changed: 0 additions & 189 deletions
This file was deleted.

0 commit comments

Comments
 (0)