Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a link to govuk_component_guide in docs #766

Merged
merged 1 commit into from
Mar 31, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/govuk-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Documentation lives [`app/views/govuk_component/docs`](../app/views/govuk_compon
* `description`: A longer form description of what the component does, when it should be used
* `fixtures`: TBD: For components that expect arguments this will be a hash of fixtured example arguments

Adding it to the documentation will allow you to preview it in the `govuk_component_guide`, which can be pointed to any
Adding it to the documentation will allow you to preview it in the [alphagov/govuk_component_guide](https://github.com/alphagov/govuk_component_guide), which can be pointed to any
version of static, including your local one running a branch. Which you should probably do.

### Unit tests
Expand Down