44 lines
1.3 KiB
JavaScript
44 lines
1.3 KiB
JavaScript
export default [
|
|
{ id: 1, href: "/2.3.0/index.html", title: "2.3.0", label: "2.3.0" },
|
|
{ id: 2, href: "/2.2.0/index.html", title: "2.2.0", label: "2.2.0" },
|
|
{ id: 3, href: "/2.1.0/index.html", title: "2.1.0", label: "2.1.0" },
|
|
{ id: 4, href: "/2.0.0/index.html", title: "2.0.0", label: "2.0.0" },
|
|
{ id: 5, href: "/1.2.0/index.html", title: "1.2.0", label: "1.2.0" },
|
|
{ id: 6, href: "/1.1.0/index.html", title: "1.1.0", label: "1.1.0" },
|
|
{ id: 7, href: "/1.0.0/index.html", title: "1.0.0", label: "1.0.0" },
|
|
{ id: 8, href: "/0.8.4/index.html", title: "0.8.4", label: "0.8.4" },
|
|
{ id: 9, href: "/0.8.3/index.html", title: "0.8.3", label: "0.8.3" },
|
|
{ id: 10, href: "/0.8.2/index.html", title: "0.8.2", label: "0.8.2" },
|
|
{ id: 11, href: "/0.8.1/index.html", title: "0.8.1", label: "0.8.1" },
|
|
{
|
|
id: 12,
|
|
href: "/0.8.0-incubating/index.html",
|
|
title: "0.8-incubating",
|
|
label: "0.8-incubating"
|
|
},
|
|
{
|
|
id: 13,
|
|
href: "/0.7.1-incubating/index.html",
|
|
title: "0.7.1-incubating",
|
|
label: "0.7.1-incubating"
|
|
},
|
|
{
|
|
id: 14,
|
|
href: "/0.7.0-incubating/index.html",
|
|
title: "0.7-incubating",
|
|
label: "0.7-incubating"
|
|
},
|
|
{
|
|
id: 15,
|
|
href: "/0.6.0-incubating/index.html",
|
|
title: "0.6-incubating",
|
|
label: "0.6-incubating"
|
|
},
|
|
{
|
|
id: 16,
|
|
href: "/0.5.0-incubating/index.html",
|
|
title: "0.5-incubating",
|
|
label: "0.5-incubating"
|
|
}
|
|
];
|