Skip to content

Commit

Permalink
Move linter content to 5.0 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Jan 18, 2024
1 parent eee9d5b commit 498bcfb
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
14 changes: 0 additions & 14 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,20 +67,6 @@ module.exports = {
"datastructures/custom",
"datastructures/storage-in-metadata",
],
"Linter": [
"linter/overview",
{
type: "category",
label: "Linting rules",
items: [
"linter/rules/no_main",
"linter/rules/primitive_topic",
"linter/rules/storage_never_freed",
"linter/rules/strict_balance_equality",
"linter/rules/non_fallible_api",
]
}
],
"Frontend Development": [
"frontend/overview",
"frontend/getting-started",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions versioned_sidebars/version-5.x-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,20 @@
"datastructures/custom",
"datastructures/storage-in-metadata"
],
"Linter": [
"linter/overview",
{
"type": "category",
"label": "Linting rules",
"items": [
"linter/rules/no_main",
"linter/rules/primitive_topic",
"linter/rules/storage_never_freed",
"linter/rules/strict_balance_equality",
"linter/rules/non_fallible_api"
]
}
],
"Frontend Development": [
"frontend/overview"
],
Expand Down

0 comments on commit 498bcfb

Please sign in to comment.