69
69
< h2 > Attributes</ h2 >
70
70
< div class ='table-block ' style ="display:flex; flex-direction: column; ">
71
71
72
- < div class ='table-title '> General </ div >
72
+ < div class ='table-title ' id =" general " > General </ div >
73
73
< table class ="m-table ">
74
74
< tr >
75
75
< td class ="attr-col mono-bold right "> spec-url </ td >
@@ -83,7 +83,7 @@ <h2> Attributes</h2>
83
83
</ tr >
84
84
</ table >
85
85
86
- < div class ='table-title '> UI Colors and Fonts </ div >
86
+ < div class ='table-title ' id =" colors " > UI Colors and Fonts </ div >
87
87
< table class ="m-table ">
88
88
< tr >
89
89
< td class =" attr-col mono-bold right "> theme </ td >
@@ -115,7 +115,7 @@ <h2> Attributes</h2>
115
115
</ tr >
116
116
</ table >
117
117
118
- < div class ='table-title '> Navigation bar colors (only applicable in read-mode)</ div >
118
+ < div class ='table-title ' id =" nav-bar-colors " > Navigation bar colors (only applicable in read-mode)</ div >
119
119
< table class ="m-table ">
120
120
< tr >
121
121
< td class =" attr-col mono-bold right "> nav-bg-color </ td >
@@ -144,7 +144,7 @@ <h2> Attributes</h2>
144
144
</ tr >
145
145
</ table >
146
146
147
- < div class ='table-title '> UI Layout & Placement</ div >
147
+ < div class ='table-title ' id =' layout ' > UI Layout & Placement</ div >
148
148
< table class ="m-table ">
149
149
< tr >
150
150
< td class ="attr-col mono-bold right "> layout </ td >
@@ -204,7 +204,7 @@ <h2> Attributes</h2>
204
204
</ tr >
205
205
</ table >
206
206
207
- < div class ='table-title '> Hide/Show Sections </ div >
207
+ < div class ='table-title ' id =' toggle-sections ' > Hide/Show Sections </ div >
208
208
< table class ="m-table ">
209
209
< tr >
210
210
< td class ="attr-col mono-bold right "> show-info</ td >
@@ -279,7 +279,7 @@ <h2> Attributes</h2>
279
279
</ tr >
280
280
</ table >
281
281
282
- < div class ='table-title '> API Server</ div >
282
+ < div class ='table-title ' id =' api-servers ' > API Server</ div >
283
283
< table class ="m-table ">
284
284
< tr >
285
285
< td class ="attr-col mono-bold right "> api-key-name</ td >
@@ -368,6 +368,10 @@ <h2> Slots</h2>
368
368
< td class ="mono-bold right "> footer</ td >
369
369
< td class ="gray "> The conents of this slot will appear at the bottom of the spec</ td >
370
370
</ tr >
371
+ < tr >
372
+ < td class ="mono-bold right "> nav-logo</ td >
373
+ < td class ="gray "> The conents of this slot will appear on Side navigation bar (only available in read-mode)</ td >
374
+ </ tr >
371
375
</ table >
372
376
</ div >
373
377
</ div >
0 commit comments