-
Notifications
You must be signed in to change notification settings - Fork 79
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
Restructured docs navigation tree #362
Conversation
site/docs/benefits.md
Outdated
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.
was this file deleted, renamed, split? where should the old link redirect to?
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.
redirect to preevy.dev root
site/docs/intro/index.md
Outdated
|
||
## Preevy - Easily create and manage ephemeral environments | ||
|
||
Preevy is an open source tool from Livecycle designed to easily provision, manage, and expose ephemeral environments for containerized applications in the cloud. |
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.
nit: capitalization
Preevy is an open source tool from Livecycle designed to easily provision, manage, and expose ephemeral environments for containerized applications in the cloud. | |
Preevy is an Open Source tool from Livecycle designed to easily provision, manage, and expose ephemeral environments for containerized applications in the cloud. |
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.
The GitHub plugin doesn't exactly fall under "CI integration". It provides several features that are related to GitHub. Most are useful in CI, but that could be said about anything in Preevy.
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.
Is this not the last step in a standard CI integration? Where else should we include 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.
re: rename from "driver" to "cloud provider" - Kubernetes doesn't technically fall under the category of "cloud provider". If "driver" sounds too ambiguous, may "environment provider" is better? dunno.
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.
Thats fine. I can go with that
@@ -1,6 +1,6 @@ | |||
--- | |||
sidebar_position: 4 | |||
title: Kubernetes single Pod driver | |||
title: Deploy to Kubernetes Single Pod |
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.
title: Deploy to Kubernetes Single Pod | |
title: Deploy to Kubernetes |
- add redirect plugin - fixed links to renamed docs
6da4fbe
to
b079021
Compare
…into preevy-docs-update
…into preevy-docs-update
Updating the preevy docs
[Is this a bugfix/feature/doc-improvement?]
This is a