Skip to content

Commit

Permalink
Merge pull request #27 from uktrade/docs/footer-and-git-text-tidy
Browse files Browse the repository at this point in the history
docs: more helpful and tidy footer, and GitHub-related text
  • Loading branch information
michalc authored Feb 18, 2024
2 parents d594670 + e6a57a3 commit d3662e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ order: 0
<section class="govuk-grid-column-full">
<hr class="govuk-section-break govuk-section-break--visible govuk-section-break--xl govuk-!-margin-top-0">
<h2 class="govuk-heading-m">Contribute</h2>
<p class="govuk-body">The code for Data Workspace is, with a few exceptions, public, and we welcome contributions. Visit the <a href="https://github.com/uktrade/data-workspace">Data Workspace core repository on GitHub</a> or the <a href="/contributing/">Contributing page</a>.</p>
<p class="govuk-body">The code for Data Workspace is, with a few exceptions, public, and we welcome contributions. Visit the <a href="https://github.com/uktrade/data-workspace">Data Workspace GitHub repository</a> or the <a href="/contributing/">Contributing page</a>.</p>

<p class="govuk-body">Note that Data Workspace has been built with features specifically for the Department for Business and Trade. However, we are especially open to contributions that make these more generic.</p>
<p class="govuk-body">Data Workspace has been built with features specifically for the Department for Business and Trade. We are open to contributions that make these more generic.</p>
</section>
</div>
9 changes: 5 additions & 4 deletions eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ module.exports = function(eleventyConfig) {
footer: {
meta: {
items: [
{
href: 'https://github.com/uktrade/data-workspace',
text: 'Data Workspace GitHub repository'
},
{
href: 'https://www.gov.uk/government/organisations/department-for-business-and-trade',
text: 'Created by the Department for Business and Trade (DBT)',
attributes: {
target: '_blank'
}
text: 'Created by the Department for Business and Trade (DBT)'
}
]
}
Expand Down

0 comments on commit d3662e4

Please sign in to comment.