#
All checks were successful
FHIR IG CI/CD Pipeline with Version Persistence / build-ig (push) Successful in 5m47s
FHIR IG CI/CD Pipeline with Version Persistence / deploy (push) Successful in 8s

This commit is contained in:
2026-03-07 17:47:51 +06:00
parent 8ddb62ab26
commit 9ed33227d3
2 changed files with 11 additions and 6 deletions

View File

@@ -14,6 +14,6 @@ h6:before{color:silver;counter-increment:more-detail;content:var(--heading-prefi
{% endif %}
{% include fragment-pageTable.html %}
{% assign path = page.path | split: '.html' %}
{{ content }}
{% include {{path}}.xml %}
</div>
{% include fragment-pageend.html %}

View File

@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<div xmlns="http://www.w3.org/1999/xhtml">
<p><b>Version History</b></p>
<h3>Version History</h3>
<p>This page provides the version history for the Bangladesh Core FHIR Implementation Guide.</p>
[%history%]
<p>For a machine-readable version history, see <a href="package-list.json">package-list.json</a>.</p>
<p><i>Version history is automatically generated from package-list.json during the build process.</i></p>
<p><b>Note:</b> If you see this message, the automated history generation did not complete. The version list should appear here.</p>
</div>