Toggle menu
4
4
2
384
MechaWiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Sidebar: Difference between revisions

MediaWiki interface page
Created page with "{ "main": [ { "label": "Overview", "type": "section" }, { "label": "Home", "href": "/wiki/Main_Page", "icon": "home" }, { "label": "Getting Started", "href": "/wiki/Getting_Started", "icon": "rocket" }, { "label": "Platform", "type": "section" }, { "label": "Mechanix GUI", "href": "/wiki/Mechanix_GUI", "icon": "desktop" }, { "label": "Mecha..."
 
Admin changed the content model of the page MediaWiki:Sidebar from "wikitext" to "JSON"
Line 1: Line 1:
{
{
  "main": [
"main": [
 
{
    {
"label": "Overview",
      "label": "Overview",
"type": "section"
      "type": "section"
},
    },
{
    {
"label": "Home",
      "label": "Home",
"href": "/wiki/Main_Page",
      "href": "/wiki/Main_Page",
"icon": "home"
      "icon": "home"
},
    },
{
    {
"label": "Getting Started",
      "label": "Getting Started",
"href": "/wiki/Getting_Started",
      "href": "/wiki/Getting_Started",
"icon": "rocket"
      "icon": "rocket"
},
    },
{
 
"label": "Platform",
 
"type": "section"
    {
},
      "label": "Platform",
{
      "type": "section"
"label": "Mechanix GUI",
    },
"href": "/wiki/Mechanix_GUI",
    {
"icon": "desktop"
      "label": "Mechanix GUI",
},
      "href": "/wiki/Mechanix_GUI",
{
      "icon": "desktop"
"label": "Mechanix Dart",
    },
"href": "/wiki/Mechanix_Dart",
    {
"icon": "code"
      "label": "Mechanix Dart",
},
      "href": "/wiki/Mechanix_Dart",
{
      "icon": "code"
"label": "Mecha Make",
    },
"href": "/wiki/Mecha_Make",
    {
"icon": "microchip"
      "label": "Mecha Make",
},
      "href": "/wiki/Mecha_Make",
{
      "icon": "microchip"
"label": "OS Images",
    },
"href": "/wiki/OS_Images",
    {
"icon": "download"
      "label": "OS Images",
},
      "href": "/wiki/OS_Images",
{
      "icon": "download"
"label": "Development",
    },
"type": "section"
 
},
 
{
    {
"label": "Build Apps",
      "label": "Development",
"href": "/wiki/Build_Apps",
      "type": "section"
"icon": "hammer"
    },
},
    {
{
      "label": "Build Apps",
"label": "Hardware API",
      "href": "/wiki/Build_Apps",
"href": "/wiki/Hardware_API",
      "icon": "hammer"
"icon": "cpu"
    },
},
    {
{
      "label": "Hardware API",
"label": "SDK",
      "href": "/wiki/Hardware_API",
"href": "/wiki/SDK",
      "icon": "cpu"
"icon": "book"
    },
},
    {
{
      "label": "SDK",
"label": "Extensions",
      "href": "/wiki/SDK",
"href": "/wiki/Extensions",
      "icon": "book"
"icon": "puzzle-piece"
    },
},
    {
{
      "label": "Extensions",
"label": "Community",
      "href": "/wiki/Extensions",
"type": "section"
      "icon": "puzzle-piece"
},
    },
{
 
"label": "GitHub",
 
"href": "https://github.com/mecha-org",
    {
"icon": "github"
      "label": "Community",
},
      "type": "section"
{
    },
"label": "Matrix",
    {
"href": "/wiki/Matrix",
      "label": "GitHub",
"icon": "comments"
      "href": "https://github.com/mecha-org",
},
      "icon": "github"
{
    },
"label": "Discord",
    {
"href": "/wiki/Discord",
      "label": "Matrix",
"icon": "discord"
      "href": "/wiki/Matrix",
}
      "icon": "comments"
]
    },
    {
      "label": "Discord",
      "href": "/wiki/Discord",
      "icon": "discord"
    }
 
  ]
}
}

Revision as of 19:01, 21 February 2026

main
label"Overview"
type"section"
label"Home"
href"/wiki/Main_Page"
icon"home"
label"Getting Started"
href"/wiki/Getting_Started"
icon"rocket"
label"Platform"
type"section"
label"Mechanix GUI"
href"/wiki/Mechanix_GUI"
icon"desktop"
label"Mechanix Dart"
href"/wiki/Mechanix_Dart"
icon"code"
label"Mecha Make"
href"/wiki/Mecha_Make"
icon"microchip"
label"OS Images"
href"/wiki/OS_Images"
icon"download"
label"Development"
type"section"
label"Build Apps"
href"/wiki/Build_Apps"
icon"hammer"
label"Hardware API"
href"/wiki/Hardware_API"
icon"cpu"
label"SDK"
href"/wiki/SDK"
icon"book"
label"Extensions"
href"/wiki/Extensions"
icon"puzzle-piece"
label"Community"
type"section"
label"GitHub"
href"https://github.com/mecha-org"
icon"github"
label"Matrix"
href"/wiki/Matrix"
icon"comments"
label"Discord"
href"/wiki/Discord"
icon"discord"