Skip to content

Commit 39d9957

Browse files
authored
Merge pull request #104 from kevinkuszyk/move-docs-from-wiki
Move docs from wiki to docs folder
2 parents bf7383c + 97e21e0 commit 39d9957

File tree

2 files changed

+466
-3
lines changed

2 files changed

+466
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ NHS.UK Frontend ported to React
1414

1515
## Coming from 0.x?
1616

17-
If you're coming from versions of the library prior to 1.0.0, please give [this wiki page](https://github.com/NHSDigital/nhsuk-react-components/wiki/Porting-Guide-for-0.X-to-1.0) a brief read, as there a number of changes between 0.x release and the 1.0 release.
17+
If you're coming from versions of the library prior to 1.0.0, please give [this doc](/docs/upgrade-to-1.0.md) a brief read, as there a number of changes between 0.x release and the 1.0 release.
1818

1919
## Installation
2020

@@ -58,11 +58,11 @@ A storybook containing all of the components and their usage can be found [here]
5858

5959
### Preparing Releases
6060

61-
Releases run in CI using github actions.
61+
Releases run in CI using github actions.
6262

6363
To prepare a release create a new release TAG in github with your release version.
6464

65-
>`NPM_TOKEN` should be stored in the repositories [secrets in GitHub](https://github.com/NHSDigital/nhsuk-react-components/settings/secrets/actions)
65+
> `NPM_TOKEN` should be stored in the repositories [secrets in GitHub](https://github.com/NHSDigital/nhsuk-react-components/settings/secrets/actions)
6666
6767
- Create a new release with a tag like `major.minor.patch` against main.
6868
- If the change is a `beta` then select `pre-release` as true, this will make the `tag` point at `beta`. Otherwise the tag will be `latest`.

0 commit comments

Comments
 (0)