You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Welcome the curious about the Swift programming language.
8
-
2. Share knowledge with the Swift users community and prospective users, including instructions for getting started with Swift as easily as possible, user guides, best practices, API documentation and feature announcements.
9
-
3. Share knowledge with the Swift contributors community and prospective contributors, including contribution guides, technical details that assist contributions, project governance and legal information.
10
-
4. Highlight community driven initiatives and technical work that have broad applicability to Swift users in all or some of its core usage domains.
6
+
## 概述
11
7
12
-
See [website overview](/website) for more information about the Swift.org website goals, content governance and contribution guidelines.
8
+
Swift.org 网站的目标包括:
13
9
14
-
## Technical
10
+
1. 欢迎对 Swift 编程语言感兴趣的人。
11
+
2. 与 Swift 用户社区和潜在用户分享知识,包括尽可能简单的 Swift 入门指南、用户指南、最佳实践、API 文档和功能公告。
12
+
3. 与 Swift 贡献者社区和潜在贡献者分享知识,包括贡献指南、辅助贡献的技术细节、项目治理和法律信息。
13
+
4. 突出展示社区驱动的计划和技术工作,这些工作适用于 Swift 在其所有或部分核心使用领域的用户。
15
14
16
-
Swift.org uses [Jekyll](https://jekyllrb.com), a blog-aware, static site generator in Ruby.
If you’d like to contribute to this project, please run Prettier before submitting your pull request to ensure consistent code style across the project.
39
41
@@ -48,18 +50,18 @@ npm install
48
50
npm run prettify
49
51
```
50
52
51
-
### Running in Docker
53
+
### 在 Docker 中运行
52
54
53
-
First build the site with Docker Compose:
55
+
首先使用 Docker Compose 构建站点:
54
56
55
57
```bash
56
58
docker compose run build
57
59
```
58
60
59
-
Then you can run the site:
61
+
然后你可以运行站点:
60
62
61
63
```bash
62
64
docker compose up website
63
65
```
64
66
65
-
The website will be available on `http://localhost:4000`
0 commit comments