-
Notifications
You must be signed in to change notification settings - Fork 460
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
Adding HTTP scaling documentation #554
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
@tomkerkhove can you let me know what you think about this initial layout? |
I am not seeing the HTTP page, is it possible that you forgot to add it? |
@tomkerkhove indeed it is. sorry about that - I'll check this out tomorrow and get it fixed up. |
No rush! |
Signed-off-by: Aaron <aaron@ecomaz.net>
@tomkerkhove I added a |
@tomkerkhove there are 2 more TODOs on this PR, but I'm moving this out of draft now. I think it would be good to get a basic layout merged, and then I can add more content in follow-ups. If you agree, I'll pull the remaining TODOs out into issues. WDYT? |
This PR moves documentation about the HTTP Addon from the HTTP Addon repo. This PR is incomplete at the moment, but below is my idea for organization:
HTTP
appears in the "Docs" dropdown on the nav bar, and directs to/docs/http
/docs/http
contains a simple intro page as well as all of the documents currently in https://github.com/kedacore/http-add-on/tree/main/docs/docs/2.4/concepts/
has "Scaling HTTP Applications" on the sidebar. That goes to an overview page, which contains links to/docs/http
Checklist
/docs/http
)After this PR is merged, most documentation from the docs/ directory should be on the site, and removed from the http addon repo. Similarly, the wiki on the HTTP Addon repository should be removed in favor of this site.
Fixes #548