@@ -99,5 +99,252 @@ export const sidebar = [
9999 ]
100100 }
101101 ]
102+ } ,
103+ {
104+ text : 'RustFS verwalten' ,
105+ // collapsed: true,
106+ home : true ,
107+ items : [
108+ {
109+ text : 'Bucket-Verwaltung' ,
110+ link : '/de/management/bucket/index' ,
111+ items : [
112+ {
113+ text : 'Bucket-Erstellung' ,
114+ link : '/de/management/bucket/creation'
115+ } ,
116+ {
117+ text : 'Bucket-Löschung' ,
118+ link : '/de/management/bucket/deletion'
119+ }
120+ ]
121+ } ,
122+ {
123+ text : 'Objektverwaltung' ,
124+ link : '/de/management/object/index' ,
125+ items : [
126+ {
127+ text : 'Objekt-Upload' ,
128+ link : '/de/management/object/creation'
129+ } ,
130+ {
131+ text : 'Objekt-Löschung' ,
132+ link : '/de/management/object/deletion'
133+ }
134+ ]
135+ } ,
136+ {
137+ text : 'Objekt-Scanner' ,
138+ link : '/de/management/object/scanner'
139+ }
140+ ]
141+ } ,
142+ {
143+ text : 'Upgrade, Erweiterung und Deinstallation' ,
144+ link : '/de/upgrade-scale/index' ,
145+ // collapsed: true,
146+ home : true ,
147+ items : [
148+ {
149+ text : 'Verfügbarkeit und Erweiterungserklärung' ,
150+ link : '/de/upgrade-scale/availability-and-resiliency'
151+ }
152+ ]
153+ } ,
154+ {
155+ text : 'Fehlerbehebung' ,
156+ link : '/de/troubleshooting/index' ,
157+ // collapsed: true,
158+ home : true ,
159+ items : [
160+ {
161+ text : 'Festplattenfehler' ,
162+ link : '/de/troubleshooting/driver'
163+ } ,
164+ {
165+ text : 'Objektprüfung und automatische Wiederherstellung' ,
166+ link : '/de/troubleshooting/healing'
167+ } ,
168+ {
169+ text : 'Knotenfehler' ,
170+ link : '/de/troubleshooting/node'
171+ }
172+ ]
173+ } ,
174+ {
175+ text : 'Systemverwaltung' ,
176+ link : '/de/administration/index' ,
177+ // collapsed: true,
178+ home : true ,
179+ items : [
180+ {
181+ text : 'IAM-Verwaltung' ,
182+ link : '/de/administration/iam' ,
183+ items : [
184+ {
185+ text : 'Zugriffstoken' ,
186+ link : '/de/administration/iam/access-token'
187+ }
188+ ]
189+ }
190+ ]
191+ } ,
192+ {
193+ text : 'Integration' ,
194+ // collapsed: true,
195+ home : true ,
196+ items : [
197+ {
198+ text : 'Nginx Reverse-Proxy-Konfiguration' ,
199+ link : '/de/integration/nginx'
200+ } ,
201+ {
202+ text : 'Virtueller Host-Modus-Konfiguration' ,
203+ link : '/de/integration/virtual'
204+ } ,
205+ {
206+ text : 'TLS-Konfiguration' ,
207+ link : '/de/integration/tls-configured'
208+ }
209+ ]
210+ } ,
211+ {
212+ text : 'Entwickler' ,
213+ // collapsed: true,
214+ home : true ,
215+ items : [
216+ {
217+ text : 'MCP' ,
218+ link : '/de/developer/mcp'
219+ } ,
220+ {
221+ text : 'MinIO Client' ,
222+ link : '/de/developer/mc'
223+ } ,
224+ {
225+ text : 'SDK' ,
226+ link : '/de/developer/sdk/index' ,
227+ items : [
228+ {
229+ text : 'Java' ,
230+ link : '/de/developer/sdk/java'
231+ } ,
232+ {
233+ text : 'Python' ,
234+ link : '/de/developer/sdk/python'
235+ } ,
236+ {
237+ text : 'Rust' ,
238+ link : '/de/developer/sdk/rust'
239+ } ,
240+ {
241+ text : 'JavaScript' ,
242+ link : '/de/developer/sdk/javascript'
243+ } ,
244+ {
245+ text : 'TypeScript' ,
246+ link : '/de/developer/sdk/typescript'
247+ } ,
248+ {
249+ text : 'Andere SDKs' ,
250+ link : '/de/developer/sdk/other'
251+ }
252+ ]
253+ } ,
254+ {
255+ text : 'S3-kompatible API' ,
256+ link : '/de/developer/api'
257+ } ,
258+ {
259+ text : 'Open-Source-Lizenz' ,
260+ link : '/de/developer/license'
261+ }
262+ ]
263+ } ,
264+ {
265+ text : 'Produktfunktionen' ,
266+ // collapsed: true,
267+ home : true ,
268+ items : [
269+ {
270+ text : 'Verteilt' ,
271+ link : '/de/features/distributed/'
272+ } ,
273+ {
274+ text : 'Protokollverwaltung' ,
275+ link : '/de/features/logging/'
276+ } ,
277+ {
278+ text : 'Versionskontrolle' ,
279+ link : '/de/features/versioning/'
280+ } ,
281+ {
282+ text : 'S3-Kompatibilität' ,
283+ link : '/de/features/s3-compatibility/'
284+ } ,
285+ {
286+ text : 'Objektstufe und schreibgeschützt' ,
287+ link : '/de/features/worm/'
288+ } ,
289+ {
290+ text : 'Regionsübergreifende Replikation' ,
291+ link : '/de/features/replication/'
292+ } ,
293+ {
294+ text : 'Verschlüsselung' ,
295+ link : '/de/features/encryption/'
296+ } ,
297+ {
298+ text : 'Lebenszyklusverwaltung' ,
299+ link : '/de/features/lifecycle/'
300+ }
301+ ]
302+ } ,
303+ {
304+ text : 'Lösungen' ,
305+ // collapsed: true,
306+ home : true ,
307+ items : [
308+ {
309+ text : 'Moderner Data Lake' ,
310+ link : '/de/features/data-lake/'
311+ } ,
312+ {
313+ text : 'KI und maschinelles Lernen' ,
314+ link : '/de/features/ai/'
315+ } ,
316+ {
317+ text : 'Cloud-nativ' ,
318+ link : '/de/features/cloud-native/'
319+ } ,
320+ {
321+ text : 'Big Data Computing-Speicher-Trennung' ,
322+ link : '/de/features/hdfs/'
323+ } ,
324+ {
325+ text : 'SQL-Unterstützung' ,
326+ link : '/de/features/sql-server/'
327+ } ,
328+ {
329+ text : 'Quantitativer Handel' ,
330+ link : '/de/features/quantitative-trading/'
331+ } ,
332+ {
333+ text : 'Herstellungsindustrie-Kostensenkung' ,
334+ link : '/de/features/industry/'
335+ } ,
336+ {
337+ text : 'Kaltarchiv-Speicher' ,
338+ link : '/de/features/cold-archiving/'
339+ } ,
340+ {
341+ text : 'Videospeicher-Lösung' ,
342+ link : '/de/features/video/'
343+ } ,
344+ {
345+ text : 'Inländische Innovation und SM-Lösung' ,
346+ link : '/de/features/domestic/'
347+ }
348+ ]
102349 }
103350]
0 commit comments