mirror of
https://github.com/tamasfe/taplo.git
synced 2025-08-04 17:08:03 +00:00
docs: fix contributing.md links (#493)
This commit is contained in:
parent
5c8ad75a5c
commit
f459510355
1 changed files with 7 additions and 7 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue