Created
February 26, 2020 17:11
-
-
Save dmesser/40dcb5b5a58da01fd3a0c0d39e236e1f to your computer and use it in GitHub Desktop.
A loose spec for structured visual metadata of Operators
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* cSpell:disable */ | |
--- | |
apiVersion: operators.coreos.com/v1alpha1 | |
kind: ClusterServiceVersion | |
metadata: | |
annotations: | |
name: mongodb-enterprise.v1.4.2 | |
namespace: placeholder | |
spec: | |
description: | |
- section: Overview | |
content: | | |
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed | |
do eiusmod tempor incididunt ut labore et dolore magna aliqua. | |
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris | |
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor | |
in reprehenderit in voluptate velit esse cillum dolore eu fugiat | |
nulla pariatur. Excepteur sint occaecat cupidatat non proident, | |
sunt in culpa qui officia deserunt mollit anim id est laborum. | |
list: | |
- randomThing1 | |
- randomThing2 | |
- randomThing3 | |
- section: Features & Benefits | |
content: | | |
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed | |
do eiusmod tempor incididunt ut labore et dolore magna aliqua. | |
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris | |
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor | |
in reprehenderit in voluptate velit esse cillum dolore eu fugiat | |
nulla pariatur. Excepteur sint occaecat cupidatat non proident, | |
sunt in culpa qui officia deserunt mollit anim id est laborum. | |
blockList: | |
- title: Charts | |
content: The fastest way to create a visualizations of MongoDB data. Visuzalize live data from any of your MongoDB instances. | |
- title: BI Connector | |
content: Allow any BI tool that can speak MySQL to work with your MongoDB data. | |
- title: Compass | |
content: Search, visuzalize and work with your data through an intuitive UI. | |
- section: Deploy & Use | |
... | |
- section: Resources: | |
list: | |
- title: Installing MongoDB on Red Hat OpenShift 4 for the first time | |
type: video | |
url: https://link.to/your/video | |
- title: MongoDB Documentation | |
type: pdf | |
url: https://link.to/your/video | |
displayName: MongoDB | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment