File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,12 +36,6 @@ products:
3636 icon : fa-regular fa-gear
3737 subtitle : Dashboard, configuration & administration
3838
39- - display-name : SWML
40- slug : swml
41- path : products/swml/swml.yml
42- icon : fa-regular fa-file-code
43- subtitle : Write communication applications, call flows and AI agents
44-
4539 - display-name : Call Flow Builder
4640 slug : call-flow-builder
4741 path : products/call-flow-builder/call-flow-builder.yml
@@ -94,7 +88,13 @@ products:
9488 slug : apis
9589 path : products/apis.yml
9690 icon : fa-regular fa-code
97- subtitle : REST API reference and guides
91+ subtitle : Send SMS, manage calls, administer SignalWire
92+
93+ - display-name : SWML
94+ slug : swml
95+ path : products/swml/swml.yml
96+ icon : fa-regular fa-file-code
97+ subtitle : Write communication applications, call flows and AI agents
9898
9999 - display-name : Compatibility API
100100 slug : compatibility-api
Original file line number Diff line number Diff line change @@ -302,9 +302,9 @@ a[href*="status.signalwire.com"]::after {
302302 *
303303 * 3-column grouped layout for the product dropdown.
304304 *
305- * Column 1 (Products): Platform, SWML, Call Flow Builder
305+ * Column 1 (Products): Platform, Call Flow Builder
306306 * Column 2 (SDKs): Agents SDK, Server SDK, Browser SDK
307- * Column 3 (APIs): APIs
307+ * Column 3 (APIs): APIs, SWML
308308 *
309309 * Home is hidden. Compatibility API appears as a footer link.
310310 */
@@ -351,13 +351,9 @@ a[href*="status.signalwire.com"]::after {
351351 grid-column : 1 ;
352352 grid-row : 1 ;
353353 }
354- > a [href *= "swml" ] {
355- grid-column : 1 ;
356- grid-row : 2 ;
357- }
358354 > a [href *= "call-flow-builder" ] {
359355 grid-column : 1 ;
360- grid-row : 3 ;
356+ grid-row : 2 ;
361357 }
362358
363359 /* --- Column 2: SDKs --- */
@@ -379,6 +375,10 @@ a[href*="status.signalwire.com"]::after {
379375 grid-column : 3 ;
380376 grid-row : 1 ;
381377 }
378+ > a [href *= "swml" ] {
379+ grid-column : 3 ;
380+ grid-row : 2 ;
381+ }
382382
383383 /* Full-width separator line above the footer row */
384384 & ::after {
You can’t perform that action at this time.
0 commit comments