mirror of
https://gitea.com/gitea/docs.git
synced 2026-06-23 20:55:55 +00:00
Modified `loop_docs.sh` to take `version` and `locale` and params so do not need other `loop_docs*` scripts.
Need confirmation with version information for 1.20 and latest.
Like version in `static/20-swagger.json` and `static/latest-swagger.json`, and version used to replace `{{< version >}}`
Will wait for a stable version for 1.20

Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/28
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: HesterG <hestergong@gmail.com>
Co-committed-by: HesterG <hestergong@gmail.com>
33 lines
529 B
Plaintext
33 lines
529 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
|
|
# Production
|
|
/build
|
|
|
|
# Generated files
|
|
.docusaurus
|
|
.cache-loader
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
.tmp/
|
|
docs/
|
|
versioned_docs/
|
|
static/_headers
|
|
static/_redirects
|
|
static/latest-swagger.json
|
|
static/19-swagger.json
|
|
static/20-swagger.json
|
|
i18n/zh-cn/docusaurus-plugin-content-docs/current
|
|
i18n/zh-cn/docusaurus-plugin-content-docs/version-1.19
|
|
i18n/zh-cn/docusaurus-plugin-content-docs/version-1.20
|