Skip to content

Commit

Permalink
Add atomic-registry distro
Browse files Browse the repository at this point in the history
This defines a new docs set (AsciiBinder distro) for
the Atomic Registry project. Another commit will provide
the necessary conditional topic building with an update
to _build_cfg.yml
  • Loading branch information
aweiteka committed Mar 4, 2016
1 parent e5caa21 commit d6e4ebe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions _distro_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,13 @@ openshift-dedicated:
master:
name: '3.1 Preview'
dir: dedicated/3.1
atomic-registry:
name: Atomic Registry
author: Project Atomic <[email protected]>
site: atomic-registry
site_name: Atomic Registry Documentation
site_url: https://projectatomic.io/registry
branches:
master:
name: 'Latest'
dir: latest
5 changes: 3 additions & 2 deletions contributing_to_docs/contributing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ are:
* _openshift-online_
* _openshift-enterprise_
* _openshift-dedicated_
* _atomic-registry_

These attributes can be used by themselves, or in conjunction to conditionalize
text within a topic document.
Expand All @@ -100,7 +101,7 @@ This line will only appear for OpenShift Enterprise.
endif::[]
\ifdef::openshift-origin,openshift-enterprise[]
This line will appear for OpenShift Origin and Enterprise, but not for OpenShift Online or OpenShift Dedicated.
This line will appear for OpenShift Origin and Enterprise, but not for OpenShift Online or OpenShift Dedicated or Atomic Registry.
endif::[]
----

Expand Down Expand Up @@ -196,7 +197,7 @@ default, if the *Distros* setting is not used, it is process as if it was set
to *Distros: all* for that particular topic or topic group. This means that
topic or topic group will appear in all three product documentation.
* The *all* value for *Distros* is a synonym for
_openshift-origin,openshift-enterprise,openshift-online,openshift-dedicated_.
_openshift-origin,openshift-enterprise,openshift-online,openshift-dedicated,atomic-registry_.
* The *all* value overrides other values, so _openshift-online,all_ is processed
as *all*.
****
Expand Down

0 comments on commit d6e4ebe

Please sign in to comment.