File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 6363 function CRD ( ) {
6464 const expandAll = useCallback ( ( ) => bus . emit ( 'expand-all' ) , [ ] ) ;
6565 const collapseAll = useCallback ( ( ) => bus . emit ( 'collapse-all' ) , [ ] ) ;
66+
67+ // this used to go under the codeblock, but our descriptions are a bit useless at the moment
68+ // <p class="font-size-18">${React.createElement('div', { dangerouslySetInnerHTML: { __html: getDescription(Schema) } }) }</p>
69+
6670 return html `
6771 < div class ="parts d-md-flex justify-content-between mt-md-20 mb-md-20 ">
6872 < ${ PartLabel } type ="Kind" value=${ Kind } />
7377 < hr class ="mb-md-20 " />
7478 < pre > < code class ="language-yaml "> ${ `apiVersion: ${ Group } /${ Version } \nkind: ${ Kind } ` } </ code > </ pre >
7579
76- < p class ="font-size-18 "> ${ React . createElement ( 'div' , { dangerouslySetInnerHTML : { __html : getDescription ( Schema ) } } ) } </ p >
77-
7880 < div class ="${ properties == null ? 'd-none' : 'd-flex' } flex-row-reverse mb-10 mt-10 ">
7981 < button class ="btn ml-10 " type ="button " onClick =${ expandAll } > + expand all</ button >
8082 < button class ="btn " type ="button " onClick =${ collapseAll } > - collapse all</ button >
Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ <h1 class="content-title">Stackable Data Platform CRD Reference Documentation</h
1010 {{ end }}
1111 {{ end }}
1212 </ select >
13+
14+ < p >
15+ Reference documentation for all CustomResourceDefinitions that are deployed by Stackable Data Platform operators.
16+ For more information read the < a href ="https://docs.stackable.tech/home/stable/index.html "> platform documentation</ a > .
17+ </ p >
18+
1319 < div id ="crds "> </ div >
1420 </ div >
1521</ div >
You can’t perform that action at this time.
0 commit comments