diff --git a/doc/source/index.rst b/doc/source/index.rst index 335a2b8..9990e3f 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -19,12 +19,13 @@ infrastructure developers. specs/task-tracker specs/zuulv3 specs/newton-on-xenial + specs/doc-publishing Gerrit query for all changes related to priority efforts:: - status:open AND (topic:puppet-apply OR topic:infra-cloud OR topic:downstream-puppet OR topic:nodepool-zk OR topic:storyboard-migration OR branch:feature/zuulv3 OR topic:newton-xenial) + status:open AND (topic:puppet-apply OR topic:infra-cloud OR topic:downstream-puppet OR topic:nodepool-zk OR topic:storyboard-migration OR branch:feature/zuulv3 OR topic:newton-xenial OR topic:afs-docs) -https://review.openstack.org/#/q/status:open+AND+%28topic:puppet-apply+OR+topic:infra-cloud+OR+topic:downstream-puppet+OR+topic:nodepool-zk+OR+topic:storyboard-migration+OR+branch:feature/zuulv3+OR+topic:newton-xenial%29,n,z +https://review.openstack.org/#/q/status:open+AND+%28topic:puppet-apply+OR+topic:infra-cloud+OR+topic:downstream-puppet+OR+topic:nodepool-zk+OR+topic:storyboard-migration+OR+branch:feature/zuulv3+OR+topic:newton-xenial+OR+topic:afs-docs%29,n,z Approved Design Specifications ============================== diff --git a/specs/doc-publishing.rst b/specs/doc-publishing.rst index 733b115..2aacfe2 100644 --- a/specs/doc-publishing.rst +++ b/specs/doc-publishing.rst @@ -261,6 +261,19 @@ Assignee(s) Primary assignee: jeblair +Additional volunteers: + mordred + pabelanger + +Gerrit Topic +------------ + +Use Gerrit topic "afs-docs" for all patches related to this spec. + +.. code-block:: bash + + git-review -t afs-docs + Work Items ----------