Skip to content

Commit

Permalink
website: Update document title.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 6, 2021
1 parent 6293f3a commit 3240c4f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion website/src/pages/docs/app-store/android/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
发布 Android 应用商店
---
===

正在编辑中....
2 changes: 1 addition & 1 deletion website/src/pages/docs/app-store/ios/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
发布 iOS 应用商店
---
===

APP上架前需注册开发者账号,创建 `证书请求文件(CSR文件)``发布证书 (CER)``Provisioning Profiles配置文件 (PP文件)` ,创建完成后,即可准备将已完成的项目进行提交上架。

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/docs/development/components/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
参与组件开发
---
===

当前 [`react-native-uiw`](https://github.com/uiwjs/react-native-uiw) 项目工程,使用 [Yarn](https://classic.yarnpkg.com/lang/en/) & [lerna](https://github.com/lerna/lerna) 构建 `monorepo`,整个里面包含 `example` 示例、`packages` 组件包、`website` 文档网站。

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/docs/development/document/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
参与文档/网站编辑开发
---
===

这里介绍,当前组件库开发和文档编写,方便您快速介入到文档/网站编辑开发中。

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/docs/environment-setup/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
与现有应用程序集成
---
===

当你从头开始一个新的移动应用程序时,React Native 非常棒。 但是,它也适用于向现有本机应用程序添加单个视图或用户流。 只需几个步骤,您就可以添加新的基于 React Native 的功能、屏幕、视图等。

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Android 环境安装(for Windows)
---
===

这里介绍,使用 React Native CLI 运行一个 Android 环境下的 app。

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/docs/environment-setup/android/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Android 环境安装(for Mac)
---
===

这里介绍,使用 React Native CLI 运行一个 Android 环境下的 app。您将需要 Node、Watchman、React Native 命令行界面、JDK 和 Android Studio。

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/docs/environment-setup/ios/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
iOS 环境安装
---
===

这里介绍,使用 React Native CLI 运行一个 iOS 环境下的 app。 它需要 Xcode 和 最新版本的 Node.js 才能开始。 如果您已经安装了这些工具之一,您应该能够在几分钟内启动并运行。 如果未安装它们,您应该花费大约一个小时来安装和配置它们。

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/docs/getting-started/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
快速上手
---
===

项目基于 node,请确保已具备较新的 node 环境(>=12.0.0),推荐使用 node 版本管理工具 [nvm](https://github.com/creationix/nvm) 或者 [`n`](https://github.com/tj/n) 来管理 node,这样不仅可以很方便地切换 node 版本,而且全局安装时候也不用加 sudo 了。

Expand Down

0 comments on commit 3240c4f

Please sign in to comment.