From 01fed1dd04b09b2b85c0b9a2c7a7274edd40afa2 Mon Sep 17 00:00:00 2001 From: konwalidacja Date: Sun, 4 May 2025 15:49:36 -0700 Subject: [PATCH] apply style guide to Installation page --- .../Installation/index.mdx | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/FreeSWITCH-Explained/Installation/index.mdx b/docs/FreeSWITCH-Explained/Installation/index.mdx index 838aef07..5eeff887 100644 --- a/docs/FreeSWITCH-Explained/Installation/index.mdx +++ b/docs/FreeSWITCH-Explained/Installation/index.mdx @@ -10,36 +10,36 @@ This page describes FreeSWITCH™ numbering conventions, basic download instruct ## Conventions -The FreeSWITCH™ numbering format is "version.release.maintenance". +The FreeSWITCH numbering format is "version.release.maintenance". -## Selecting a Version +## Selecting a version -The primary FreeSWITCH™ releases are: +The primary FreeSWITCH releases are: * **Current** **_Public Release 1.10_**, created 5 August, 2019, is **recommended for production systems**. Sounds and prompts release is 1.0.52 as of 19 August, 2016. * _**Current Branch**_, contains in-test fixes going into the _**next maintenance level** of the current public release_. -* **Development**,containing the latest fixes and features, intended as the **_next release_**. +* **Development**, containing the latest fixes and features, intended as the **_next release_**. -A Note About Bugs and Issues +### A note about bugs and issues -Bugs or issues with the current public release _must_ be tested using the _latest_ Development release to determine if the problem is already fixed. Issues must be tested using Development before opening bug reports for them to be considered. If the bug persists in Development, then file an issue on GitHub: [https://github.com/signalwire/freeswitch/issues](https://github.com/signalwire/freeswitch/issues) +Bugs or issues with the current public release _must_ be tested using the _latest_ Development release to determine if the problem is already fixed. Issues must be tested using Development before opening bug reports for them to be considered. If the bug persists in Development, then file an issue on [the GitHub FreeSWITCH repository](https://github.com/signalwire/freeswitch/issues). -Check Release Notes Before Upgrades +### Check release notes before upgrades There are breaking changes between minor and major releases, so make sure to check the [Release Notes](../Release-Notes/index.mdx) before upgrading to avoid headaches. -If you're using FreeSWITCH™ version 1.8 which is tagged **End Of Life**, you should upgrade to 1.10 NOW. +If you're using FreeSWITCH version 1.8 which is tagged **End Of Life**, you should upgrade to 1.10 NOW. -### Download Current Public Release +### Download current public release -The latest maintenance level of the current public release of FreeSWITCH™ can be downloaded from [freeswitch-files](https://files.freeswitch.org/freeswitch-releases/) via a browser. +The latest maintenance level of the current public release of FreeSWITCH can be downloaded from [freeswitch-files](https://files.freeswitch.org/freeswitch-releases/) via a browser. For linux, it's easier to copy/paste the command line below. This single long line performs: -1- Determines the latest public release available. -2- Downloads the compressed source file. -3- Decompresses the file into a folder in the current directory. -4- Renames the folder to **freeswitch**. +1. Determines the latest public release available. +2. Downloads the compressed source file. +3. Decompresses the file into a folder in the current directory. +4. Renames the folder to **freeswitch**. If you don't want the folder renamed, remove the last && to the end of the line. ```xml