File tree Expand file tree Collapse file tree 8 files changed +73
-36
lines changed
docs/orcfax-feeds/risk-ratings Expand file tree Collapse file tree 8 files changed +73
-36
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ slug: /centralized-review-fact-statement-datum
55---
66
77import CodeBlock from ' @theme/CodeBlock' ;
8- import factStatementDatum from ' !!raw-loader! /schema/risk-rating/centralized-review/fact-statement-datum.json' ;
8+ import factStatementDatum from ' /schema/risk-rating/centralized-review/fact-statement-datum.json' ;
99
1010# Fact Statement Datum
1111
@@ -34,8 +34,12 @@ be replaced when possible with a \[synonym\] in order to aid understanding.
3434
3535## Fact Statement Datum example
3636
37- <CodeBlock language = " jsx " >{ factStatementDatum } </CodeBlock >
37+ <CodeBlock language = " json " >{ JSON . stringify ( factStatement , null , 2 ) } </CodeBlock >
3838
39- <!-- markdownlint-disable MD013 -->
40- <a target = " _blank" href = " /schema/risk-rating/centralized-review/fact-statement-datum.json" download = " fact-statement-datum.json" >Download</a >
41- <!-- markdownlint-enable MD013 -->
39+ <a
40+ target = " _blank"
41+ href = " risk-rating/centralized-review/fact-statement-datum.json"
42+ download = " fact-statement-datum.json"
43+ >
44+ Download
45+ </a >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ slug: /centralized-review-fact-statement
55---
66
77import CodeBlock from ' @theme/CodeBlock' ;
8- import factStatement from ' !!raw-loader! /schema/risk-rating/centralized-review/fact-statement.json' ;
8+ import factStatement from ' /schema/risk-rating/centralized-review/fact-statement.json' ;
99
1010# Fact Statement
1111
@@ -54,8 +54,12 @@ The values for `bestRating` and `worstRating` are further described in Xerberus
5454
5555## Fact Statement example
5656
57- <CodeBlock language = " jsx " >{ factStatement } </CodeBlock >
57+ <CodeBlock language = " json " >{ JSON . stringify ( factStatement , null , 2 ) } </CodeBlock >
5858
59- <!-- markdownlint-disable MD013 -->
60- <a target = " _blank" href = " /schema/risk-rating/centralized-review/fact-statement.json" download = " fact-statement.json" >Download</a >
61- <!-- markdownlint-enable MD013 -->
59+ <a
60+ target = " _blank"
61+ href = " /schema/risk-rating/centralized-review/fact-statement.json"
62+ download = " fact-statement.json"
63+ >
64+ Download
65+ </a >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ slug: /centralized-review-message
55---
66
77import CodeBlock from ' @theme/CodeBlock' ;
8- import Message from ' !!raw-loader! /schema/risk-rating/centralized-review/message.json' ;
8+ import Message from ' /schema/risk-rating/centralized-review/message.json' ;
99
1010# Message
1111
@@ -34,6 +34,12 @@ be replaced when possible with a \[synonym\] in order to aid understanding.
3434
3535## Message example
3636
37- <CodeBlock language = " jsx " >{ Message } </CodeBlock >
37+ <CodeBlock language = " json " >{ JSON . stringify ( factStatement , null , 2 ) } </CodeBlock >
3838
39- <a target = " _blank" href = " /schema/risk-rating/centralized-review/Message.json" download = " Message.json" >Download</a >
39+ <a
40+ target = " _blank"
41+ href = " /schema/risk-rating/centralized-review/Message.json"
42+ download = " Message.json"
43+ >
44+ Download
45+ </a >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ slug: /centralized-review-validation
55---
66
77import CodeBlock from ' @theme/CodeBlock' ;
8- import Validation from ' !!raw-loader! /schema/risk-rating/centralized-review/validation.json' ;
8+ import Validation from ' /schema/risk-rating/centralized-review/validation.json' ;
99
1010# Validation
1111
@@ -34,8 +34,12 @@ be replaced when possible with a \[synonym\] in order to aid understanding.
3434
3535## Validation example
3636
37- <CodeBlock language = " jsx " >{ Validation } </CodeBlock >
37+ <CodeBlock language = " json " >{ JSON . stringify ( factStatement , null , 2 ) } </CodeBlock >
3838
39- <!-- markdownlint-disable MD013 -->
40- <a target = " _blank" href = " /schema/risk-rating/centralized-review/validation.json" download = " validation.json" >Download</a >
41- <!-- markdownlint-enable MD013 -->
39+ <a
40+ target = " _blank"
41+ href = " /schema/risk-rating/centralized-review/validation.json"
42+ download = " validation.json"
43+ >
44+ Download
45+ </a >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ slug: /decentralized-review-fact-statement-datum
55---
66
77import CodeBlock from ' @theme/CodeBlock' ;
8- import factStatementDatum from ' !!raw-loader! /schema/risk-rating/decentralized-review/fact-statement-datum.json' ;
8+ import factStatementDatum from ' /schema/risk-rating/decentralized-review/fact-statement-datum.json' ;
99
1010# Fact Statement Datum
1111
@@ -34,8 +34,13 @@ be replaced when possible with a \[synonym\] in order to aid understanding.
3434
3535## Fact Statement Datum example
3636
37- <CodeBlock language = " jsx" >{ factStatementDatum } </CodeBlock >
3837
39- <!-- markdownlint-disable MD013 -->
40- <a target = " _blank" href = " /schema/risk-rating/decentralized-review/fact-statement-datum.json" download = " fact-statement-datum.json" >Download</a >
41- <!-- markdownlint-enable MD013 -->
38+ <CodeBlock language = " json" >{ JSON .stringify (factStatement , null , 2 )} </CodeBlock >
39+
40+ <a
41+ target = " _blank"
42+ href = " /schema/risk-rating/decentralized-review/fact-statement-datum.json"
43+ download = " fact-statement-datum.json"
44+ >
45+ Download
46+ </a >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ slug: /decentralized-review-fact-statement
55---
66
77import CodeBlock from ' @theme/CodeBlock' ;
8- import factStatement from ' !!raw-loader! /schema/risk-rating/decentralized-review/fact-statement.json' ;
8+ import factStatement from ' /schema/risk-rating/decentralized-review/fact-statement.json' ;
99
1010# Fact Statement
1111
@@ -41,8 +41,12 @@ be replaced when possible with a \[synonym\] in order to aid understanding.
4141
4242## Fact Statement example
4343
44- <CodeBlock language = " jsx " >{ factStatement } </CodeBlock >
44+ <CodeBlock language = " json " >{ JSON . stringify ( factStatement , null , 2 ) } </CodeBlock >
4545
46- <!-- markdownlint-disable MD013 -->
47- <a target = " _blank" href = " /schema/risk-rating/decentralized-review/fact-statement.json" download = " fact-statement.json" >Download</a >
48- <!-- markdownlint-enable MD013 -->
46+ <a
47+ target = " _blank"
48+ href = " /schema/risk-rating/decentralized-review/fact-statement.json"
49+ download = " fact-statement.json"
50+ >
51+ Download
52+ </a >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ slug: /decentralized-review-message
55---
66
77import CodeBlock from ' @theme/CodeBlock' ;
8- import Message from ' !!raw-loader! /schema/risk-rating/decentralized-review/message.json' ;
8+ import Message from ' /schema/risk-rating/decentralized-review/message.json' ;
99
1010# Message
1111
@@ -34,6 +34,12 @@ be replaced when possible with a \[synonym\] in order to aid understanding.
3434
3535## Message example
3636
37- <CodeBlock language = " jsx " >{ Message } </CodeBlock >
37+ <CodeBlock language = " json " >{ JSON . stringify ( factStatement , null , 2 ) } </CodeBlock >
3838
39- <a target = " _blank" href = " /schema/risk-rating/decentralized-review/Message.json" download = " Message.json" >Download</a >
39+ <a
40+ target = " _blank"
41+ href = " /schema/risk-rating/decentralized-review/Message.json"
42+ download = " Message.json"
43+ >
44+ Download
45+ </a >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ slug: /decentralized-review-validation
55---
66
77import CodeBlock from ' @theme/CodeBlock' ;
8- import Validation from ' !!raw-loader! /schema/risk-rating/decentralized-review/validation.json' ;
8+ import Validation from ' /schema/risk-rating/decentralized-review/validation.json' ;
99
1010# Validation
1111
@@ -34,8 +34,12 @@ be replaced when possible with a \[synonym\] in order to aid understanding.
3434
3535## Validation example
3636
37- <CodeBlock language = " jsx " >{ Validation } </CodeBlock >
37+ <CodeBlock language = " json " >{ JSON . stringify ( factStatement , null , 2 ) } </CodeBlock >
3838
39- <!-- markdownlint-disable MD013 -->
40- <a target = " _blank" href = " /schema/risk-rating/decentralized-review/validation.json" download = " validation.json" >Download</a >
41- <!-- markdownlint-enable MD013 -->
39+ <a
40+ target = " _blank"
41+ href = " /schema/risk-rating/decentralized-review/validation.json"
42+ download = " validation.json"
43+ >
44+ Download
45+ </a >
You can’t perform that action at this time.
0 commit comments