-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add contains method and improve index config schema
- Loading branch information
Showing
58 changed files
with
5,625 additions
and
2,067 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
16 changes: 8 additions & 8 deletions
16
docs/language-properties-path.md → docs/index-properties-exclude-items.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Path Schema | ||
# Untitled string in Index Schema | ||
|
||
```txt | ||
https://ns.adobe.com/helix/shared/language#/properties/destination | ||
https://ns.adobe.com/helix/shared/index#/properties/exclude/items | ||
``` | ||
|
||
The destination contentbus path to store sitemap to. | ||
|
||
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | | ||
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :------------------------------------------------------------------- | | ||
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [language.schema.json*](language.schema.json "open original schema") | | ||
|
||
## destination Type | ||
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | | ||
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :------------------------------------------------------------- | | ||
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [index.schema.json*](index.schema.json "open original schema") | | ||
|
||
`string` ([Path](language-properties-path.md)) | ||
## items Type | ||
|
||
`string` |
23 changes: 15 additions & 8 deletions
23
docs/language-properties-href-language.md → docs/index-properties-exclude.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,22 @@ | ||
# HREF Language Schema | ||
# Exclude Schema | ||
|
||
```txt | ||
https://ns.adobe.com/helix/shared/language#/properties/hreflang | ||
https://ns.adobe.com/helix/shared/index#/properties/exclude | ||
``` | ||
|
||
The HREF language to use when listing alternates. | ||
Glob patterns for paths where this index must not be used. | ||
|
||
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | | ||
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :------------------------------------------------------------------- | | ||
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [language.schema.json*](language.schema.json "open original schema") | | ||
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | | ||
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :------------------------------------------------------------- | | ||
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [index.schema.json*](index.schema.json "open original schema") | | ||
|
||
## hreflang Type | ||
## exclude Type | ||
|
||
`string` ([HREF Language](language-properties-href-language.md)) | ||
`string[]` | ||
|
||
## exclude Examples | ||
|
||
```yaml | ||
/drafts/** | ||
|
||
``` |
Oops, something went wrong.