Skip to content

Commit

Permalink
Add bmx doc / code references to RDD 6 XML creator app
Browse files Browse the repository at this point in the history
  • Loading branch information
philipnbbc committed Mar 15, 2024
1 parent c6fed6e commit 44962dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions meta/rdd6_xml_creator/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@
width:auto;
}

.doc-references {
font-size: small;
}
8 changes: 6 additions & 2 deletions meta/rdd6_xml_creator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->

<title>RDD 6 XML Creator</title>
<title>bmx RDD 6 XML Creator</title>

<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
Expand All @@ -17,7 +17,11 @@
<div class="container">

<div class="page-header">
<h1>RDD 6 XML Creator</h1>
<h1><a href="https://github.com/bbc/bmx">bmx</a> RDD 6 XML Creator</h1>
<div class="doc-references">The <a href="https://github.com/bbc/bmx/blob/main/meta/rdd6/rdd6.xsd">RDD 6 XML Schema</a>
and <a href="https://github.com/bbc/bmx/tree/main/meta/rdd6_xml_creator">documentation</a>
can be found in <a href="https://github.com/bbc/bmx">bmx</a>.
</div>
</div>

<div class="row">
Expand Down

0 comments on commit 44962dd

Please sign in to comment.