@@ -46,11 +46,6 @@ module.exports = {
4646 title : 'Nushell' ,
4747 description : 'Um novo tipo de shell.' ,
4848 } ,
49- // '/tr/': {
50- // lang: 'tr',
51- // title: 'Nushell',
52- // description: 'A new type of shell.',
53- // },
5449 } ,
5550 head : [
5651 [ 'meta' , { name : 'theme-color' , content : '#3eaf7c' } ] ,
@@ -241,94 +236,6 @@ module.exports = {
241236 ] ,
242237 } ,
243238 } ,
244- '/tr/' : {
245- selectText : 'Languages' ,
246- selectLanguageName : 'Turkish' ,
247- editLinkText : 'Edit this page on GitHub' ,
248- navbar : [
249- { text : 'Book' , link : '/tr/book/' } ,
250- // { text: "Contributor Book", link: "/contributor-book/" },
251- { text : 'Cookbook' , link : '/cookbook/' } ,
252- { text : 'Blog' , link : '/blog/' } ,
253- ] ,
254- sidebar : {
255- '/tr/book/' : [
256- {
257- text : 'Getting Started' ,
258- collapsable : false ,
259- children : [
260- // 'README.md',
261- // 'installation',
262- // 'thinking_in_nushell',
263- // 'moving_around',
264- ] ,
265- } ,
266- {
267- text : 'Nu Fundamentals' ,
268- collapsable : false ,
269- children : [
270- // 'types_of_data',
271- // 'loading_data',
272- // 'working_with_strings',
273- // 'working_with_lists',
274- // 'working_with_tables',
275- // 'pipeline',
276- // 'command_reference',
277- ] ,
278- } ,
279- {
280- text : 'Programming in Nu' ,
281- collapsable : false ,
282- children : [
283- // 'custom_commands',
284- // 'aliases',
285- // 'operators',
286- // 'variables_and_subexpressions',
287- // 'scripts',
288- // 'modules',
289- ] ,
290- } ,
291- {
292- text : 'Nu as a shell' ,
293- collapsable : false ,
294- children : [
295- // 'configuration',
296- // 'environment',
297- // 'stdout_stderr_exit_codes',
298- // 'escaping',
299- // '3rdpartyprompts',
300- // 'shells_in_shells',
301- // 'line_editor',
302- // 'externs',
303- // 'custom_completions',
304- // 'coloring_and_theming',
305- ] ,
306- } ,
307- {
308- text : 'Coming to Nu' ,
309- collapsable : false ,
310- children : [
311- // 'coming_from_bash',
312- // 'nushell_map',
313- // 'nushell_map_imperative',
314- // 'nushell_map_functional',
315- // 'nushell_operator_map',
316- ] ,
317- } ,
318- {
319- text : 'Advanced' ,
320- collapsable : false ,
321- children : [
322- // 'dataframes',
323- // 'metadata',
324- // 'creating_errors',
325- // 'parallelism',
326- // 'plugins',
327- ] ,
328- } ,
329- ] ,
330- } ,
331- } ,
332239 '/es/' : {
333240 selectText : 'Idiomas' ,
334241 selectLanguageName : 'Español' ,
0 commit comments