61 Commits

Author SHA1 Message Date
Denis Isaev
9119ca7e78
docs: recommend binary installation for windows and linux (#1159)
Relates: #1087
2020-05-23 02:06:20 +03:00
Denis Isaev
a1e1226977
docs: list contributors 2020-05-19 14:41:16 +03:00
Julia Ogris
ba6476a608
Fix syntax highlighting for bash scripts (#1151)
Fix syntax highlighting for bash scripts by changing language from
bash to sh in triple-backtick blocks: ```bash -> ```sh.

Some of these blocks had command output or prompt as part of the
listening which formatted in odd ways, e.g. colouring every occurrence
of the word "for" or "help" in purple.

With the sh language specification these wrong colours are gone, so use
it.
2020-05-18 15:53:20 +03:00
Denis Isaev
f0c0f06f3d
docs: add link to good issues for contributing 2020-05-17 23:08:39 +03:00
Ryan Currah
778e08fda4
bump gomodguard version (#1140)
* bump gomodguard version which adds a new feature to allow blocking modules based on version constraints

* add description why you may want to use gomodguard over depguard, updated example config and add a section the contributor doc page to remind people to update the example config
2020-05-17 22:35:13 +03:00
Denis Isaev
046be12ec7
docs: add versioning policy and releases 2020-05-17 22:01:59 +03:00
Denis Isaev
84892fc15f docs: add contributing quick start 2020-05-17 10:49:51 +03:00
Denis Isaev
e3227ec340 docs: add articles about contributing 2020-05-16 23:09:06 +03:00
Isaev Denis
f920f77a38
docs: fill README.md (#1098)
Add info about github action.
Make a search placeholder waiting for
access to algolia docsearch.
2020-05-16 18:44:37 +03:00
Isaev Denis
0d774cd24a
docs: inline website theme (#1096)
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".
2020-05-16 17:17:58 +03:00
Isaev Denis
2d4d503a79
docs: migrate README.md to a website (#1094)
Make a website https://golangci-lint.run
for golangci-lint documentation.
The website is backed by Gatsby static site generator
and deployed into Netlify.
2020-05-16 14:10:03 +03:00