Skip to content

Commit

Permalink
Merge pull request #401 from ConsumerDataStandardsAustralia/defect/400
Browse files Browse the repository at this point in the history
Enable generic links to schemas
  • Loading branch information
CDR-API-Stream authored Jul 2, 2024
2 parents 2faefdd + d1c070e commit aa74b42
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions slate/source/includes/introduction/_intro.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

```diff
Added anchors to allow linking to a schema base (without a specific version) from guidance material

Updated 'Consumer Data Right' website link
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Release notes for version v1.31.0 of the [CDR Standards](../../index.html).

This release addresses the following minor defects raised on [Standards Staging](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues):

- [Standards Staging #400 - Enable generic links to schemas](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/400)
- [Standards Staging #395 - Enhancements to Banking documentation](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/395)
- [Standards Staging #377 - Review FDO table](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/377)
- [Standards Staging #402 - Update Consumer Data Right link](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/402)
Expand All @@ -41,6 +42,7 @@ This release addresses the following Decision Proposals published on [Standards]
## General Changes
|Change|Description|Link|
|------|-----------|----|
| Enable generic links to schemas | [**Standards Staging #400**](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/400): Added anchors to allow linking to a schema base (without a specific version) from guidance material | Applies to all schemas
| Updated Consumer Data Right link | [**Standards Staging #402**](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/402): Updated Consumer Data Right website link | [Introduction](../../#introduction)


Expand Down
5 changes: 4 additions & 1 deletion swagger-gen/widdershins-cdr/templates/openapi3/main.dot
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@
<h3 class="schema-toc" id="{{= data.title_prefix }}_schemas_tocS{{=s.toLowerCase() }}">{{= s }}</h3>
<p id="tocS{{=s.toLowerCase()}}" class="orig-anchor"></p>

<a class="schema-anchor" id="schema{{=data.title_prefix}}{{=s.toLowerCase()}}"></a>
<p>
<a id="{{= data.title_prefix }}_schema-base_{{=s.toLowerCase().replace(/v\d+$/, '') }}"></a>
<a class="schema-anchor" id="schema{{=data.title_prefix}}{{=s.toLowerCase()}}"></a>
</p>

{{? data.options.yaml }}
```yaml
Expand Down

0 comments on commit aa74b42

Please sign in to comment.