@@ -15,6 +15,11 @@ module.exports = {
1515 title : 'Nushell' ,
1616 description : 'Eine neue Art von Shell.' ,
1717 } ,
18+ '/tr/' : {
19+ lang : 'tr' ,
20+ title : 'Nushell' ,
21+ description : 'A new type of shell.' ,
22+ } ,
1823 '/es/' : {
1924 lang : 'es' ,
2025 title : 'Nushell' ,
@@ -244,6 +249,94 @@ module.exports = {
244249 ] ,
245250 } ,
246251 } ,
252+ '/tr/' : {
253+ selectText : 'Languages' ,
254+ label : 'Turkish' ,
255+ editLinkText : 'Edit this page on GitHub' ,
256+ nav : [
257+ { text : 'Book' , link : '/tr/book/' } ,
258+ // { text: "Contributor Book", link: "/contributor-book/" },
259+ { text : 'Cookbook' , link : '/cookbook/' } ,
260+ { text : 'Blog' , link : '/blog/' } ,
261+ ] ,
262+ sidebar : {
263+ '/tr/book/' : [
264+ {
265+ title : 'Getting Started' ,
266+ collapsable : false ,
267+ children : [
268+ '' ,
269+ // 'installation',
270+ // 'thinking_in_nushell',
271+ // 'moving_around',
272+ ] ,
273+ } ,
274+ {
275+ title : 'Nu Fundamentals' ,
276+ collapsable : false ,
277+ children : [
278+ // 'types_of_data',
279+ // 'loading_data',
280+ // 'working_with_strings',
281+ // 'working_with_lists',
282+ // 'working_with_tables',
283+ // 'pipeline',
284+ // 'command_reference',
285+ ] ,
286+ } ,
287+ {
288+ title : 'Programming in Nu' ,
289+ collapsable : false ,
290+ children : [
291+ // 'custom_commands',
292+ // 'aliases',
293+ // 'operators',
294+ // 'variables_and_subexpressions',
295+ // 'scripts',
296+ // 'modules',
297+ ] ,
298+ } ,
299+ {
300+ title : 'Nu as a shell' ,
301+ collapsable : false ,
302+ children : [
303+ // 'configuration',
304+ // 'environment',
305+ // 'stdout_stderr_exit_codes',
306+ // 'escaping',
307+ // '3rdpartyprompts',
308+ // 'shells_in_shells',
309+ // 'line_editor',
310+ // 'externs',
311+ // 'custom_completions',
312+ // 'coloring_and_theming',
313+ ] ,
314+ } ,
315+ {
316+ title : 'Coming to Nu' ,
317+ collapsable : false ,
318+ children : [
319+ // 'coming_from_bash',
320+ // 'nushell_map',
321+ // 'nushell_map_imperative',
322+ // 'nushell_map_functional',
323+ // 'nushell_operator_map',
324+ ] ,
325+ } ,
326+ {
327+ title : 'Advanced' ,
328+ collapsable : false ,
329+ children : [
330+ // 'dataframes',
331+ // 'metadata',
332+ // 'creating_errors',
333+ // 'parallelism',
334+ // 'plugins',
335+ ] ,
336+ } ,
337+ ] ,
338+ } ,
339+ } ,
247340 '/es/' : {
248341 selectText : 'Idiomas' ,
249342 label : 'Español' ,
0 commit comments