-
Notifications
You must be signed in to change notification settings - Fork 14
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
docs(PPDSC-2172): Patterns index and overview pages #218
docs(PPDSC-2172): Patterns index and overview pages #218
Conversation
You can preview these changes on: |
site/routes.ts
Outdated
{ | ||
title: 'Overview', | ||
page: true, | ||
id: '/patterns/overview', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey i see this maps to the form-index
page at the moment, i assume its because we dont have an patterns overview page at the moment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @baburay23 for reviewing the changes.
Yes, Patterns don't have overview page - only index page. So I rename it to patterns-index page and forms related files moved under forms folder - I hope this make more meaningful.
I've pushed updated changes. Thanks.
Thanks @mstuartf, @baburay23 for reviewing the code 👍 |
c0c20ff
@@ -0,0 +1,74 @@ | |||
import React from 'react'; | |||
import {Grid, ThemeProvider} from 'newskit'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this page should be called Overview, right? all other pages have been named Overveiw why is this eclusion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @mutebg, as discussed changed index to overview page name. Changes are updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as always, good job
* docs(PPDSC-2172): Patterns overview and forms overview pages.
PPDSC-2172
What
I have done:
I have tested manually:
Before:
After:
Who should review this PR:
How to test: