Skip to content

Commit 89fd606

Browse files
authored
Fix NoticeTag syntax
The message about sharding was not appearing because I had used the NoticeTag as a wrapping tag, which it isn't.
1 parent 38ac253 commit 89fd606

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

learn/multi_search/implement_sharding.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ Sharding is the process of splitting an index containing many documents into mul
1111

1212
This guide walks you through activating the `/network` route, configuring the network object, and performing remote federated searches.
1313

14-
<NoticeTag label="Enterprise Edition">
15-
Sharding is an Enterprise Edition feature. You are free to use for evaluation purposes. Please [reach out to us](mailto:[email protected]) before using it in production.
16-
</NoticeTag>
14+
<NoticeTag label="Enterprise Edition" />
15+
Sharding is an Enterprise Edition feature. You are free to use it for evaluation purposes. Please [reach out to us](mailto:[email protected]) before using it in production.
1716

1817
<Tip>
1918
## Configuring multiple instances

0 commit comments

Comments
 (0)