Skip to content

Commit f233d70

Browse files
author
lizhe
committed
translate part of learning
1 parent 5970185 commit f233d70

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

_includes/top.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h1 id="site-title">
4444
<li class="menu-item home"><a class="spec" href="/">主页</a></li>
4545
<li class="menu-item install"><a class="spec" href="/install.html">安装</a></li>
4646
<li class="menu-item getting-started"><a class="spec" href="/getting-started/introduction.html">入门指南</a></li>
47-
<li class="menu-item learning"><a class="spec" href="/learning.html">学习</a></li>
47+
<li class="menu-item learning"><a class="spec" href="/learning.html">学习资源</a></li>
4848
<li class="menu-item docs"><a class="spec" href="/docs.html">文档</a></li>
4949
<li class="menu-item blog"><a class="spec" href="/blog/">博客</a></li>
5050
<li class="menu-item packages"><a class="spec" href="https://hex.pm/"></a></li>

learning.markdown

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Learning resources"
2+
title: "学习资源"
33
section: learning
44
layout: default
55
---
@@ -12,7 +12,7 @@ Our website provides a [Getting Started](/getting-started/introduction.html) gui
1212

1313
The Elixir Community has also produced plenty of resources to explore Elixir from different backgrounds and other perspectives. We are sure you will find a resource that follows your pace and interests.
1414

15-
## Learn Elixir
15+
## 学习 Elixir
1616

1717
<h4 class="resource">Programming Elixir 1.2</h4>
1818

@@ -82,7 +82,7 @@ Red:4 is a fictional aerospace startup that needs your help! Through a book, a v
8282
<div class="clear"></div>
8383

8484

85-
## Screencasts
85+
## 视频教程
8686

8787
<h4 class="resource">Elixir Sips</h4>
8888

@@ -107,7 +107,7 @@ It's intended to help beginners get familiar with all of Elixir's features by bu
107107

108108
<div class="clear"></div>
109109

110-
## In-depth Resources
110+
## 更加深入的资源
111111

112112
<h4 class="resource">Études for Elixir</h4>
113113

@@ -134,4 +134,3 @@ Write code that writes code with Elixir macros. Macros make metaprogramming poss
134134
This book intends to be a little guide about how to be the Erlang medic in a time of war. It is first and foremost a collection of tips and tricks to help understand where failures come from, and a dictionary of different code snippets and practices that helped developers debug production systems that were built in Erlang.
135135

136136
<div class="clear"></div>
137-

0 commit comments

Comments
 (0)