From: Philippe Proulx Date: Thu, 23 Oct 2014 19:28:07 +0000 (-0400) Subject: Move enterprise distributions section one level up X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=88e1a92d93f10fbfc020e8c705b0e1a73bf5404d;p=lttng-docs.git Move enterprise distributions section one level up Signed-off-by: Philippe Proulx --- diff --git a/contents/installing-lttng/desktop-distributions/enterprise.md b/contents/installing-lttng/desktop-distributions/enterprise.md deleted file mode 100644 index a1a2021..0000000 --- a/contents/installing-lttng/desktop-distributions/enterprise.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -id: enterprise-distributions ---- - -To install LTTng on enterprise distributions, please see -EfficiOS -Enterprise Packages. diff --git a/contents/installing-lttng/desktop-distributions/intro.md b/contents/installing-lttng/desktop-distributions/intro.md index 7636e58..76e5efc 100644 --- a/contents/installing-lttng/desktop-distributions/intro.md +++ b/contents/installing-lttng/desktop-distributions/intro.md @@ -9,7 +9,3 @@ Linux desktop distributions: [Ubuntu](#doc-ubuntu), LTTng is regularly tested on those. Should any issue arise when following the procedures below, please inform the community about it. - -Support is also available for -[enterprise distributions](#doc-enterprise-distributions) such as -Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES). diff --git a/contents/installing-lttng/enterprise.md b/contents/installing-lttng/enterprise.md new file mode 100644 index 0000000..a1a2021 --- /dev/null +++ b/contents/installing-lttng/enterprise.md @@ -0,0 +1,7 @@ +--- +id: enterprise-distributions +--- + +To install LTTng on enterprise distributions, please see +EfficiOS +Enterprise Packages. diff --git a/contents/installing-lttng/intro.md b/contents/installing-lttng/intro.md index 5d69a66..c96ce8d 100644 --- a/contents/installing-lttng/intro.md +++ b/contents/installing-lttng/intro.md @@ -22,5 +22,8 @@ you intend to trace user space applications. This chapter shows how to install the above packages on a Linux system. The easiest way is to use the package manager of the system's distribution ([desktop](#doc-desktop-distributions) or -[embedded](#doc-embedded-distributions)). Otherwise, you can +[embedded](#doc-embedded-distributions)). Support is also available for +[enterprise distributions](#doc-enterprise-distributions), such as +Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES). +Otherwise, you can [build the LTTng packages from source](#doc-building-from-source). diff --git a/toc/docs.yml b/toc/docs.yml index 794781a..e4193ab 100644 --- a/toc/docs.yml +++ b/toc/docs.yml @@ -23,8 +23,6 @@ cats: title: openSUSE/RPM - id: archlinux title: Arch Linux - - id: enterprise-distributions - title: "Enterprise distributions (RHEL, SLES)" - id: embedded-distributions title: Embedded distributions cats: @@ -32,6 +30,8 @@ cats: title: Buildroot - id: oe-yocto title: OpenEmbedded/Yocto + - id: enterprise-distributions + title: "Enterprise distributions (RHEL, SLES)" - id: building-from-source title: Building from source - id: getting-started