This repository contains content for the Ops Manager documentation. We publish the Ops Manager documentation at https://docs.vmware.com/en/VMware-Tanzu-Operations-Manager/index.html.
In this README:
- How To Contribute
- Versions and Branches
- Publishing Docs (2.10 and later)
- Publishing Docs (2.9 and earlier)
Please help us improve the accuracy and completeness of the Ops Manager documentation by contributing content, editing, or expertise.
A common way to contribute is to file a pull request through GitHub.
Every topic in the Ops Manager documentation has a corresponding file in this repository. To locate the source file for a topic, navigate to the topic on the Ops Manager documentation site and click "View the source for this page in GitHub" at the bottom of the topic.
Content Branch | Published URL |
---|---|
3.0 |
https://docs.vmware.com/en/VMware-Tanzu-Operations-Manager/3.0/vmware-tanzu-ops-manager/index.html |
2.10 |
https://docs.vmware.com/en/VMware-Tanzu-Operations-Manager/2.10/vmware-tanzu-ops-manager/index.html |
2.9 |
Not supported. https://docs.pivotal.io/ops-manager/2-9/index.html (archived and publiched as a PDF) |
2.8 |
Not supported. https://docs.pivotal.io/ops-manager/2-8/index.html (archived and publiched as a PDF) |
2.7 |
Not supported. https://docs.pivotal.io/ops-manager/2-7/index.html (archived and publiched as a PDF) |
master |
not used |
master |
not used |
2.6 |
https://docs.pivotal.io/ops-manager/2-6/index.html |
2.5 |
https://docs.pivotal.io/ops-manager/2-5/index.html |
2.4 |
https://docs.pivotal.io/ops-manager/2-4/index.html |
2.3 |
https://docs.pivotal.io/ops-manager/2-3/index.html |
2.2 |
https://docs.pivotal.io/ops-manager/2-2/index.html |
2.1 |
https://docs.pivotal.io/ops-manager/2-1/index.html |
2.0 |
https://docs.pivotal.io/ops-manager/2-0/index.html |
3.0: The 3.0
branch is used to publish the v3.0 site. Create pull requests on 3.0
to contribute or
correct technical inaccuracies in the Ops Manager v3.0 documentation.
2.10: The 2.10
branch is used to publish the v2.10 site. Create pull requests on 2.10
to contribute or
correct technical inaccuracies in the Ops Manager v2.10 documentation.
The 2.10 and later docs have been migrated to docs.vmware.com and are now published using the following tools:
- docworks is the main tool for managing docs used by writers.
- docsdash is a deployment UI which manages the promotion from staging to pre-prod to production. The process below describes how to upload our docs to staging, replacing the publication with the same version.
This repo contains the following files:
- Markdown files live in this repo.
- The table of contents is now in this repo in the toc.md file. Each page requires an entry in the TOC.
- Variables also live in this repo in the template_variables.yml.
- Run a build of the "VMware Tanzu Ops Manager" project to upload the docs to Docs Dash.
- Review your changes on the staging site https://docs-staging.vmware.com/...
- Wait about 1 minute for processing to complete after uploading.
- Go to https://docsdash.vmware.com/deployment-stage.
Prerequisite Needs additional privileges - reach out to a manager on the docs team #tanzu-docs or ask a writer to do this step for you.
-
Go to Staging publications in docsdash
https://docsdash.vmware.com/deployment-stage -
Select a publication (make sure it's the latest version)
-
Click "Deploy selected to Pre-Prod" and wait for the pop to turn green (refresh if necessary after about 10s)
-
Go to Pre-Prod list
https://docsdash.vmware.com/deployment-pre-prod -
Select a publication
-
Click "Sign off for Release"
-
Wait for your username to show up in the "Signed off by" column
-
Select the publication again
-
Click "Deploy selected to Prod"
Bookbinder is a command-line utility for stitching Markdown documents into a hostable web app. The documentation team uses Bookbinder to publish our documentation sites, but you can also use Bookbinder to view a live version of your documentation on your local machine.
Bookbinder draws the content for the site from this repository, the left navigation menu ("subnav") from docs-book-om, and various layout configuration and assets from docs-layout-repo.
To use Bookbinder to view your documentation, perform the following steps:
- Clone this repository to the
~/workspace
directory on your local machine. - Clone the following repositories to the
~/workspace
directory on your local machine: - Use the Versions and Branching table above to determine which branch of
docs-ops-manager
that you need togit checkout
to build the version of the documentation that you want. If necessary, navigate to thedocs-ops-manager
directory andgit checkout BRANCH-NAME
. - Navigate in the
docs-book-om
directory. - Run
bundle install
to install all of the necessary gems, including Bookbinder. - Run
bundle exec bookbinder bind local
to build a Rack web-app of the book. After the bind has completed, navigate into thefinal_app
directory and runrackup
. Then navigate tolocalhost:9292/platform/ops-manager/index.html
in a browser.
We use Concourse pipelines to provide continuous integration and continuous delivery. Any change made to this repository or the https://github.com/pivotal-cf/docs-book-om Book repository trigger a "bind" where the disparate parts of the Ops Manager documentation are assembled into a single web app. A successful bind triggers pushing the app to the staging site, https://docs-pcf-staging.cfapps.io/platform/ops-manager. After review, the staging site is manually pushed to the production site, https://docs.pivotal.io/platform/ops-manager/.
Concourse Pipelines: