File tree 4 files changed +2
-49
lines changed
4 files changed +2
-49
lines changed Original file line number Diff line number Diff line change @@ -839,10 +839,6 @@ release-sources: | $(DIST_DIRS)
839
839
release-docs : | $(DIST_DIRS ) docs
840
840
tar -czf $(DIST ) /release/gitea-docs-$(VERSION ) .tar.gz -C ./docs .
841
841
842
- .PHONY : docs
843
- docs :
844
- cd docs; bash scripts/trans-copy.sh;
845
-
846
842
.PHONY : deps
847
843
deps : deps-frontend deps-backend deps-tools deps-py
848
844
Original file line number Diff line number Diff line change @@ -333,14 +333,9 @@ Documentation for the website is found in `docs/`. If you change this you
333
333
can test your changes to ensure that they pass continuous integration using:
334
334
335
335
``` bash
336
- # from the docs directory within Gitea
337
- make trans-copy clean build
336
+ make lint-md
338
337
```
339
338
340
- You will require a copy of [ Hugo] ( https://gohugo.io/ ) to run this task. Please
341
- note: this may generate a number of untracked Git objects, which will need to
342
- be cleaned up.
343
-
344
339
## Visual Studio Code
345
340
346
341
A ` launch.json ` and ` tasks.json ` are provided within ` contrib/ide/vscode ` for
Original file line number Diff line number Diff line change @@ -307,13 +307,9 @@ TAGS="bindata sqlite sqlite_unlock_notify" make build test-sqlite
307
307
该网站的文档位于 ` docs/ ` 中。如果你改变了文档内容,你可以使用以下测试方法进行持续集成:
308
308
309
309
``` bash
310
- # 来自 Gitea 中的 docs 目录
311
- make trans-copy clean build
310
+ make lint-md
312
311
```
313
312
314
- 运行此任务依赖于 [ Hugo] ( https://gohugo.io/ ) 。请注意:这可能会生成一些未跟踪的 Git 对象,
315
- 需要被清理干净。
316
-
317
313
## Visual Studio Code
318
314
319
315
` contrib/ide/vscode ` 中为 Visual Studio Code 提供了 ` launch.json ` 和 ` tasks.json ` 。查看
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments