1 Star 0 Fork 4.9K

fish / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tutorial-title-(task-name).md 2.04 KB
一键复制 编辑 原始数据 按行查看 历史
NEEN 提交于 2021-03-12 17:59 . !197 Docs Update version 1.0.1

Tutorial: Title (Task Name)

A tutorial describes how to develop a complex task, feature, and application. Usually, the development process is divided into several sections, each with a series of steps. In addition, code examples are provided to help developers understand the specific feature implementation.

You should explain basic concepts mentioned in the tutorial, and suggest developers refer to specific corresponding topics in developer-oriented documents for in-depth concepts.

When you write the tutorial page, create a MarkDown file in the others directory.

Overview

Content: Describe the tasks that developers will do and the features and effects that developers will achieve after learning this tutorial. If multiple goals can be achieved, it is recommended that you use a bulleted list.

If possible, provide pictures or short videos to demonstrate the effect.

Preparations

  • Provide the information about the required software, hardware, tools, and their version information.
  • Describe required permissions.

XXX (Key Task 1)

Break down the tutorial into several sequential critical tasks or parallel scenario-specific tasks.

  1. XXXX

       // Sample code
  2. XXXX

Comply with the following writing instructions on how to describe operations:

  1. Specify the operation scenario and purpose for each step, and clarify the actor of each action.
  2. Provide API descriptions and related sample codes if needed.
  3. Provide screenshots of GUI-based steps for better understanding.
  4. Ensure that code logic and syntax are correct.
  5. Provides comments for key steps in the code.
  6. Provide the output content if any.

XXX (Key Task 2)

  1. XXXX

Next

Describe the subsequent development tasks that may be associated with this tutorial. If there are no associated tasks, skip this topic.

1
https://gitee.com/fish_neil/docs.git
git@gitee.com:fish_neil/docs.git
fish_neil
docs
docs
master

搜索帮助