Skip to content

Commit 8933c8c

Browse files
committed
.
1 parent 7be438a commit 8933c8c

File tree

1 file changed

+0
-95
lines changed

1 file changed

+0
-95
lines changed

website/rspress.config.ts

Lines changed: 0 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -96,100 +96,6 @@ const sidebar12x = {
9696
],
9797
};
9898

99-
const sidebar13x = {
100-
'/13.x/docs/': [
101-
{
102-
text: 'Getting started',
103-
items: [
104-
{ text: 'Introduction', link: '/13.x/docs/start/intro' },
105-
{ text: 'Quick Start', link: '/13.x/docs/start/quick-start' },
106-
],
107-
},
108-
{
109-
text: 'API reference',
110-
items: [
111-
{ text: 'Render function', link: '/13.x/docs/api/render' },
112-
{ text: 'Screen object', link: '/13.x/docs/api/screen' },
113-
{ text: 'Queries', link: '/13.x/docs/api/queries' },
114-
{ text: 'Jest Matchers', link: '/13.x/docs/api/jest-matchers' },
115-
{
116-
text: 'Triggering events',
117-
items: [
118-
{ text: 'Fire Event', link: '/13.x/docs/api/events/fire-event' },
119-
{ text: 'User Event', link: '/13.x/docs/api/events/user-event' },
120-
],
121-
},
122-
{
123-
text: 'Miscellaneous',
124-
items: [
125-
{ text: 'Accessibility', link: '/13.x/docs/api/misc/accessibility' },
126-
{ text: 'Async utilities', link: '/13.x/docs/api/misc/async' },
127-
{ text: 'Config', link: '/13.x/docs/api/misc/config' },
128-
{ text: 'Other', link: '/13.x/docs/api/misc/other' },
129-
{ text: 'Render Hook', link: '/13.x/docs/api/misc/render-hook' },
130-
],
131-
},
132-
],
133-
},
134-
{
135-
text: 'Guides',
136-
items: [
137-
{ text: 'How to Query', link: '/13.x/docs/guides/how-to-query' },
138-
{ text: 'Common Mistakes', link: '/13.x/docs/guides/common-mistakes' },
139-
{ text: 'React 19', link: '/13.x/docs/guides/react-19' },
140-
{ text: 'Troubleshooting', link: '/13.x/docs/guides/troubleshooting' },
141-
{ text: 'FAQ', link: '/13.x/docs/guides/faq' },
142-
{ text: 'Community Resources', link: '/13.x/docs/guides/community-resources' },
143-
],
144-
},
145-
{
146-
text: 'Advanced Guides',
147-
items: [
148-
{ text: 'Testing Environment', link: '/13.x/docs/advanced/testing-env' },
149-
{ text: 'Third-party Integration', link: '/13.x/docs/advanced/third-party-integration' },
150-
{ text: 'Understanding Act', link: '/13.x/docs/advanced/understanding-act' },
151-
],
152-
},
153-
{
154-
text: 'Migration Guides',
155-
collapsed: true,
156-
items: [
157-
{ text: 'v13 Migration', link: '/13.x/docs/migration/v13' },
158-
{ text: 'Jest Matchers', link: '/13.x/docs/migration/jest-matchers' },
159-
{
160-
text: 'Previous versions',
161-
collapsed: true,
162-
items: [
163-
{ text: 'v12', link: '/13.x/docs/migration/previous/v12' },
164-
{ text: 'v11', link: '/13.x/docs/migration/previous/v11' },
165-
{ text: 'v9', link: '/13.x/docs/migration/previous/v9' },
166-
{ text: 'v7', link: '/13.x/docs/migration/previous/v7' },
167-
{ text: 'v2', link: '/13.x/docs/migration/previous/v2' },
168-
],
169-
},
170-
],
171-
},
172-
],
173-
'/13.x/cookbook/': [
174-
{ text: 'Cookbook', link: '/13.x/cookbook/' },
175-
{
176-
text: 'Basic Recipes',
177-
items: [
178-
{ text: 'Async Tests', link: '/13.x/cookbook/basics/async-tests' },
179-
{ text: 'Custom Render', link: '/13.x/cookbook/basics/custom-render' },
180-
],
181-
},
182-
{
183-
text: 'Advanced Recipes',
184-
items: [{ text: 'Network Requests', link: '/13.x/cookbook/advanced/network-requests' }],
185-
},
186-
{
187-
text: 'State Management Recipes',
188-
items: [{ text: 'Jotai', link: '/13.x/cookbook/state-management/jotai' }],
189-
},
190-
],
191-
};
192-
19399
const sidebar14x = {
194100
'/14.x/docs/': [
195101
{
@@ -414,7 +320,6 @@ export default defineConfig({
414320
sidebar: {
415321
...sidebarDefault,
416322
...sidebar12x,
417-
...sidebar13x,
418323
...sidebar14x,
419324
},
420325
},

0 commit comments

Comments
 (0)