-
Notifications
You must be signed in to change notification settings - Fork 1
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
[PR] Creating nextra
with auth
#2
Conversation
…n` to be used in `middleware.ts`.
I'm trying to add E2E testing with Following microsoft/playwright#7030 (comment), and subsequently https://github.com/edumserrano/playwright-adventures/blob/main/demos/code-coverage-with-monocart-reporter/README.md |
Looking good. If you're still stuck with ignoring the |
E2E testing added with I'm thinking of getting coverage working for unit tests with something like |
Nice one. I will review this evening after work-work & kids are asleep. 👌 |
That's weird. I've deleted both Besides that, you're going to need to complete |
@LuchoTurtle I'm just pointing out that there are no instructions in the For an example of this, see: "First Run the Finished App" in the |
Really don't like how Given the choice, I definitely wouldn't use It's clear that this is meant to be run "as is" and not customised very much. Constantly seeing the Error that it cannot validate the [nextra-theme-docs] Error validating _meta.json file for "reference_api" property.
Unrecognized key(s) in object: 'private'
[nextra-theme-docs] Error validating _meta.json file for "mega_private" property.
Unrecognized key(s) in object: 'private'
GET /_next/data/development/reference_api/person.json 200 in 814ms And taking I clearly need to get better at giving precise requirements. 💭 All we wanted was a way to streamline the process of writing docs from I'm definitely not "happy" with this. 😿@LuchoTurtle I think given the circumstances and incomplete instructions you've done a good job. The How many people do you think will read/follow it? 💭 I'm frustrated at the complexity of Anyway, merging. |
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 @LuchoTurtle 👌
Just adding a few comments:
Thanks for taking the time to review this, it's mighty appreciated! 🙏 |
The |
addresses #1
This PR adds a new
Nextra
project that has been modified to accommodate the requirements of #1 .Authentication has been added successfully, and routes have been protected.
Going to check the
Search
requirement, although I feel like this will entail using acustom-theme
, which is a heavy workload. Will look into it 🔎