2019-03-27 07:42:18 +01:00
|
|
|
"use strict";
|
|
|
|
|
|
|
|
module.exports = [
|
|
|
|
|
|
|
|
{
|
|
|
|
text: "Try Online",
|
|
|
|
link: "/online",
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
text: "Documentation",
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
text: "Guides",
|
|
|
|
link: "/guides/getting-started",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: "Grammar",
|
|
|
|
link: "/grammar/",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: "API",
|
|
|
|
link: "/guides/javascript-api",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: "Compatibility",
|
|
|
|
link: "/guides/compatibility",
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
text: "Development",
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
text: "Contribute",
|
|
|
|
link: "/development",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: "Changelogs",
|
|
|
|
link: "/changelogs/",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: "Source code",
|
|
|
|
link: "https://github.com/pegjs/pegjs",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: "Issue tracker",
|
|
|
|
link: "https://github.com/pegjs/pegjs/issues",
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
text: "Community",
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
text: "Forums",
|
|
|
|
link: "https://gitq.com/pegjs/pegjs",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: "Wiki",
|
|
|
|
link: "https://github.com/pegjs/pegjs/wiki",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: "Stack Overflow",
|
|
|
|
link: "https://stackoverflow.com/questions/tagged/pegjs",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: "Twitter",
|
|
|
|
link: "https://twitter.com/pegjs",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: "Plugins",
|
|
|
|
link: "https://www.npmjs.com/search?q=pegjs%20plugin",
|
2019-09-29 04:24:42 +02:00
|
|
|
},
|
2019-03-27 07:42:18 +01:00
|
|
|
],
|
|
|
|
},
|
|
|
|
|
|
|
|
];
|