-
Notifications
You must be signed in to change notification settings - Fork 446
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
Provide dedicated page per authentication provider #867
Conversation
This PR splits the `Authentication Providers` documentation page content into multiple pages. A dedicated page per authentication provider has been added, and the main page now includes a list of the available providers with a link to each page. This change has been applied to versions 2.7 and 2.8. Fixes kedacore#711 Signed-off-by: Cintia Sanchez Garcia <[email protected]>
✅ Deploy Preview for keda ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
Did a first skim and I love it!
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.
Very nice work @cynthia-sg, thanks! See my inline comments.
@tomkerkhove - This PR presents the Authentication Providers in the left nav as a drop down. Do you expect this list of providers to grow like for that for Scalers? If so, consider not listing the providers via a drop down. |
@cynthia-sg - I have some of the changes that I suggested via the review already done in my local repo, let me know if you'd like for me to push those up. |
I don't think we'll have more than 10 or so long term but it does not have to be a dropdown perse; I would just like to have a shortcut here: |
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.
Would you mind adding a quick section in the readme on how to add a new provider similar to what we have for scalers please?
Signed-off-by: Cintia Sanchez Garcia <[email protected]>
awesome work! One thing, maybe we should add a link or a note in the Authentication section pointing to this because they are going to use there |
I’ve already addressed them, but thanks anyway! |
The link for the |
Added! Please feel free to update the template for the provider. |
Signed-off-by: Cintia Sanchez Garcia <[email protected]>
Thanks! I'm not sure what you mean. Right now providers are listed at the end of the Authentication section. Do you want a link/note in another part of the section too? |
oh, that's true... |
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.
See inline for comments about terminology, which might affect titles. Otherwise, LGTM!
Fine by me, but then it should be in this drop-down at least because it's hidden atm: |
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.
LGTM, thanks a ton for this!
Here are my last remarks along with some comments above; for the rest things should be OK!
Sorry for all the comments but I was wondering if you are up for updating this PR @cynthia-sg? I appreciate the big help here, this is tremendous help! |
Hi @tomkerkhove, Yes, I will take care of it soon, leave it with me. I’ve been a few days off on vacation :) |
No worries at all and hope you've enjoyed your time off! |
Signed-off-by: Cintia Sanchez Garcia <[email protected]>
Signed-off-by: Cintia Sanchez Garcia <[email protected]>
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.
Added one comment about landing page but love it, thanks a ton!
Still not sold on the side nav missing a link per provider though be we can continue that in a seperate PR/issue 🙂 |
Signed-off-by: Cintia Sanchez Garcia <[email protected]>
Thanks a ton! |
I love it. |
🎉 |
This PR splits the
Authentication Providers
documentation page content intomultiple pages. A dedicated page per authentication provider has been added,
and the main page now includes a list of the available providers with a link to
each page. This change has been applied to versions 2.7 and 2.8.
Fixes #711
Signed-off-by: Cintia Sanchez Garcia [email protected]