|
1 | 1 | # d2x-project-template |
2 | 2 |
|
3 | | -> d2x交互式教程项目模板 - `Book + Video + Code + X` |
| 3 | +> d2x Interactive Tutorial Project Template - `Book + Video + Code + X` |
4 | 4 |
|
5 | 5 | [](https://github.com/d2learn/d2x) |
6 | 6 | [](https://github.com/d2learn/d2x) |
7 | 7 | [](LICENSE-CODE) |
8 | 8 |
|
9 | | -| [d2x工具](https://github.com/d2learn/d2x) - [论坛](https://forum.d2learn.org) | |
| 9 | +| [d2x Tool](https://github.com/d2learn/d2x) - [Forum](https://forum.d2learn.org) / [中文](README.zh.md) - [English](README.md) | |
10 | 10 | | --- | |
11 | | -| [文档](https://d2learn.github.io/d2x-project-template) -> [工具和环境配置](https://d2learn.github.io/d2x-project-template/chapter_1.html) -> [项目和新内容添加](https://d2learn.github.io/d2x-project-template/chapter_2.html) | |
| 11 | +| [Documentation](https://d2learn.github.io/d2x-project-template/en) -> [Tools and Environment](https://d2learn.github.io/d2x-project-template/en/chapter_1.html) -> [Project Configuration and New Content](https://d2learn.github.io/d2x-project-template/en/chapter_2.html) | |
12 | 12 |
|
13 | | -该项目提供了一个, 可以被[d2x](https://github.com/d2learn/d2x)工具识别和加载的**交互式教程项目**的基础结构. 开发者和教程创作者, 可以基于这个模板来设计开发自己的交互式教程项目 |
| 13 | +This project provides a basic structure for an **interactive tutorial project** that can be recognized and loaded by the [d2x](https://github.com/d2learn/d2x) tool. Developers and tutorial creators can design and develop their own interactive tutorial projects based on this template. |
14 | 14 |
|
15 | | -## 功能特色 |
| 15 | +## Features |
16 | 16 |
|
17 | | -- 提供了基础的 `Book + Video + Code + X` 结构 |
18 | | -- d2x工具可以直接识别和加载 |
19 | | -- 提供了项目依赖描述, 支持一键配置环境 |
| 17 | +- Provides a basic structure of `Book + Video + Code + X` |
| 18 | +- The d2x tool can directly recognize and load it |
| 19 | +- Provides project dependency description, supporting one-click environment configuration |
20 | 20 |
|
21 | | -## 快速开始 |
| 21 | +## Quick Start |
22 | 22 |
|
23 | | -- 第一步: 点击 [新建教程模板](https://github.com/new?template_name=d2x-project-template&template_owner=d2learn) 按钮, 通过模板仓库创建新教程项目 |
24 | | -- 第二步: 克隆新仓库到本地 - `git clone git@github.com:your_name/your_repo_name.git` |
25 | | -- 第三步: |
26 | | - - [安装d2x工具](https://d2learn.github.io/d2x-project-template/chapter_1.html) |
27 | | - - [认识项目结构并配置](https://d2learn.github.io/d2x-project-template/chapter_2.html) |
| 23 | +- Step 1: Click the [Create New Tutorial Template](https://github.com/new?template_name=d2x-project-template&template_owner=d2learn) button to create a new tutorial project from the template repository |
| 24 | +- Step 2: Clone the new repository to your local machine - `git clone git@github.com:your_name/your_repo_name.git` |
| 25 | +- Step 3: |
| 26 | + - [Install d2x Tool](https://d2learn.github.io/d2x-project-template/en/chapter_1.html) |
| 27 | + - [Understand Project Structure and Configuration](https://d2learn.github.io/d2x-project-template/en/chapter_2.html) |
28 | 28 |
|
29 | | -## 具体项目案例 |
| 29 | +## Project Examples |
30 | 30 |
|
31 | | -| 项目 | 简介 | 备注 | |
| 31 | +| Project | Description | Remarks | |
32 | 32 | | --- | --- | --- | |
33 | | -| [d2mcpp](https://github.com/mcpp-community/d2mcpp) | 现代C++核心特性入门教程 | | |
34 | | -| [d2ds](https://github.com/d2learn/d2ds) | 强调动手实践的数据结构学习项目 | | |
| 33 | +| [d2mcpp](https://github.com/mcpp-community/d2mcpp) | Tutorial on Modern C++ Core Features | | |
| 34 | +| [d2ds](https://github.com/d2learn/d2ds) | Data Structure Learning Project with Emphasis on Hands-on Practice | | |
35 | 35 |
|
36 | | -## 其他 |
| 36 | +## Others |
37 | 37 |
|
38 | | -- [d2x工具](https://github.com/d2learn/d2x) |
39 | | -- [论坛交流和反馈](https://forum.d2learn.org) |
40 | | -- `交流群`: 167535744 |
| 38 | +- [d2x Tool](https://github.com/d2learn/d2x) |
| 39 | +- [Forum Communication and Feedback](https://forum.d2learn.org) |
| 40 | +- `Chat Group`: 167535744 |
0 commit comments