Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Feb 14, 2025
1 parent 8a41943 commit 9f3475a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/content/docs/guides/sidebar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ The configuration above generates the following sidebar:
Starlight can automatically generate a group in your sidebar based on a directory of your docs.
This is helpful when you do not want to manually enter each sidebar item in a group.

By default, pages are sorted in alphabetical order according to the file [`slug`](/reference/overrides/#slug).
By default, pages are sorted in alphabetical order according to the file [`slug`](/reference/route-data/#slug).

Add an autogenerated group using an object with `label` and `autogenerate` properties. Your `autogenerate` configuration must specify the `directory` to use for sidebar entries. For example, with the following configuration:

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/hi/guides/overriding-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const { title } = Astro.props.entry.data;
</style>
```

[ओवरराइड्स संदर्भ](/hi/reference/overrides/#component-props) में सभी उपलब्ध प्रॉप्स के बारे में और जानें।
[ओवरराइड्स संदर्भ](/hi/reference/route-data/) में सभी उपलब्ध प्रॉप्स के बारे में और जानें।

### केवल विशिष्ट पृष्ठों पर ही ओवरराइड करें

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/hi/guides/sidebar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ starlight({
Starlight स्वचालित रूप से आपके दस्तावेज़ों की निर्देशिका के आधार पर आपके साइडबार में एक समूह उत्पन्न कर सकता है।
यह तब सहायक होता है जब आप किसी समूह में प्रत्येक साइडबार आइटम को मैन्युअल रूप से दर्ज नहीं करना चाहते हैं।

डिफ़ॉल्ट रूप से, पेजों को फ़ाइल [`slug`](/hi/reference/overrides/#slug) के अनुसार वर्णानुक्रम में क्रमबद्ध किया जाता है।
डिफ़ॉल्ट रूप से, पेजों को फ़ाइल [`slug`](/hi/reference/route-data/#slug) के अनुसार वर्णानुक्रम में क्रमबद्ध किया जाता है।

`label` और `autogenerate` गुणों वाले ऑब्जेक्ट का उपयोग करके एक स्वतः निर्मित समूह जोड़ें। साइडबार प्रविष्टियों के लिए उपयोग करने के लिए आपके `autogenerate` कॉन्फ़िगरेशन को `directory` निर्दिष्ट करना होगा। उदाहरण के लिए, निम्नलिखित कॉन्फ़िगरेशन के साथ:

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/id/guides/overriding-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const { title } = Astro.props.entry.data;
</style>
```

Pelajari lebih lanjut tentang semua prop yang tersedia di [Referensi Penggantian](/id/reference/overrides/#component-props).
Pelajari lebih lanjut tentang semua prop yang tersedia di [Referensi Penggantian](/id/reference/route-data/).

### Mengganti komponen hanya pada halaman tertentu

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/id/guides/sidebar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Starlight dapat secara otomatis membuat grup di sidebar Anda berdasarkan direkto
Ini berguna ketika Anda tidak ingin memasukkan setiap item sidebar secara manual ke dalam grup.
Halaman akan diurutkan secara alfabetis berdasarkan nama file secara default.

Secara default, halaman diurutkan berdasarkan abjad menurut file [`slug`](/id/reference/overrides/#slug).
Secara default, halaman diurutkan berdasarkan abjad menurut file [`slug`](/id/reference/route-data/#slug).

Tambahkan grup yang dihasilkan secara otomatis menggunakan objek dengan properti `label` dan `autogenerate`. Konfigurasi `autogenerate` Anda harus menentukan `directory` yang akan digunakan untuk entri sidebar. Sebagai contoh, dengan konfigurasi berikut:

Expand Down

0 comments on commit 9f3475a

Please sign in to comment.