Skip to content

Commit 15f240c

Browse files
author
meiqrctj
authored
Merge pull request #880 from Royal-Navy/feat/change-references-to-royalnavy
feat: change references from defencedigital to Royal-Navy
2 parents db5cd9f + 7c70177 commit 15f240c

File tree

19 files changed

+311
-92
lines changed

19 files changed

+311
-92
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ assignees: ''
1616

1717
Please provide a reference to a repository that includes a minimal reproduction of the issue.
1818

19-
We recommend spawning a new application using the [MOD.UK CRA Template](https://www.npmjs.com/package/cra-template-royalnavy):
19+
We recommend spawning a new application using the [Royal Navy CRA Template](https://www.npmjs.com/package/cra-template-royalnavy):
2020

2121
```bash
2222
// npx

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# MOD.UK Design System Documentation
1+
# Royal Navy Design System Documentation
22

3-
MOD.UK Design System documentation site.
3+
Royal Navy Design System documentation site.
44

55
## Environment variables
66

@@ -21,4 +21,4 @@ Tests are dependent on the application running.
2121

2222
## Licensing
2323

24-
The MOD.UK Design System documentation site is licensed under the [Apache License 2.0](https://github.com/defencedigital/design-system-docs/blob/master/LICENSE).
24+
The Royal Navy Design System documentation site is licensed under the [Apache License 2.0](https://github.com/defencedigital/design-system-docs/blob/master/LICENSE).

SECURITY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Security Policy
22
The Defence Digital Security Policy is to avoid leaving the ecosystem worse than we found it. Meaning we are not planning to introduce vulnerabilities into the ecosystem.
33

4-
The MOD.UK Design System team takes security vulnerabilities in the MOD.UK Design System seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.
4+
The Royal Navy Design System team takes security vulnerabilities in the Royal Navy Design System seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.
55

66
## Supported Versions
77

8-
The below table details which versions of the MOD.UK Design System documentation site are supported with bug fixes and security updates:
8+
The below table details which versions of the Royal Navy Design System documentation site are supported with bug fixes and security updates:
99

1010
| Version | Supported |
1111
| ------- | ------------------ |
@@ -28,7 +28,7 @@ Please include:
2828
- Optionally the type of vulnerability and any OWASP category
2929

3030

31-
The MOD.UK Digital Standards team will send a response indicating the next steps in handling your report. After the initial reply to your report, the team will keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance.
31+
The Royal Navy Digital Standards team will send a response indicating the next steps in handling your report. After the initial reply to your report, the team will keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance.
3232

3333

3434
## Qualifying Vulnerabilities

components/layouts/Framework/Framework.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export interface LayoutFrameworkProps {
1515

1616
export const LayoutFramework: React.FC<LayoutFrameworkProps> = ({
1717
children,
18-
title = 'MOD.UK Design System',
18+
title = 'Royal Navy Design System',
1919
navigation,
2020
}) => {
2121
const [isOpen, setIsOpen] = useState(false)
@@ -30,7 +30,7 @@ export const LayoutFramework: React.FC<LayoutFrameworkProps> = ({
3030
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
3131
</Head>
3232
<Masthead
33-
title="MOD.UK Design System"
33+
title="Royal Navy Design System"
3434
version={version || '0.1.0'}
3535
onToggle={(_) => setIsOpen(!isOpen)}
3636
/>

components/layouts/Homepage/Homepage.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ const stories = storiesOf('Docs/Layouts/Homepage', module)
2121
stories.add('Default', () => {
2222
const footer = (
2323
<Footer
24-
description="The MOD.UK Design System provides guidance and tools for building
25-
high–quality Services within the MOD.UK. This project is open source
24+
description="The Royal Navy Design System provides guidance and tools for building
25+
high–quality Services within the Royal Navy. This project is open source
2626
and its source code is available on GitHub."
2727
externalLinks={[
2828
<FooterExternalLink

components/layouts/Homepage/Homepage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const LayoutHomepage: React.FC<LayoutHomepageProps> = ({
2727
<>
2828
<Script src="/static/newrelic.js" strategy="beforeInteractive" />
2929
<Head>
30-
<title>{title} | MOD.UK Design System</title>
30+
<title>{title} | Royal Navy Design System</title>
3131
<meta charSet="utf-8" />
3232
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
3333
</Head>

components/layouts/Legacy/Legacy.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ stories.add('Default', () => {
5656

5757
const footer = (
5858
<Footer
59-
description="The MOD.UK Design System provides guidance and tools for building
60-
high–quality Services within the MOD.UK. This project is open source
59+
description="The Royal Navy Design System provides guidance and tools for building
60+
high–quality Services within the Royal Navy. This project is open source
6161
and its source code is available on GitHub."
6262
externalLinks={[
6363
<FooterExternalLink

components/layouts/Legacy/Legacy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const LayoutLegacy: React.FC<LayoutComponentProps> = ({
4545
<>
4646
<Script src="/static/newrelic.js" strategy="beforeInteractive" />
4747
<Head>
48-
<title>{title} | MOD.UK Design System</title>
48+
<title>{title} | Royal Navy Design System</title>
4949
<meta charSet="utf-8" />
5050
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
5151
</Head>

components/presenters/Docs/Footer/Footer.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const stories = storiesOf('Docs/Footer', module)
1010

1111
stories.add('Default', () => (
1212
<Footer
13-
description="The MOD.UK Design System provides guidance and tools for building
14-
high–quality Services within the MOD.UK. This project is open source
13+
description="The Royal Navy Design System provides guidance and tools for building
14+
high–quality Services within the Royal Navy. This project is open source
1515
and its source code is available on GitHub."
1616
externalLinks={[
1717
<FooterExternalLink

components/presenters/Docs/Hero/Hero.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ const stories = storiesOf('Docs/Hero', module)
99
stories.add('Default', () => (
1010
<Hero
1111
version="0.1.0"
12-
title="Create powerful, modern applications with the MOD.UK Design System"
13-
description="The MOD.UK Design System is the foundaton for all Defence applications,
12+
title="Create powerful, modern applications with the Royal Navy Design System"
13+
description="The Royal Navy Design System is the foundaton for all Defence applications,
1414
providing intuitive and consistent, standards led user interfaces, reducing
1515
development and training time."
1616
cta1={<Button variant={BUTTON_VARIANT.PRIMARY}>Start Building</Button>}

0 commit comments

Comments
 (0)