mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
docs: add dynamic entity-relationship diagram to docs (#28130)
This commit is contained in:
committed by
GitHub
parent
f155138659
commit
9db431b430
11
docs/docs/contributing/erd.mdx
Normal file
11
docs/docs/contributing/erd.mdx
Normal file
@@ -0,0 +1,11 @@
|
||||
import InteractiveSVG from '../../src/components/InteractiveERDSVG';
|
||||
|
||||
# Entity-Relationship Diagram
|
||||
|
||||
Here is our interactive ERD:
|
||||
|
||||
<InteractiveSVG />
|
||||
|
||||
<br />
|
||||
|
||||
[Download the .svg](https://github.com/apache/superset/tree/master/docs/static/img/erd.svg)
|
||||
Reference in New Issue
Block a user