-
Notifications
You must be signed in to change notification settings - Fork 943
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roadmap - Shutdown Docs AE Glossary #6111
Changes from 21 commits
6109056
5cf4e1d
60d5799
9259ae8
3cc57a2
992a933
0b8fce0
46c23a5
7034b34
06f2c75
238844f
575c176
115d50f
a4aa9b6
769ca87
93288c9
d8e8999
41a1197
72ad8e2
b5e9a92
12dfa05
fd0b898
4ec0649
33bdcc3
3ea1881
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "Testing Terms component" | ||
id: "test-terms" | ||
pagination_next: null | ||
pagination_prev: null | ||
--- | ||
|
||
This should show a term: <Term id="deploying">Deploying</Term> | ||
|
||
This should show a term: <Term id="data-wrangling">Data wrangling</Term> | ||
|
||
This should show a term: <Term id="model">Model</Term> | ||
|
||
This should show demoTerm: <Term id="demoTerm" /> | ||
|
||
This should show noDisplayText term id as children and displayText not set: <Term id="noDisplayText" /> | ||
|
||
This has displayText set but no hoverSnippet set: <Term id="noHoverSnippet" /> | ||
|
||
This should NOT show a hover snippet (but should still show children): <Term id="demo">Demo</Term> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hey @JKarlavige This looks correct, but not sure what you mean by it should still show children? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good question! If the |
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete before merge