tree-sitter/docs
Andrew Hlynskyi 613382c70a docs: update badges; fix markdown lint complains
Linter config `.vscode/settings.json`:
```json
{
    "[markdown]": {
        "files.trimTrailingWhitespace": false,
    },
    "markdownlint.config": {
        "default": true,
        // "ul-style": {
        //     "style": "asterisk"
        // },
        "MD001": false,
        "MD024": false,
        "MD025": false,
        "MD033": false,
        "MD041": false,
        "MD053": false,
    },
}
```
2023-04-16 23:39:08 +03:00
..
_layouts Add hyperlink to github repo below img of tree 2020-02-12 16:20:03 +00:00
assets playground: Make query error underlines render in safari 2021-11-22 16:04:45 -08:00
.gitignore Add table of contents to docs pages 2018-02-26 17:42:42 -08:00
_config.yml Start fleshing out docs site 2018-06-10 14:44:33 -07:00
Gemfile docs: add webrick to Gemfile to fix a compat issue 2023-03-15 12:31:54 +02:00
Gemfile.lock chore(deps): bump commonmarker from 0.23.8 to 0.23.9 in /docs 2023-04-15 05:15:36 +03:00
index.md docs: update badges; fix markdown lint complains 2023-04-16 23:39:08 +03:00
section-2-using-parsers.md docs: update badges; fix markdown lint complains 2023-04-16 23:39:08 +03:00
section-3-creating-parsers.md docs: update badges; fix markdown lint complains 2023-04-16 23:39:08 +03:00
section-4-syntax-highlighting.md docs: update badges; fix markdown lint complains 2023-04-16 23:39:08 +03:00
section-5-implementation.md docs: update badges; fix markdown lint complains 2023-04-16 23:39:08 +03:00
section-6-contributing.md docs: update badges; fix markdown lint complains 2023-04-16 23:39:08 +03:00
section-7-playground.html Add QL to the playground (#558) 2020-03-03 13:46:20 -08:00
section-8-code-navigation-systems.md docs: update badges; fix markdown lint complains 2023-04-16 23:39:08 +03:00