Fix document error about 'make trans-copy' (#29710)

Change document to 'make docs'

---------

Co-authored-by: techknowlogick <techknowlogick@gitea.com>
This commit is contained in:
Daniel YC Lin 2024-03-15 06:54:11 +08:00 committed by GitHub
parent 70e077036f
commit 607ed27b4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 2 additions and 49 deletions

View file

@ -333,14 +333,9 @@ Documentation for the website is found in `docs/`. If you change this you
can test your changes to ensure that they pass continuous integration using:
```bash
# from the docs directory within Gitea
make trans-copy clean build
make lint-md
```
You will require a copy of [Hugo](https://gohugo.io/) to run this task. Please
note: this may generate a number of untracked Git objects, which will need to
be cleaned up.
## Visual Studio Code
A `launch.json` and `tasks.json` are provided within `contrib/ide/vscode` for