Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzx86 committed Jun 30, 2020
1 parent 1dfdc7b commit 14f5afe
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/docs/guides/README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# Guides

Whatever you're building, these guides are designed to get you productive as quickly as possible using the latest Orchard Core project releases and techniques as recommended by the Orchard team.
无论您要构建的是什么,这些指南旨在使用Orchard团队推荐的最新Orchard Core项目版本和技术,使您尽快获得生产力。

## Getting Started Guides
## 入门指南

Designed to be completed in 15-30 minutes, these guides provide quick, hands-on instructions for building the "Hello World" of any development task with Orchard Core. In most cases, the only prerequisites are a .NET SDK and a text editor.
这些指南旨在在15-30分钟内完成,提供了快速,动手的指导,用于使用Orchard Core构建任何开发任务的“ Hello World”。在大多数情况下,唯一的先决条件是.NET SDK和文本编辑器。

- [Creating a Modular ASP.NET Core Application](create-modular-application-mvc/README.md)
- [Running Code on Startup](run-code-on-startup/README.md)
- [Customizing encoding settings](encoding-settings/README.md)
- [创建模块化ASP.NET Core应用程序](create-modular-application-mvc/README.md)
- [在启动时运行代码](run-code-on-startup/README.md)
- [自定义编码设置](encoding-settings/README.md)

### Orchard Core CMS Guides
### Orchard Core CMS 指南

These guides are specific to Orchard Core CMS
这些指南特定于Orchard Core CMS

- [Creating an Orchard Core CMS website](create-cms-application/README.md)
- [Adding a Menu Item to the Admin Navigation](add-admin-menu/README.md)
- [Installing Localization Files](install-localization-files/README.md)
- [Integrate facebook plugins](integrate-facebook-plugins/README.md)
- [Implement Full Text search](implement-fulltext-search/README.md)
- [创建一个Orchard Core CMS网站](create-cms-application/README.md)
- [将菜单项添加到管理导航](add-admin-menu/README.md)
- [安装本地化文件](install-localization-files/README.md)
- [集成Facebook插件](integrate-facebook-plugins/README.md)
- [实现全文搜索](implement-fulltext-search/README.md)

## Tutorials
## 教程

Designed to be completed in 2-3 hours, these guides provide deeper, in-context explorations of enterprise application development topics, leaving you ready to implement real-world solutions.
这些指南设计为在 2-3 小时内完成,可更深入地、深入地探索企业应用程序开发主题,使您能够随时实施实际的解决方案。

- [Building a decoupled website with Razor Pages](decoupled-cms/README.md)
- Building a Website from a Web Template (TBD)
- Implementing a Self-Service SaaS solution (TBD)
- [使用Razor页面构建解耦的网站](decoupled-cms/README.md)
- Web 模板构建网站 (TBD)
- 实施自助服务 SaaS 解决方案 (TBD)

0 comments on commit 14f5afe

Please sign in to comment.