docs: fix contributing.md links (#493)

This commit is contained in:
uncenter 2023-10-19 08:47:08 -04:00 committed by GitHub
parent 5c8ad75a5c
commit f459510355
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,9 +7,9 @@
- [taplo-cli](#taplo-cli)
- [taplo-ide](#taplo-ide)
- [js](#js)
- [vscode](#vscode)
- [cli](#cli)
- [lib](#lib)
- [vscode](#vscode)
- [util](#util)
- [Code of Conduct](#code-of-conduct)
@ -47,14 +47,10 @@ A CLI tool that uses Taplo, it is the home of `taplo.config` as well.
An IDE-agnostic language server, right now it expects to run within a `wasm32` environment only, however other than that it contains no IDE-specific code or settings.
Originally designed to run alongside a VSCode extension, but with minimal work it can be made into a standalone executable.
### [js](node)
### [js](js)
Directory containing everything related to Node.js and JavaScript.
#### [vscode](js/vscode)
The VSCode extension, and a Node.js wrapper for [taplo-ide](crates/taplo-ide).
#### [cli](js/cli)
A Node.js wrapper over [taplo-cli](crates/taplo-cli).
@ -63,6 +59,10 @@ A Node.js wrapper over [taplo-cli](crates/taplo-cli).
A JavaScript wrapper over the core [taplo](crates/taplo) library exposing a high-level API.
### [vscode](editors/vscode)
The VSCode extension, and a Node.js wrapper for [taplo-ide](crates/taplo-ide).
### [util](util)
Contains utilities for schemas and tests.
@ -71,4 +71,4 @@ The [schema-gen](util/schema-gen) was intended for `Cargo.toml` schema generatio
## Code of Conduct
Taplo's code of conduct is very simple: **don't be an ass**. I hope this includes everything. Conflicts happen, however most conflicts can and must be resolved in a humanly way (<s>*or with git*</s>). Behaviour that hurts anyone on an emotional or even a physical level will not be tolerated.
Taplo's code of conduct is very simple: **don't be an ass**. I hope this includes everything. Conflicts happen, however most conflicts can and must be resolved in a humanly way (<s>*or with git*</s>). Behaviour that hurts anyone on an emotional or even a physical level will not be tolerated.