Do not publish RDO Install Guide for Liberty yet

Remove the Install Guide, packages are not ready yet and therefore
this is not usable.

Remove it from both Liberty index page as well as publishing for
Liberty. The draft document is updated.

Update comment for Debian in publishdocs.

Change-Id: I4b0b597809ed7ddc3c070153d12d567bd8d0d28e
This commit is contained in:
Andreas Jaeger 2015-10-14 08:14:37 +02:00 committed by Christian Berendt
parent 340e5294bd
commit 47a58b4530
2 changed files with 5 additions and 2 deletions

View File

@ -40,8 +40,10 @@ function copy_to_branch {
for f in $(find publish-docs/$BRANCH -name "*.html"); do
sed -i -e "s|/draft/|/$BRANCH/|g" $f
done
# We don't need Debian Install Guide for Liberty
# Debian Install Guide for Liberty is not ready
rm -rf publish-docs/$BRANCH/install-guide-debian
# RDO Install Guide for Liberty is not ready
rm -rf publish-docs/$BRANCH/install-guide-rdo
fi
}

View File

@ -64,8 +64,9 @@
<div class="docs-link-sections">
<h3 id="install-guides"><i class="fa fa-cogs"></i> Install Guides</h3>
<a href="/liberty/install-guide-obs/">Installation Guide for openSUSE 13.2 and SUSE Linux Enterprise Server 12</a>
<a href="/liberty/install-guide-rdo/">Installation Guide for Red Hat Enterprise Linux 7, CentOS 7, and Fedora 22</a>
<a href="/liberty/install-guide-ubuntu/">Installation Guide for Ubuntu 14.04 (LTS)</a>
Installation Guide for Debian 8 (not yet available)
Installation Guide for Red Hat Enterprise Linux 7, CentOS 7, and Fedora 22 (not yet available)
</div>
<div class="docs-link-sections">
<h3 id="api-guides"><i class="fa fa-book"></i> API References</h3>