Commit Graph

16 Commits (38e50c9f819a045ea4d40068f83e78adbfaf2e68)

Author SHA1 Message Date
Don Naro 540442db2e
issue #78760 missing indexes (#78763) 2 years ago
Don Naro 848143640b
issue 78082 move content and orphan user guide (#78711) 2 years ago
Don Naro 223e05e012
issue 78082 create collections users guide (#78708) 2 years ago
Don Naro 75975a691e
issue 78082 modules plugins collections (#78699) 2 years ago
Don Naro a66a6c2f84
issue 78082 create separate vault guide (#78697) 2 years ago
Don Naro e0eb45e753
Docs: Issue 78082 Create command line guide (#78567) 2 years ago
Don Naro 9e287d9002
issue 78082 move bsd hosts content (#78568) 2 years ago
Don Naro ccf1a63158
issue #78082 separate inventory user guide (#78555) 2 years ago
Don Naro 7aada8d499
Docs: Issue 78082 Create playbook guide (#78262) 2 years ago
Don Naro a1444f390d
Docs: Issue 78082 separate tips and tricks in user guide (3/3) (#78103) 2 years ago
Don Naro 4cfa0b07fc
issue #78082 create win user guide (#78099) 2 years ago
Don Naro 89e4fb71e6
Issue #77681 revamp getting started guide (#77897) 2 years ago
Divine Odazie 50d28de9ba
Make ansible_index.rst more readable (#77225) 2 years ago
Sandra McCann 61bd779335
add core roadmaps to ansible docs (#76818)
* add core roadmaps to ansible docs
* make older roadmaps also show up
2 years ago
Sandra McCann cfe4bdc1b9
Create separate core vs collection contributor guides (#76764)
* updated core guides
* ansible package docs guides
* add core guide to Ansible docs
* Update docs/docsite/rst/community/maintainers.rst
2 years ago
Sandra McCann ccbfdec334
Split Ansible docs from core docs (#73616)
* excludes scenario guides from core docs, splits porting guides and roadmaps, symlinks indices to create index.html pages, and adds .gitignore entries for conf.py and the toplevel index.rst files generated by the docs build

This solution builds three types of docs:
* ansible-2.10 and earlier: all the docs.  Handle this via `make webdocs
  ANSIBLE_VERSION=2.10`
* ansible-3 and later: a subset of the docs for the ansible package.
  Handle this via `make webdocs ANSIBLE_VERSION=3` (change the
  ANSIBLE_VERSION to match the version being built for.
* ansible-core: a subset of the docs for the ansible-core package.
  Handle this via `make coredocs`.

* `make webdocs` now always builds all the collection docs
*  Use `make coredocs` to limit it to core plugins only
*  The user specifies the desired version. If no ANSIBLE_VERSION is specified, build plugins for the latest release of ansible
 
Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
Co-authored-by: Matt Clay <matt@mystile.com>
3 years ago