Skip to content

Commit

Permalink
chore(release): v6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
about-code committed Sep 12, 2022
1 parent 9eef5e1 commit 1b239bf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions conf/v5/doc/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ The default value is:
Reference this group by using

```json
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json#/$defs/generateFiles"}
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.1/conf/v5/schema.json#/$defs/generateFiles"}
```


Expand Down Expand Up @@ -383,7 +383,7 @@ Generate a file with a list of tables and where they can be found.
Reference this group by using

```json
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json#/$defs/glossaryFile"}
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.1/conf/v5/schema.json#/$defs/glossaryFile"}
```


Expand Down Expand Up @@ -486,7 +486,7 @@ A namespace or vocabulary identifier used as a prefix to construct URIs for glos
Reference this group by using

```json
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json#/$defs/glossaryFileExport"}
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.1/conf/v5/schema.json#/$defs/glossaryFileExport"}
```


Expand Down Expand Up @@ -516,7 +516,7 @@ File path or URL to a custom JSON-LD context document. JSON-LD contexts map term
Reference this group by using

```json
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json#/$defs/glossaryFileImport"}
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.1/conf/v5/schema.json#/$defs/glossaryFileImport"}
```


Expand Down Expand Up @@ -546,7 +546,7 @@ File path or URL to a custom JSON-LD context document. Expected to map attribute
Reference this group by using

```json
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json#/$defs/indexFile"}
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.1/conf/v5/schema.json#/$defs/indexFile"}
```


Expand Down Expand Up @@ -596,7 +596,7 @@ When this is `false` (default) then term occurrences in sections deeper than `in
Reference this group by using

```json
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json#/$defs/indexing"}
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.1/conf/v5/schema.json#/$defs/indexing"}
```


Expand Down Expand Up @@ -632,7 +632,7 @@ An array with items in a range of 1-6 denoting the depths of headings that shoul
Reference this group by using

```json
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json#/$defs/listOfItemsFile"}
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.1/conf/v5/schema.json#/$defs/listOfItemsFile"}
```


Expand Down Expand Up @@ -682,7 +682,7 @@ A regular expression which when matching against text will generate an entry in
Reference this group by using

```json
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json#/$defs/i18n"}
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.1/conf/v5/schema.json#/$defs/i18n"}
```


Expand Down Expand Up @@ -801,7 +801,7 @@ Whether the comparison is for sorting or for searching for matching strings. Def
Reference this group by using

```json
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json#/$defs/linking"}
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.1/conf/v5/schema.json#/$defs/linking"}
```


Expand Down Expand Up @@ -974,7 +974,7 @@ When 'true' replaces markdown inline links with numbered references to a link re
Reference this group by using

```json
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json#/$defs/unified"}
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.1/conf/v5/schema.json#/$defs/unified"}
```


Expand Down Expand Up @@ -1016,7 +1016,7 @@ Unified *processor* settings as described in <https://github.com/unifiedjs/unifi
Reference this group by using

```json
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json#/$defs/dev"}
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.1/conf/v5/schema.json#/$defs/dev"}
```


Expand Down
2 changes: 1 addition & 1 deletion conf/v5/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#"
,"$id": "https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json"
,"$id": "https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.1/conf/v5/schema.json"
,"type": "object"
,"title": "Configuration Schema"
,"description": "Load the configuration schema from your project's node_modules folder, for example './node_modules/glossarify-md/conf/v5/schema.json', or from a GitHub major release tag when installed globally, for example https://raw.githubusercontent.com/about-code/glossarify-md/v5.0.0/conf/v5/schema.json\nUse glossarify-md --init [--local] to generate a config with one or the other.\nNote that the configuration schema version is independent from the glossarify-md release version. Configuration schema version 5 introduced with glossarify-md v5.0.0 may still be used with glossarify-md v6.0.0 or v7.0.0. if there are no breaking changes in the schema."
Expand Down
2 changes: 1 addition & 1 deletion test/output-expected/config-cli/arg-init/minimal.conf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/about-code/glossarify-md/v5.1.0/conf/v5/schema.json",
"$schema": "https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.1/conf/v5/schema.json",
"baseDir": "./docs",
"outDir": "../docs-glossarified"
}
2 changes: 1 addition & 1 deletion test/output-expected/config-cli/arg-init/more.conf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/about-code/glossarify-md/v5.1.0/conf/v5/schema.json",
"$schema": "https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.1/conf/v5/schema.json",
"baseDir": "./docs",
"excludeFiles": [
"node_modules",
Expand Down

0 comments on commit 1b239bf

Please sign in to comment.