Skip to content

Commit

Permalink
Update resource links
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Oct 14, 2024
1 parent 526e640 commit 6339421
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
6 changes: 3 additions & 3 deletions docs/resources/design-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Use the TNA Design System to make services consistent with The National Archives. Learn from the research and experience of other service teams and avoid repeating work that has already been done.

- Website: [Design System on GitHub Pages](https://nationalarchives.github.io/design-system/)
- Source code: [Design System on GitHub](https://github.com/nationalarchives/design-system)
- Wiki: [Design System on GitHub](https://github.com/nationalarchives/design-system/wiki)
- [Design System website on GitHub Pages](https://nationalarchives.github.io/design-system/)
- [Design System source code on GitHub](https://github.com/nationalarchives/design-system)
- [Design System wiki on GitHub](https://github.com/nationalarchives/design-system/wiki)
5 changes: 3 additions & 2 deletions docs/resources/docker-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

![Build status](https://img.shields.io/github/actions/workflow/status/nationalarchives/docker/build.yml?style=flat-square&event=push&branch=main)

- Source code: [docker on GitHub](https://github.com/nationalarchives/docker)
- Containers: [Docker images on GitHub](https://github.com/orgs/nationalarchives/packages?repo_name=docker)
- [Docker images source code on GitHub](https://github.com/nationalarchives/docker)
- [Docker images wiki on GitHub](https://github.com/nationalarchives/docker/wiki)
- [Docker container images on GitHub](https://github.com/orgs/nationalarchives/packages?repo_name=docker)

Use one of the TNA base Docker Python images which provide you with consistent Docker images of all your applications.

Expand Down
4 changes: 2 additions & 2 deletions docs/resources/tna-frontend-django.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
TNA Frontend Django provides Django templates for the components in [TNA Frontend](tna-frontend.md).

- Source code: [tna-frontend-django on GitHub](https://github.com/nationalarchives/tna-frontend-django)
- Package: [nationalarchives-frontend-django on PyPI](https://pypi.org/project/nationalarchives-frontend-django/)
- [tna-frontend-django source code on GitHub](https://github.com/nationalarchives/tna-frontend-django)
- [nationalarchives-frontend-django package on PyPI](https://pypi.org/project/nationalarchives-frontend-django/)

## How to use in your own Django project

Expand Down
4 changes: 2 additions & 2 deletions docs/resources/tna-frontend-jinja.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

TNA Frontend Jinja provides Jinja templates for the components in [TNA Frontend](tna-frontend.md).

- Source code: [tna-frontend-jinja on GitHub](https://github.com/nationalarchives/tna-frontend-jinja)
- Package: [tna-frontend-jinja on PyPI](https://pypi.org/project/tna-frontend-jinja/)
- [tna-frontend-jinja source code on GitHub](https://github.com/nationalarchives/tna-frontend-jinja)
- [tna-frontend-jinja package on PyPI](https://pypi.org/project/tna-frontend-jinja/)

## How to use in your own Flask project

Expand Down
8 changes: 4 additions & 4 deletions docs/resources/tna-frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

To avoid repetition and encourage consistency, The National Archives has developed a set of reusable styles and components to help you build services for The National Archives.

- Storybook: [tna-frontend on GitHub Pages](https://nationalarchives.github.io/tna-frontend/)
- Source code: [tna-frontend on GitHub](https://github.com/nationalarchives/tna-frontend)
- Package: [tna-frontend on npm](https://www.npmjs.com/package/@nationalarchives/frontend)
- Docs: [TNA Frontend docs](https://nationalarchives.github.io/tna-frontend-docs/)
- [tna-frontend Storybook on GitHub Pages](https://nationalarchives.github.io/tna-frontend/)
- [tna-frontend source code on GitHub](https://github.com/nationalarchives/tna-frontend)
- [tna-frontend package on npm](https://www.npmjs.com/package/@nationalarchives/frontend)
- [TNA Frontend docs](https://nationalarchives.github.io/tna-frontend-docs/)

## GOV.UK styles

Expand Down

0 comments on commit 6339421

Please sign in to comment.