File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ import { Cards } from 'nextra/components'
5
5
Mixpanel has an extensive suite of data monitoring and management tools, take a look below:
6
6
7
7
<Cards >
8
- <Cards.Card icon title = " Lexicon - Data Descriptions " href = " /docs/data-governance/lexicon" />
8
+ <Cards.Card icon title = " Lexicon - Data Dictionary " href = " /docs/data-governance/lexicon" />
9
9
<Cards.Card icon title = " Data Views & Classification" href = " /docs/data-governance/data-views-and-classification" />
10
+ <Cards.Card icon title = " Data Standards" href = " /docs/data-governance/data-standards" />
10
11
<Cards.Card icon title = " Event Approval" href = " /docs/data-governance/event-approval" />
11
12
<Cards.Card icon title = " Data Volume Monitoring" href = " /docs/data-governance/data-volume-monitoring" />
12
- <Cards.Card icon title = " Data Clean-Up" href = " /docs/data-governance/data-clean-up" />
13
- <Cards.Card icon title = " Data Standards" href = " /docs/data-governance/data-standards" />
13
+ <Cards.Card icon title = " Data Clean-Up" href = " /docs/data-governance/data-clean-up" />
14
14
</Cards >
Original file line number Diff line number Diff line change 1
1
export default {
2
2
"lexicon" : "Lexicon" ,
3
- "data-views-and-classification" : "Data Views & Classification" ,
4
- "event-approval " : "Event Approval" ,
5
- "data-volume-monitoring " : "Data Volume Monitoring" ,
6
- "data-standards " : "Data Standards" ,
3
+ "data-views-and-classification" : "Data Views & Classification" ,
4
+ "data-standards " : "Data Standards" ,
5
+ "event-approval " : "Event Approval" ,
6
+ "data-volume-monitoring " : "Data Volume Monitoring" ,
7
7
"data-clean-up" : "Data Clean-Up"
8
8
}
You can’t perform that action at this time.
0 commit comments