Skip to content

Commit

Permalink
adjust content.
Browse files Browse the repository at this point in the history
  • Loading branch information
canvaskent committed Dec 18, 2021
1 parent 1d36169 commit 9f787bf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ version = "0.0"
url_latest_version = "https://example.com"

# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
github_repo = "https://github.com/WeeShop/weeshop"
github_repo = "https://github.com/WeeShop/documentation2"
# An optional link to a related project repo. For example, the sibling repository where your product code lives.
github_project_repo = "https://github.com/WeeShop/weeshop"

Expand Down
2 changes: 1 addition & 1 deletion content/zh/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{{% /blocks/lead %}}

{{< blocks/section color="dark" >}}
{{% blocks/feature icon="fa-lightbulb" title="马上开始" url="https://www.weeshop.org/en/docs" %}}
{{% blocks/feature icon="fa-lightbulb" title="马上开始" url="docs" %}}
阅读 "快速开始" 文档,快速安装 WeeShop 系统实例,或者进一步展开学习如何使用 WeeShop!
{{% /blocks/feature %}}

Expand Down
7 changes: 6 additions & 1 deletion content/zh/docs/develop/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ title: 创建项目工程
weight: 10
---

> 此主题有待编写
使用 `composer` 是创建 WeeShop 工程的最佳方式。

```bash
composer create-project weeshop/weeshop_project weeshop && cd weeshop
php -d memory_limit=256M web/core/scripts/drupal quick-start weeshop
```

0 comments on commit 9f787bf

Please sign in to comment.