mirror of
https://github.com/IlanCosman/tide.git
synced 2025-01-07 01:19:51 +03:00
Minor docs changes
This commit is contained in:
parent
5683004f09
commit
44edb27fa1
3
.github/linters/.markdown-link-check.json
vendored
3
.github/linters/.markdown-link-check.json
vendored
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"retryOn429": true
|
|
||||||
}
|
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
DISABLE_LINTERS: [SPELL_CSPELL, SPELL_PROSELINT]
|
DISABLE_LINTERS: [SPELL_CSPELL, SPELL_PROSELINT, MARKDOWN_MARKDOWN_LINK_CHECK]
|
||||||
GITHUB_STATUS_REPORTER: false
|
GITHUB_STATUS_REPORTER: false
|
||||||
PRINT_ALPACA: false
|
PRINT_ALPACA: false
|
||||||
YAML_PRETTIER_FILE_EXTENSIONS: [.yml, .md]
|
YAML_PRETTIER_FILE_EXTENSIONS: [.yml, .md]
|
||||||
|
@ -551,6 +551,7 @@
|
|||||||
[#394]: https://github.com/IlanCosman/tide/issues/394
|
[#394]: https://github.com/IlanCosman/tide/issues/394
|
||||||
[#398]: https://github.com/IlanCosman/tide/pull/398
|
[#398]: https://github.com/IlanCosman/tide/pull/398
|
||||||
[#399]: https://github.com/IlanCosman/tide/issues/399
|
[#399]: https://github.com/IlanCosman/tide/issues/399
|
||||||
|
[#437]: https://github.com/IlanCosman/tide/issues/437
|
||||||
[prettier action]: https://github.com/actionsx/prettier
|
[prettier action]: https://github.com/actionsx/prettier
|
||||||
[super-linter]: https://github.com/github/super-linter
|
[super-linter]: https://github.com/github/super-linter
|
||||||
[v1.0.0]: https://github.com/IlanCosman/tide/tree/v1.0.0
|
[v1.0.0]: https://github.com/IlanCosman/tide/tree/v1.0.0
|
||||||
|
@ -58,7 +58,7 @@ In general, just run `make` to do everything.
|
|||||||
|
|
||||||
## Documentation Conventions
|
## Documentation Conventions
|
||||||
|
|
||||||
All links should be in the [reference style][], with references at the bottom of the document in alphabetical order.
|
All links should be in reference style, with references at the bottom of the document in alphabetical order.
|
||||||
|
|
||||||
### Images
|
### Images
|
||||||
|
|
||||||
@ -96,4 +96,3 @@ All links should be in the [reference style][], with references at the bottom of
|
|||||||
[littlecheck]: https://github.com/ridiculousfish/littlecheck
|
[littlecheck]: https://github.com/ridiculousfish/littlecheck
|
||||||
[mega-linter]: https://github.com/nvuillam/mega-linter
|
[mega-linter]: https://github.com/nvuillam/mega-linter
|
||||||
[prettier]: https://github.com/prettier/prettier
|
[prettier]: https://github.com/prettier/prettier
|
||||||
[reference style]: https://www.markdownguide.org/basic-syntax/#reference-style-links
|
|
||||||
|
Loading…
Reference in New Issue
Block a user