mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
Use custom api dropdown and fix compatibility for firefox (#39)
- 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 <[email protected]> Co-committed-by: HesterG <[email protected]>
This commit is contained in:
+3
-3
@@ -24,9 +24,9 @@ docs/
|
||||
versioned_docs/
|
||||
static/_headers
|
||||
static/_redirects
|
||||
static/latest-swagger.json
|
||||
static/19-swagger.json
|
||||
static/20-swagger.json
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user