Commit ecf0037
fix: remove partial listing of collections from landing page (stac-utils#496)
**Related Issue(s):**
- stac-utils#495
**Description:**
Removes the "child" links to collections from the landing page. Since
collection pagination was implemented, an incomplete list of these
"child" links was returned on the landing page. In order to avoid
confusion, it is better to remove this partial listing of collections
from the landing page.
**PR Checklist:**
- [x] Code is formatted and linted (run `pre-commit run --all-files`)
- [x] Tests pass (run `make test`)
- [x] Documentation has been updated to reflect changes, if applicable
- [x] Changes are added to the changelog
---------
Co-authored-by: Jonathan Healy <[email protected]>1 parent 226be85 commit ecf0037
2 files changed
+1
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | 204 | | |
216 | 205 | | |
217 | 206 | | |
| |||
0 commit comments