Skip to content

Commit bd5d598

Browse files
committed
Reformatting toctree
1 parent c04bc22 commit bd5d598

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ For simple edits, you don't need a local build environment.
1919
### Previewing locally
2020

2121
```bash
22-
# install doc-builder (if not done already)
23-
pip install hf-doc-builder
22+
# install doc-builder (if not done already) - (need to build from source https://github.com/huggingface/doc-builder, pypi package is out of date)
23+
# pip install hf-doc-builder
2424

2525
# you may also need to install some extra dependencies
2626
pip install black watchdog

docs/hub/_toctree.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -53,34 +53,34 @@
5353
- local: xet/index
5454
title: Open Source Xet Protocol
5555
sections:
56-
- local: xet/index
57-
title: Building a client library for xet storage
58-
sections:
59-
- local: xet/upload-protocol
60-
title: Upload Protocol
61-
- local: xet/download-protocol
62-
title: Download Protocol
63-
- local: xet/api
64-
title: CAS API
65-
- local: xet/auth
66-
title: Authentication and Authorization
67-
- local: xet/file-id
68-
title: Hugging Face Hub Files Conversion to Xet File ID's
69-
- local: xet/index
70-
title: Overall Xet architecture
71-
sections:
72-
- local: xet/chunking
73-
title: Content-Defined Chunking
74-
- local: xet/hashing
75-
title: Hashing Methods
76-
- local: xet/file-reconstruction
77-
title: File Reconstruction
78-
- local: xet/xorb
79-
title: Xorb Format
80-
- local: xet/shard
81-
title: Shard Format
82-
- local: xet/deduplication
83-
title: Deduplication
56+
- local: xet/index#building-a-client-library-for-xet-storage
57+
title: Building a client library for xet storage
58+
sections:
59+
- local: xet/upload-protocol
60+
title: Upload Protocol
61+
- local: xet/download-protocol
62+
title: Download Protocol
63+
- local: xet/api
64+
title: CAS API
65+
- local: xet/auth
66+
title: Authentication and Authorization
67+
- local: xet/file-id
68+
title: Hub files conversion to Xet File ID's
69+
- local: xet/index#overall-xet-architecture
70+
title: Overall Xet architecture
71+
sections:
72+
- local: xet/chunking
73+
title: Content-Defined Chunking
74+
- local: xet/hashing
75+
title: Hashing Methods
76+
- local: xet/file-reconstruction
77+
title: File Reconstruction
78+
- local: xet/xorb
79+
title: Xorb Format
80+
- local: xet/shard
81+
title: Shard Format
82+
- local: xet/deduplication
83+
title: Deduplication
8484
- local: repositories-pull-requests-discussions
8585
title: Pull Requests & Discussions
8686
- local: notifications

0 commit comments

Comments
 (0)