Skip to content

Commit

Permalink
fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafernandes committed Aug 22, 2024
1 parent 4fed786 commit ada794d
Show file tree
Hide file tree
Showing 19 changed files with 1,090 additions and 971 deletions.
12 changes: 10 additions & 2 deletions .eslintrc.md.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,21 @@ module.exports = {
// https://github.com/DavidAnson/markdownlint?tab=readme-ov-file
"markdownlint/md001": "off",
"markdownlint/md003": "warn",
// line length
"markdownlint/md013": ["error", {
"line_length": 100,
"code_block_line_length": 100,
"code_blocks": true,
}],
// allow headings with the same content
"markdownlint/md024": "off",
// allow multiple ## and # in the same file
"markdownlint/md025": ["error", {
"level": 2
}]
"level": 3
}],
// allow inline html
"markdownlint/md033": "off",
// allowed here, not for real docs
"markdownlint/md051": "off",
}
};
326 changes: 0 additions & 326 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ It's built using [Docusaurus](https://docusaurus.io/).

It also contains a written guide for contributing to Consensys docs, and creating, configuring, and
testing new doc sites, published at
[`docs-template.consensys.net`](https://docs-template.consensys.net/).
[`docs-template.consensys.net`](https://docs-template.consensys.net/).
3 changes: 2 additions & 1 deletion docs/configure/google-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ sidebar_position: 3
# Configure Google Analytics

Docusaurus supports [Google Tag Manager](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-google-tag-manager)
and [GTag](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-google-gtag) plugins for Google Analytics.
and [GTag](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-google-gtag)
plugins for Google Analytics.
The plugins are installed by default in this template repository.

## Set up Google Tag Manager and GTag
Expand Down
3 changes: 2 additions & 1 deletion docs/configure/openapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ sidebar_label: OpenAPI docs

# Configure OpenAPI docs

There are currently no plugins available to support Docusaurus 3. Please refer to the solution implemented on Web3signer
There are currently no plugins available to support Docusaurus 3. Please refer to the
solution implemented on Web3signer

We will update this space when there is a plugin available from Redocusaurus or Palo Alto OpenAPI
Loading

0 comments on commit ada794d

Please sign in to comment.