-
Notifications
You must be signed in to change notification settings - Fork 8
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
port over the ee getting started guide #4
Conversation
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
7f115b1
to
4aefd5d
Compare
@Andersson007 Thanks for those details. I see those concerns and agree with what you're saying. Perhaps what this PR is missing is the detail about creating a path for users to discover content. There most certainly should be a connection and link between the package docs and this new ecosystem docsite. Here is how I would see things going after we merge this PR:
What you suggest in that screenshot looks good to me but what if we rename that to "Getting started with the Ansible ecosystem" and link to https://ansible.readthedocs.io/en/latest/index.html We can create a single page like As for the current "Getting started with EE" in the package docs |
I think the link to the |
So as a summary of the discussion here and on matrix, I think it's OK to move the guides provided that:
Yeah, it's important:) |
@Andersson007 For some reason this isn't clicking with me:
Do you mean add the EE getting started guide to the top of |
@oraNod yes but we can call it |
And we link to the community ee? I'll send a PR now. Let's do that before we merge this. |
I agree with @Andersson007 that visibility is important. We get thousands of hits a day on the main docs. We will run into problems though on 'how many projects need high visibility'. Right now, we want people investigating execution environments. But tomorrow, do we want people investigating DevTools? AWX? etc etc. So I'd suggest maybe a forum topic to discuss how much we put under a 'getting started' section in the Ansible package docs (with the understanding that whatever is there is a stub to point to ecosystem pages). |
@samccann i understand the concerns but i believe EE is a different thing as: 1) many tools are involved / can use it (i can name at least AWX/Controller/AAP, Builder, Navigator, Runner) 2) it's supposed to be a standard way of using ansible-core + collections our current and new users should be familiar with as soon as possible |
For me this is why I suggested replacing "Getting started with EEs" with something like "Getting started with the Ansible ecosystem" here #4 (comment) However I take the point from Andrei that it can be tremendously helpful if users adopt EEs at an early stage as they start to expand their automation projects. EEs can act as a bridge to the ecosystem. |
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.
Provided that all the changes made are about rst -> md formatting, LGTM
This PR moves the "Getting started with execution environments" content from the
ansible-documentation
repository. As part of this PR, the format is converted from RST to markdown.The justification for this move is that the content in the
ansible-documentation
repository focuses on the Ansible package and Ansible core. EEs are outside that scope and involve various projects within the ecosystem.After this PR is merged and the content is available on readthedoc we'll need to setup redirects from
https://docs.ansible.com/ansible/devel/getting_started_ee/index.html
. We should investigate whether we can do this from the readthedocs project settings.