mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
Add methodology, living copy updates, fixes markdown checker failures (#1104)
* Add category header (Indicator and Percentile) - add local styling - override accordion-content styles to push into parent container - intl copy - update snapshots * Add latest Living Copy - refactor dataset cards to allow for any styling in description, used in and responsible party - add percent for HS edu indicator - updates snapshots * Update copy from Living Copy doc -update snapshots * Add methodology to copy * Remove link from readme file based on md checker * Comment out certain markdown links from checker * Comment out markdown links that render in browser * Add missing methodology to Clean Water
This commit is contained in:
parent
0e3ca6bf30
commit
b042e32ea0
3 changed files with 3 additions and 3 deletions
|
@ -644,7 +644,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<span>
|
<span>
|
||||||
Used in:
|
Used in:
|
||||||
</span>
|
</span>
|
||||||
Critical clean water and waste infrastructure
|
Critical clean water and waste infrastructure methodology
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -373,7 +373,7 @@ export const CATEGORIES = {
|
||||||
CLEAN_WATER: {
|
CLEAN_WATER: {
|
||||||
METHODOLOGY: <FormattedMessage
|
METHODOLOGY: <FormattedMessage
|
||||||
id= {'indicator.categories.clean.water.methodology'}
|
id= {'indicator.categories.clean.water.methodology'}
|
||||||
defaultMessage= {`Critical clean water and waste infrastructure`}
|
defaultMessage= {`Critical clean water and waste infrastructure methodology`}
|
||||||
description= {`Critical clean water and waste infrastructure methodology`}
|
description= {`Critical clean water and waste infrastructure methodology`}
|
||||||
/>,
|
/>,
|
||||||
TITLE: <FormattedMessage
|
TITLE: <FormattedMessage
|
||||||
|
|
|
@ -1440,7 +1440,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<span>
|
<span>
|
||||||
Used in:
|
Used in:
|
||||||
</span>
|
</span>
|
||||||
Critical clean water and waste infrastructure
|
Critical clean water and waste infrastructure methodology
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue