mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-17 21:14:34 +00:00
fix(docs): Add feature availability to audit API (#13459)
This commit is contained in:
parent
cb9796e047
commit
e0f57b5ef0
@ -4,6 +4,7 @@ Sphinx==6.1.3
|
|||||||
sphinx-click==4.4.0
|
sphinx-click==4.4.0
|
||||||
sphinx_autodoc_typehints==1.22
|
sphinx_autodoc_typehints==1.22
|
||||||
pydata-sphinx-theme==0.13.1
|
pydata-sphinx-theme==0.13.1
|
||||||
|
snowballstemmer>=2.2,<3 # Fixes https://github.com/sphinx-doc/sphinx/issues/13533
|
||||||
|
|
||||||
# Because of https://github.com/pydata/pydata-sphinx-theme/issues/108
|
# Because of https://github.com/pydata/pydata-sphinx-theme/issues/108
|
||||||
accessible-pygments
|
accessible-pygments
|
||||||
|
|||||||
@ -1,5 +1,9 @@
|
|||||||
|
import FeatureAvailability from '@site/src/components/FeatureAvailability';
|
||||||
|
|
||||||
# Audit Events Search API V1
|
# Audit Events Search API V1
|
||||||
|
|
||||||
|
<FeatureAvailability />
|
||||||
|
|
||||||
## Endpoint
|
## Endpoint
|
||||||
|
|
||||||
`/openapi/v1/events/audit/search`
|
`/openapi/v1/events/audit/search`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user