]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
doc: move 'upgrading' to 'install & upgrade' section
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Mon, 26 Aug 2019 21:12:18 +0000 (22:12 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Mon, 26 Aug 2019 22:14:22 +0000 (23:14 +0100)
doc/antora/antora.yml
doc/antora/modules/ROOT/pages/index.adoc
doc/antora/modules/installation/nav.adoc
doc/antora/modules/installation/pages/source.adoc
doc/antora/modules/installation/pages/upgrade.adoc [moved from doc/antora/modules/upgrade/pages/index.adoc with 100% similarity]
doc/antora/modules/raddb/pages/index.adoc
doc/antora/modules/upgrade/nav.adoc [deleted file]
doc/upgrade [deleted symlink]

index 19b8b31f63a3d4ccf9936b7adeb8e99b5cd7c438..3b7bbecef7e41d19265b0a1fb49429cbfb311d27 100644 (file)
@@ -13,5 +13,4 @@ nav:
 - modules/howto/nav.adoc
 - modules/unlang/nav.adoc
 - modules/developers/nav.adoc
-- modules/upgrade/nav.adoc
 - modules/raddb/nav.adoc
index 7dfe65a546c78a357fe9f50681db19edfeb03525..0c72b622dda0924b72a87bd44e8845eaa1e50f36 100644 (file)
@@ -33,7 +33,7 @@ desired outcome. At a high level, the subject areas describe:
 * The syntax of the xref:unlang:index.adoc[unlang] processing language.
 * The xref:raddb:index.adoc[configuration files] located in `/etc/raddb/`, or `/etc/freeradius/`
 * Various xref:howto:index.adoc[how-to] guides.
-* xref:upgrade:index.adoc[Upgrading] from a previous version of FreeRADIUS.
+* xref:installation:upgrade.adoc[Upgrading] from a previous version of FreeRADIUS.
 * xref:developers:index.adoc[Developer documentation].
 
 This organization means that for example, the `ldap` module will have
@@ -69,8 +69,8 @@ All of these limitations and more have been removed. The downside of
 these changes is that the some of the configuration has been changed.
 
 Administrators who have version 3 and wish to upgrade to version 4
-should read the xref:upgrade:index.adoc[upgrading] documentation. That
-documentation explains the differences between the two versions, and
+should read the xref:installation:upgrade.adoc[upgrading] documentation.
+That documentation explains the differences between the two versions, and
 how an existing configuration can be reproduced in the latest
 release. We do _not_ recommend using version 3 configuration files
 with version 4. The configuration files are _not_ compatible across a
index b592f0e3ca8e8b529ffdb7ae74954bee8a070224..238e27bebaccdc78326b2c6685c438db12a9ed6f 100644 (file)
@@ -2,6 +2,7 @@
 ** xref:packages.adoc[Install from packages]
 ** xref:dependencies.adoc[Dependencies]
 ** xref:source.adoc[Build from source]
+** xref:upgrade.adoc[Upgrading from v3 to v4]
 ** Building Packages
 *** xref:build_deb.adoc[Debian and Ubuntu]
 *** xref:build_rpm.adoc[RedHat and CentOS]
index 941384def411797367c02ede21f949bf5dec97b4..08a0578627130f55111896bbf6d1d2893aed4f8e 100644 (file)
@@ -66,7 +66,7 @@ this may cause undesired behavior and failure to operate correctly.
 
 The initial output from running in debugging mode (`radiusd -X`)
 will tell you which configuration files are being used. See
-xref:upgrade:index.adoc[Upgrading] for information about
+xref:installation:upgrade.adoc[Upgrading] for information about
 upgrading from older versions. There _may_ be changes in the
 dictionary files which are required for a new version of the
 software. These files will not be installed over your current
@@ -95,7 +95,7 @@ major versions of the server. (For example - version 2 to version 3, or
 version 3 to version 4.
 
 For details on what has changed between the version, see the
-xref:upgrade:index.adoc[upgrade] guide.
+xref:installation:upgrade.adoc[upgrade] guide.
 
 We _strongly_ recommend that new major versions be installed in a
 different location than any existing installations. Any local policies
index 81b17b42139be9aeea7764ff308370f21a09c92e..69b6757c2995492326733707489c9e4e52b401f1 100644 (file)
@@ -98,8 +98,8 @@ Note that unlike v3, there are no longer any `authorize`,
 been renamed. This change was necessary in order to simplify the
 operation of the server, and to better support multiple protocols.
 
-Please see the xref:upgrade:index.adoc[upgrade] file for more information
-about these changes.
+Please see the xref:installation:upgrade.adoc[upgrade] file for more
+information about these changes.
 
 The `sites-available/` directory contains many files. Each file is a
 worked example of how to achieve a particular goal using FreeRADIUS. We
diff --git a/doc/antora/modules/upgrade/nav.adoc b/doc/antora/modules/upgrade/nav.adoc
deleted file mode 100644 (file)
index 912e5f0..0000000
+++ /dev/null
@@ -1 +0,0 @@
-* xref:index.adoc[Upgrading from v3 to v4]
diff --git a/doc/upgrade b/doc/upgrade
deleted file mode 120000 (symlink)
index 193b754..0000000
+++ /dev/null
@@ -1 +0,0 @@
-antora/modules/upgrade/pages/
\ No newline at end of file