81 lines
1.8 KiB
JavaScript
81 lines
1.8 KiB
JavaScript
|
"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",
|
||
|
}
|
||
|
],
|
||
|
},
|
||
|
|
||
|
];
|