-
Notifications
You must be signed in to change notification settings - Fork 21
DOC-13935 new page-capella-type for AI and app-services #196
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,6 +5,14 @@ | |
| <li class="columnar"> | ||
| <i class="fas fa-chart-line"></i> | ||
| Capella Analytics</li> | ||
| {{else if (eq this "AI")}} | ||
|
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. I just realized we need this to be "AI" to match with antora.yaml right? How would we get the label to be "Capella AI Services"? In the local images shared, it says "Capella AI"
Contributor
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. You're commenting on the wrong line of code :)
Contributor
Author
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. that is just the value of |
||
| <li class="ai"> | ||
| <i class="fas fa-sparkles"></i> | ||
| Capella AI Services</li> | ||
| {{else if (eq this "App Services")}} | ||
| <li class="app-services"> | ||
| <i class="fas fa-mobile"></i> | ||
| Capella App Services</li> | ||
| {{else}} | ||
| <li class="operational"> | ||
| <i class="fas fa-database"></i> | ||
|
|
||
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.
Extra space between 'columnar,' and 'operational' - should be single space for consistency.