-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Example/custom logo example #6145
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/keystonejs/keystone-next-docs/5VMRXqTjTUxD8KSLvu4mR9d2zVf2 |
🦋 Changeset detectedLatest commit: efe5e73 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Co-authored-by: Mitchell Hamilton <mitchell@hamil.town>
ac5d51d
to
bb433a3
Compare
Co-authored-by: Tim Leslie <timl@thinkmill.com.au>
…tonejs/keystone into example/custom-logo-example
Co-authored-by: Tim Leslie <timl@thinkmill.com.au>
Co-authored-by: Tim Leslie <timl@thinkmill.com.au>
Co-authored-by: Tim Leslie <timl@thinkmill.com.au>
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.
One last copy edit then this is 👍
Co-authored-by: Tim Leslie <timl@thinkmill.com.au>
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.
Let's ship it!
* init * guides for custom page and custom components * more examples commits * yarn.lock and example changes * dependency fix * add more markup * Update docs/pages/docs/guides/custom-admin-ui-pages.mdx Co-authored-by: Mitchell Hamilton <mitchell@hamil.town> * fix readme * more updates to the docs * add smoke tests * add to smoke tests in workflow * fill in links * add new guides to docs nav * fix docs * fix readME.md * changelog reset * add examples link to docs and README.md * update explanation of Old JSX transforms * change custom-admin-ui-components example to custom-admin-ui-logo * Update docs/pages/docs/guides/custom-admin-ui-pages.mdx Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update docs/pages/docs/guides/custom-admin-ui-pages.mdx Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update docs/pages/docs/guides/custom-admin-ui-pages.mdx Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update docs/pages/docs/guides/custom-admin-ui-pages.mdx Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update examples/custom-admin-ui-pages/README.md Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update examples/custom-admin-ui-pages/README.md Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update examples/custom-admin-ui-components/README.md Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update docs/pages/docs/guides/custom-admin-ui-components.mdx Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update examples/custom-admin-ui-pages/admin/pages/custom-page.tsx Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update examples/custom-admin-ui-components/README.md Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * add CTA to give us feedback on admin-ui components in slack * fix up odds and ends in formatting for docs pages * Update docs/pages/docs/guides/custom-admin-ui-logo.mdx Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update docs/pages/docs/guides/custom-admin-ui-logo.mdx Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update docs/pages/docs/guides/custom-admin-ui-pages.mdx Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update docs/pages/docs/guides/custom-admin-ui-pages.mdx Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update docs/pages/docs/guides/custom-admin-ui-pages.mdx Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update docs/pages/docs/guides/custom-admin-ui-logo.mdx Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update docs/pages/docs/guides/custom-admin-ui-logo.mdx Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Feedback from Tim * add image * Update examples/README.md Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update examples/custom-admin-ui-logo/README.md Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * remove custom-page artifacts, so we can just ship the custom-logo guides for now * dependency resolution * update schema.graphql; * Update examples/README.md Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update docs/components/docs/Navigation.tsx Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update docs/components/docs/ExamplesList.tsx Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update docs/pages/docs/guides/custom-admin-ui-logo.mdx Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update docs/pages/docs/guides/custom-admin-ui-logo.mdx Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * update broken image link * remove admin-ui pages test * Update examples/custom-admin-ui-logo/admin/components/CustomLogo.tsx Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * add chnageset * Update examples/custom-admin-ui-logo/README.md Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update examples/custom-admin-ui-logo/README.md Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update examples/custom-admin-ui-logo/README.md Co-authored-by: Tim Leslie <timl@thinkmill.com.au> * Update examples/custom-admin-ui-logo/README.md Co-authored-by: Tim Leslie <timl@thinkmill.com.au> Co-authored-by: Mitchell Hamilton <mitchell@hamil.town> Co-authored-by: Tim Leslie <timl@thinkmill.com.au>
Fork of #6082 which only releases the logo guide and examples. This is so we can continue working on the custom-page example separately as per our conversation @timleslie