Skip to content

Commit 91225fe

Browse files
docs(nx-dev): add documents for plugins (#32302)
add the plugin "documents" sections. this includes the guides/concepts/intro pages for each item.
1 parent 2373b45 commit 91225fe

File tree

115 files changed

+17281
-36
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+17281
-36
lines changed

astro-docs/sidebar.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import type { StarlightUserConfig } from '@astrojs/starlight/types';
22
import { getPluginItems } from './src/plugins/utils/plugin-mappings';
3+
34
export const sidebar: StarlightUserConfig['sidebar'] = [
45
{
56
label: 'Getting Started',
@@ -29,7 +30,7 @@ export const sidebar: StarlightUserConfig['sidebar'] = [
2930
{
3031
label: 'TypeScript',
3132
collapsed: true,
32-
items: getPluginItems('js', 'typescript'),
33+
items: getPluginItems('js'),
3334
},
3435
{
3536
label: 'Angular',
20.9 KB
Loading
37.2 KB
Loading
74.9 KB
Loading
98.8 KB
Loading
181 KB
Loading
132 KB
Loading
88.7 KB
Loading
42.2 KB
Binary file not shown.
36.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)