github.com/System-Glitch/goyave/v2@v2.10.3-0.20200819142921-51011e75d504/docs_src/src/.vuepress/nav/en.js (about)

     1  module.exports = [
     2      {
     3        text: "Guide",
     4        link: "/guide/"
     5      },
     6      {
     7        text: 'pkg.go.dev',
     8        link: 'https://pkg.go.dev/github.com/System-Glitch/goyave/v2'
     9      }
    10    ];
    11