This repository contains content for the Nozzle for VMware Tanzu for Microsoft Azure Log Analytics documentation. We publish the Nozzle for VMware Tanzu for Microsoft Azure Log Analytics documentation at https://docs.vmware.com/en/Nozzle-for-VMware-Tanzu-for-Microsoft-Azure-Log-Analytics/services/documentation/GUID-index.html.
Please help us improve the accuracy and completeness of the Nozzle for VMware Tanzu for Microsoft Azure Log Analytics documentation by contributing content, editing, or expertise.
A common way to contribute is to file a pull request through GitHub.
Every topic in the Nozzle for VMware Tanzu for Microsoft Azure Log Analytics documentation has a corresponding file in this content repository on GitHub. To locate the source file for a topic, navigate to the topic on the Nozzle for VMware Tanzu for Microsoft Azure Log Analytics documentation site and click "View the source for this page in GitHub" at the bottom of the topic.
Branch Name | Content | Location |
---|---|---|
master |
Nozzle for VMware Tanzu for Microsoft Azure Log Analytics | https://docs.vmware.com/en/Nozzle-for-VMware-Tanzu-for-Microsoft-Azure-Log-Analytics/services/documentation/GUID-index.html |
master: The master
branch is used to publish the live version of the site.
Create pull requests on master
to contribute or correct technical inaccuracies in the Nozzle for VMware Tanzu for Microsoft Azure Log Analytics documentation.
NOTE: This document is no longer published via Bookbinder, but now uses DocWorks and DocsDash. Docworks is now used to publish to staging. DocsDash is used to publish to production.
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-azure-analytics, 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 docs-azure-analytics and
docs-layout-repo repositories to the
~/workspace
directory on your local machine. - Navigate into the
docs-book-azure-analytics
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/azure-log-analytics-nozzle/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-azure-analytics book repository trigger a "bind" where the disparate parts of the Nozzle for VMware Tanzu for Microsoft Azure Log Analytics 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/azure-log-analytics-nozzle. After review, the staging site is manually pushed to the production site, https://docs.pivotal.io/azure-log-analytics-nozzle/.
Concourse Pipeline: