File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ plugins:
2828 - 70
2929 - - remark-lint-heading-style
3030 - atx
31+ - - remark-lint-no-shortcut-reference-link
32+ - false
3133# Lists
3234 - remark-lint-list-item-bullet-indent
3335 - remark-lint-ordered-list-marker-style
@@ -39,4 +41,4 @@ plugins:
3941 - space
4042# Tables
4143 - remark-lint-table-pipes
42- - remark-lint-no-literal-urls
44+ - remark-lint-no-literal-urls
Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+
7+ ## [ Unreleased]
8+
9+ ### Added
10+
11+ ### Changed
12+
13+ ### Deprecated
14+
15+ ### Removed
16+
17+ ### Fixed
18+
19+ [ Unreleased ] : < https://github.com/stac-extensions/template/compare/v1.0.0...HEAD >
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ This is the place to add a short introduction.
1414 - [ Item example] ( examples/item.json ) : Shows the basic usage of the extension in a STAC Item
1515 - [ Collection example] ( examples/collection.json ) : Shows the basic usage of the extension in a STAC Collection
1616- [ JSON Schema] ( json-schema/schema.json )
17+ - [ Changelog] ( ./CHANGELOG.md )
1718
1819## Item Properties and Collection Fields
1920
You can’t perform that action at this time.
0 commit comments