Skip to content

Commit 800c0c2

Browse files
committed
update toc
1 parent 08f5bc5 commit 800c0c2

File tree

6 files changed

+34
-88
lines changed

6 files changed

+34
-88
lines changed

.github/workflows/xet_build_documentation.yml

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

.github/workflows/xet_build_pr_documentation.yml

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

.github/workflows/xet_upload_pr_documentation.yml

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

docs/hub/_toctree.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,3 +454,36 @@
454454
title: Hub API Endpoints
455455
- local: oauth
456456
title: Sign-In with HF
457+
458+
- local: xet/index
459+
title: Xet Protocol Specification
460+
isExpanded: false
461+
sections:
462+
- title: Building a client library for xet storage
463+
isExpanded: true
464+
sections:
465+
- local: xet/download-protocol
466+
title: Download Protocol
467+
- local: xet/upload-protocol
468+
title: Upload Protocol
469+
- local: xet/api
470+
title: CAS API
471+
- local: xet/auth
472+
title: Authentication and Authorization
473+
- local: xet/file-id
474+
title: Hugging Face Hub Files Conversion to Xet File ID's
475+
- title: Overall Xet architecture
476+
isExpanded: true
477+
sections:
478+
- local: xet/chunking
479+
title: Content-Defined Chunking
480+
- local: xet/hashing
481+
title: Hashing Methods
482+
- local: xet/file-reconstruction
483+
title: File Reconstruction
484+
- local: xet/xorb
485+
title: Xorb Format
486+
- local: xet/shard
487+
title: Shard Format
488+
- local: xet/deduplication
489+
title: Deduplication

docs/hub/xet/_toctree.yml

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

docs/hub/xet/shard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ struct MDBShardFileHeader {
132132
4. Verify version equals 2
133133
5. Read 8 bytes for footer_size (u64)
134134

135-
> when serializing, footer_size MUST be the number of bytes that make up the footer, or 0 if the footer is omitted.
135+
> When serializing, footer_size MUST be the number of bytes that make up the footer, or 0 if the footer is omitted.
136136
137137
## 2. File Info Section
138138

0 commit comments

Comments
 (0)