Skip to content

Commit ea3600e

Browse files
authored
remove old_book (#395)
1 parent e3d440e commit ea3600e

File tree

4 files changed

+35
-50
lines changed

4 files changed

+35
-50
lines changed

.vuepress/config.js

+35-35
Original file line numberDiff line numberDiff line change
@@ -139,41 +139,41 @@ module.exports = {
139139
],
140140
},
141141
],
142-
'/old_book/': [
143-
{
144-
title: 'Nu Book (0.44)',
145-
collapsable: false,
146-
children: [
147-
'',
148-
'installation',
149-
'moving_around',
150-
'types_of_data',
151-
'loading_data',
152-
'working_with_lists',
153-
'working_with_tables',
154-
'pipeline',
155-
'configuration',
156-
'custom_commands',
157-
'aliases',
158-
'operators',
159-
'math',
160-
'variables_and_subexpressions',
161-
'environment',
162-
'scripts',
163-
'metadata',
164-
'shells_in_shells',
165-
'escaping',
166-
'plugins',
167-
'dataframes',
168-
'coming_from_bash',
169-
'nushell_map',
170-
'nushell_map_imperative',
171-
'nushell_map_functional',
172-
'nushell_operator_map',
173-
'command_reference',
174-
],
175-
},
176-
],
142+
// '/old_book/': [
143+
// {
144+
// title: 'Nu Book (0.44)',
145+
// collapsable: false,
146+
// children: [
147+
// '',
148+
// 'installation',
149+
// 'moving_around',
150+
// 'types_of_data',
151+
// 'loading_data',
152+
// 'working_with_lists',
153+
// 'working_with_tables',
154+
// 'pipeline',
155+
// 'configuration',
156+
// 'custom_commands',
157+
// 'aliases',
158+
// 'operators',
159+
// 'math',
160+
// 'variables_and_subexpressions',
161+
// 'environment',
162+
// 'scripts',
163+
// 'metadata',
164+
// 'shells_in_shells',
165+
// 'escaping',
166+
// 'plugins',
167+
// 'dataframes',
168+
// 'coming_from_bash',
169+
// 'nushell_map',
170+
// 'nushell_map_imperative',
171+
// 'nushell_map_functional',
172+
// 'nushell_operator_map',
173+
// 'command_reference',
174+
// ],
175+
// },
176+
// ],
177177
// "/contributor-book/": [
178178
// {
179179
// title: "Contributor Book",

book/README.md

-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# Introduction
22

3-
::: warning
4-
This is the version of the book that works with the version of Nushell in main (0.60 and later).
5-
For the 0.44 version of Nushell, you should read the [0.44 version of the book](/old_book/).
6-
:::
7-
83
Hello, and welcome to the Nushell project. The goal of this project is to take the Unix philosophy of shells, where pipes connect simple commands together, and bring it to the modern style of development.
94

105
Nu takes cues from a lot of familiar territory: traditional shells like bash, object based shells like PowerShell, gradually typed languages like TypeScript, functional programming, systems programming, and more. But rather than trying to be a jack of all trades, Nu focuses its energy on doing a few things well:

de/book/README.md

-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# Einführung
22

3-
::: warning
4-
Diese Version des Buchs funktioniert mit der aktuellen Version von Nushell (0.59 und aktueller).
5-
Für die Versionen 0.44 und älter von Nushell, sollte die [alte Version](/old_book/) gelesen werden.
6-
:::
7-
83
Hallo und herzlich Willkommen beim Nushell Projekt. Das Ziel diese Projekts ist es, die Philosophie von Unix Shells, wo Pipes einfache Befehle miteinander verbinden, mit modernen Ansätzen zu verbinden.
94

105
Nu ist von vielen Seiten beeinflusst: traditionelle Shells wie Bash, objektbasierte Shells wie PowerShell, funktionale Programmierung, Systems Programming und viele Weitere. Aber statt die eierlegende Wollmilchsau zu sein, liegt der Fokus von Nu darauf, die angebotenen Funktionen gut zu beherrschen:

zh-CN/book/README.md

-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# 介绍
22

3-
::: warning
4-
本书适用于 Nushell 当前主版本(0.60 及以后的版本)。
5-
对于 0.44 版本的 Nushell,你应该阅读[本书的 0.44 版本](/old_book/)
6-
:::
7-
83
你好,欢迎来到 Nushell 项目。这个项目的目标是把 Unix 的 Shell 哲学,即用管道把简单的命令连接在一起,并把它带到更具现代风格的开发中。
94

105
Nu 汲取了很多熟悉领域的灵感:传统 Shell 比如 Bash、基于对象的 Shell 比如 PowerShell、逐步类型化的语言比如 TypeScript、函数式编程、系统编程,等等。但是,Nu 并不试图成为万金油,而是把精力集中在做好这几件事上:

0 commit comments

Comments
 (0)