
Inline @rocketseat theme for Gatsby because we need a lot of changes. Fix bad GitHub edit url, next/prev links, external links without target="_blank".
7 lines
151 B
JavaScript
7 lines
151 B
JavaScript
module.exports = {
|
|
configPath: `src/config`,
|
|
docsPath: `src/docs`,
|
|
githubUrl: `https://github.com/golangci/golangci-lint`,
|
|
baseDir: `docs`,
|
|
};
|