Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
chore: update documentation page in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Aug 9, 2023
1 parent c35ab7c commit 339ee9c
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion crates/rome_console/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors.workspace = true
description = "Expose utilities to print HTML-syntax messages"
documentation = "https://rustdocs.rome.tools/rome_console/index.html"
documentation = "https://docs.rs/rome_console"
edition.workspace = true
license.workspace = true
name = "rome_console"
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_css_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors.workspace = true
categories = ["parser-implementations", "development-tools"]
description = "An extremely fast CSS parser"
documentation = "https://rustdocs.rome.tools/rome_css_parser/index.html"
documentation = "https://docs.rs/rome_css_parser"
edition.workspace = true
homepage.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_css_syntax/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors.workspace = true
description = "SyntaxKind and common rowan definitions for rome_css_parser"
documentation = "https://rustdocs.rome.tools/rome_css_parser/index.html"
documentation = "https://docs.rs/rome_css_parser"
edition.workspace = true
license.workspace = true
name = "rome_css_syntax"
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_diagnostics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors.workspace = true
categories = ["development-tools"]
description = "Pretty error reporting library"
documentation = "https://rustdocs.rome.tools/rome_diagnostics/index.html"
documentation = "https://docs.rs/rome_diagnostics"
edition.workspace = true
license.workspace = true
name = "rome_diagnostics"
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_diagnostics_categories/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors.workspace = true
description = "Diagnostic categories for rome_diagnostics. It exposes a macro that emits compile-time errors for extranous categories."
documentation = "https://rustdocs.rome.tools/rome_diagnostics/index.html"
documentation = "https://docs.rs/rome_diagnostics"
edition.workspace = true
license.workspace = true
name = "rome_diagnostics_categories"
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_diagnostics_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors.workspace = true
description = "A Macro to make a struct type a Rome diagnostic."
documentation = "https://rustdocs.rome.tools/rome_diagnostics/index.html"
documentation = "https://docs.rs/rome_diagnostics"
edition.workspace = true
license.workspace = true
name = "rome_diagnostics_macros"
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_formatter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors.workspace = true
description = "Rome's formatter shared infrastructure"
documentation = "https://rustdocs.rome.tools/rome_formatter/index.html"
documentation = "https://docs.rs/rome_formatter"
edition.workspace = true
license.workspace = true
name = "rome_formatter"
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_formatter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@

# `rome_formatter`

Rome's formatter implementation. Follow the [documentation](https://docs.rs/rome_formatter/latest/).
Rome's formatter implementation. Follow the [documentation](https://docs.rs/rome_formatter/).
2 changes: 1 addition & 1 deletion crates/rome_js_factory/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors.workspace = true
description = "Utilities to create JavaScript AST for rome_js_parser"
documentation = "https://rustdocs.rome.tools/rome_js_factory/index.html"
documentation = "https://docs.rs/rome_js_factory"
edition.workspace = true
license.workspace = true
name = "rome_js_factory"
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_js_formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors.workspace = true
categories = ["development-tools"]
description = "Rome's JavaScript formatter"
documentation = "https://rustdocs.rome.tools/rome_js_formatter/index.html"
documentation = "https://docs.rs/rome_js_formatter"
edition.workspace = true
license.workspace = true
name = "rome_js_formatter"
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_js_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors.workspace = true
categories = ["parser-implementations", "development-tools"]
description = "An extremely fast ECMAScript parser for Rome, forked from the RSlint project"
documentation = "https://rustdocs.rome.tools/rome_js_parser/index.html"
documentation = "https://docs.rs/rome_js_parser"
edition.workspace = true
homepage.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_js_parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@

# `rome_js_parser`

Rome's JavaScript parser implementation. Follow the [documentation](https://docs.rs/rome_js_parser/latest/).
Rome's JavaScript parser implementation. Follow the [documentation](https://docs.rs/rome_js_parser/).

2 changes: 1 addition & 1 deletion crates/rome_js_semantic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors.workspace = true
description = "Semantic model for the JavaScript language"
documentation = "https://rustdocs.rome.tools/rome_js_semantic/index.html"
documentation = "https://docs.rs/rome_js_semantic"
edition.workspace = true
license.workspace = true
name = "rome_js_semantic"
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_js_semantic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@

# `rome_js_semantic`

Rome's semantic model for JavaScript. Follow the [documentation](https://docs.rs/rome_js_semantic/latest/).
Rome's semantic model for JavaScript. Follow the [documentation](https://docs.rs/rome_js_semantic/).

2 changes: 1 addition & 1 deletion crates/rome_js_syntax/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors.workspace = true
description = "SyntaxKind and common rowan definitions for rome_js_parser"
documentation = "https://rustdocs.rome.tools/rome_js_syntax/index.html"
documentation = "https://docs.rs/rome_js_syntax"
edition.workspace = true
license.workspace = true
name = "rome_js_syntax"
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_js_syntax/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@

# `rome_js_syntax`

Rome's JavaScript parser implementation. Follow the [documentation](https://docs.rs/rome_js_parser/latest/).
Rome's JavaScript parser implementation. Follow the [documentation](https://docs.rs/rome_js_parser/).

2 changes: 1 addition & 1 deletion crates/rome_js_unicode_table/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Rome Tools and Contributors"]
description = "Unicode table for JavaScript IDs"
documentation = "https://rustdocs.rome.tools/rome_js_parser/index.html"
documentation = "https://docs.rs/rome_js_parser"
edition.workspace = true
license.workspace = true
name = "rome_js_unicode_table"
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_json_factory/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors.workspace = true
description = "Utilities to create JSON AST for rome_json_parser"
documentation = "https://rustdocs.rome.tools/rome_json_parser/index.html"
documentation = "https://docs.rs/rome_json_parser"
edition.workspace = true
license.workspace = true
name = "rome_json_factory"
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_json_formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors.workspace = true
categories = ["development-tools"]
description = "Rome's JSON formatter"
documentation = "https://rustdocs.rome.tools/rome_js_formatter/index.html"
documentation = "https://docs.rs/rome_js_formatter"
edition.workspace = true
homepage.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_json_formatter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@

# `rome_json_formatter`

Rome's JSON formatter implementation. Follow the [documentation](https://docs.rs/rome_json_formatter/latest/).
Rome's JSON formatter implementation. Follow the [documentation](https://docs.rs/rome_json_formatter/).

2 changes: 1 addition & 1 deletion crates/rome_json_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors.workspace = true
categories = ["parser-implementations", "development-tools"]
description = "An extremely fast JSON parser"
documentation = "https://rustdocs.rome.tools/rome_json_parser/index.html"
documentation = "https://docs.rs/rome_json_parser"
edition.workspace = true
homepage.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_json_parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@

# `rome_json_parser`

Rome's JSON parser implementation. Follow the [documentation](https://docs.rs/rome_json_parser/latest/).
Rome's JSON parser implementation. Follow the [documentation](https://docs.rs/rome_json_parser/).

2 changes: 1 addition & 1 deletion crates/rome_json_syntax/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors.workspace = true
description = "SyntaxKind and common rowan definitions for rome_json_parser"
documentation = "https://rustdocs.rome.tools/rome_json_parser/index.html"
documentation = "https://docs.rs/rome_json_parser"
edition.workspace = true
license.workspace = true
name = "rome_json_syntax"
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_markup/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors.workspace = true
description = "Macro to write text using a HTML-like syntax"
documentation = "https://rustdocs.rome.tools/rome_markup/index.html"
documentation = "https://docs.rs/rome_markup"
edition.workspace = true
license.workspace = true
name = "rome_markup"
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors.workspace = true
description = "Shared infrastructure for Rome's parser"
documentation = "https://rustdocs.rome.tools/rome_parser/index.html"
documentation = "https://docs.rs/rome_parser"
edition.workspace = true
license.workspace = true
name = "rome_parser"
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_rowan/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
description = "Library for generic lossless syntax trees"
documentation = "https://rustdocs.rome.tools/rome_rowan/index.html"
documentation = "https://docs.rs/rome_rowan"
edition.workspace = true
license = "MIT OR Apache-2.0"
name = "rome_rowan"
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_text_edit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors.workspace = true
description = "Simple text editing crate ported from rust-analyzer"
documentation = "https://rustdocs.rome.tools/rome_text_edit/index.html"
documentation = "https://docs.rs/rome_text_edit"
edition.workspace = true
license = "MIT OR Apache-2.0"
name = "rome_text_edit"
Expand Down
2 changes: 1 addition & 1 deletion crates/rome_text_size/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.0.1"

authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>", "Christopher Durham (CAD97) <cad97@cad97.com>"]
description = "Fork of the crate text_size"
documentation = "https://rustdocs.rome.tools/rome_text_size/index.html"
documentation = "https://docs.rs/rome_text_size"
license = "MIT OR Apache-2.0"
repository.workspace = true

Expand Down

0 comments on commit 339ee9c

Please sign in to comment.