Skip to content

Commit

Permalink
Ajustado SUMMARY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adjoli committed Sep 28, 2020
1 parent 2bf796f commit e32b821
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
10 changes: 7 additions & 3 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# A Linguagem de Programação Rust

[🇧🇷 A linguagem de programação Rust](title-page.md)
[🇧🇷 Prefácio](foreword.md)
[🇧🇷 Introdução](ch00-00-introduction.md)

## Começando

- [🇧🇷 Introdução](ch01-00-introduction.md)
- [🇧🇷 Começando](ch01-00-getting-started.md)
- [🇧🇷 Instalação](ch01-01-installation.md)
- [🇧🇷 Olá, Mundo!](ch01-02-hello-world.md)

Expand Down Expand Up @@ -63,7 +67,7 @@
- [Working with Environment Variables](ch12-05-working-with-environment-variables.md)
- [Writing to `stderr` instead of `stdout`](ch12-06-writing-to-stderr-instead-of-stdout.md)

## Thinking in Rust
## Pensando em Rust

- [Functional Language Features in Rust](ch13-00-functional-features.md)
- [Closures](ch13-01-closures.md)
Expand Down Expand Up @@ -93,7 +97,7 @@
- [🇧🇷 Usando objetos trait que permitem valores de tipos diferentes](ch17-02-trait-objects.md)
- [🇧🇷 Implementando um padrão de projeto orientado a objetos](ch17-03-oo-design-patterns.md)

## Advanced Topics
## Tópicos avançados

- [Patterns](ch18-00-patterns.md) (perhaps an appendix?)

Expand Down
7 changes: 7 additions & 0 deletions src/ch01-00-getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Começando

Vamos começar sua jornada Rust! Neste capítulo, discutiremos:

- Instalando o Rust no Linux, Mac ou Windows
- Escrevendo um programa que imprime “Hello, world!”
- Usando `cargo`, o gerenciador de pacotes e o sistema de compilação Rust
7 changes: 0 additions & 7 deletions src/ch01-00-introduction.md

This file was deleted.

0 comments on commit e32b821

Please sign in to comment.