docs: fixes rendering of parameter table in docs for app desc and deployment#184
Conversation
…loyment Closes #169 Signed-off-by: Manjinder <manjinder.b.singh@capgemini.com>
|
Looking at the images vs. the actual files, which I assume are snapshots of the actual files I noticed there is a "typo" I assume in Image 1. You will notice it says in the description of parameters: I get that this passed the SUP stage I assume so it is more of a question than asking for a change. Moving something from a formal field (i.e., metadata.name) to a property bag key/value typically implies there are not special rules of processing associated with it etc. I would assume that a formal name would have some guardrails? Also is there not special meaning to it? It feels like movement from formal to property bag is generalizing something that should not be? (again please take this as a question as I was not involved at the time of the SUP) |
|
I'm not fully aware of how this data structure originally got introduced into the spec, but a two quick thoughts on the layout:
And thanks for reporting that |
Signed-off-by: Manjinder <manjinder.b.singh@capgemini.com>
|
Hey @singhmj-1 I think you need to inject a single line after line 71. See line below in markdown and rendering screenshot. Reason I mention that is, when I render it, the
Also, think it might be good to reiterate the description you placed in the top-level attribute down in the |
Signed-off-by: Manjinder <manjinder.b.singh@capgemini.com>
|
@ajcraig issues addressed. |
ajcraig
left a comment
There was a problem hiding this comment.
Looks good, following link fixes via Phil.
…attributes Signed-off-by: Manjinder <manjinder.b.singh@capgemini.com>






Description
The docs rendered for application-description and application-deployment show
nameobject to be an explicit field inparametersobject (akey:valuemap), whereas it refers to thekeyattribute of the map.Issues Addressed
Closes #169
Change Type
Please select the relevant options:
Checklist