mirror of
https://gitea.com/gitea/docs.git
synced 2026-06-11 04:31:26 +00:00
- Used custom api dropdown for changing label dynamically. Used method discussed in [this post](https://github.com/facebook/docusaurus/pull/7231). `ComponentTypes` is ejected safely.  - Fixed dropdowns missing on chrome docs page  - Fixed `:has` selector compatibility problem on firefox. After (Screenshots from firefox):     Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/39 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/swagger-latest.json
|
|
static/swagger-19.json
|
|
static/swagger-20.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
|