Skip to content

Commit 861c5c9

Browse files
noladealandekok
authored andcommitted
Moved Installation module to under the Howto module
Please enter the commit message for your changes. Lines starting Howto & Installation modules topo updates
1 parent e4f876e commit 861c5c9

File tree

18 files changed

+32
-21
lines changed

18 files changed

+32
-21
lines changed

doc/antora/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ nav:
1313
- modules/concepts/nav.adoc
1414
- modules/reference/nav.adoc
1515
- modules/howto/nav.adoc
16-
- modules/installation/nav.adoc
16+
#- modules/installation/nav.adoc
1717
- modules/tutorials/nav.adoc
1818
- modules/developers/nav.adoc

doc/antora/modules/ROOT/pages/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ desired outcome. At a high level, the subject areas describe:
4040
* The xref:reference:raddb/index.adoc[configuration files] located in `/etc/raddb/`, or `/etc/freeradius/`
4141
* The syntax of the xref:reference:unlang/index.adoc[unlang] processing language
4242
* Various xref:howto:index.adoc[how-to] guides
43-
* xref:installation:index.adoc[Installing] and xref:installation:upgrade.adoc[upgrading] FreeRADIUS
43+
* xref:howto:installation/index.adoc[Installing] and xref:howto:installation/upgrade.adoc[upgrading] FreeRADIUS
4444
* xref:developers:index.adoc[Developer documentation]
4545
4646
This organization means that for example, the `ldap` module will have
@@ -111,7 +111,7 @@ All of these limitations and more have been removed. The downside of
111111
these changes is that the some of the configuration has been changed.
112112

113113
Administrators who have version 3 and wish to upgrade to version 4
114-
should read the xref:installation:upgrade.adoc[upgrading] documentation.
114+
should read the xref:howto:installation/upgrade.adoc[upgrading] documentation.
115115
That documentation explains the differences between the two versions, and
116116
how an existing configuration can be reproduced in the latest
117117
release. We do _not_ recommend using version 3 configuration files
@@ -128,7 +128,7 @@ has been released. Packages for older releases are also available for
128128
historical purposes.
129129

130130
FreeRADIUS can also be installed from the source code. Please see the
131-
xref:installation:index.adoc[installation guide] for instructions.
131+
xref:howto:installation/index.adoc[installation guide] for instructions.
132132

133133
WARNING: Many Operating System distributions ship versions of FreeRADIUS
134134
which are years out of date. Those versions may contain bugs which have

doc/antora/modules/developers/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ RFC2139(http://www.freeradius.org/rfc/rfc2139.txt)
5757
** xref:sbuff-parsing.adoc[Parsing with string buffers]
5858
** xref:sbuff-ng.adoc[Sbuff issues]
5959

60-
Also see the xref:installation:dependencies.adoc[build
60+
Also see the xref:howto:installation/dependencies.adoc[build
6161
dependencies] page.

doc/antora/modules/howto/nav.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
* xref:index.adoc[Howto Guides]
2+
3+
** xref:howto:installation/index.adoc[Installing and upgrading]
4+
*** xref:howto:installation/packages.adoc[Install from packages]
5+
*** xref:howto:installation/dependencies.adoc[Dependencies]
6+
*** xref:howto:installation/source.adoc[Build from source]
7+
*** xref:howto:installation/upgrade.adoc[Upgrading from v3 to v4]
8+
*** xref:howto:installation/attribute_names.adoc[Attribute name changes from v3 to v4]
9+
*** Building Packages
10+
**** xref:howto:installation/debian.adoc[Debian and Ubuntu]
11+
**** xref:howto:installation/redhat.adoc[RedHat and CentOS]
12+
213
** Modules
314
*** xref:modules/configuring_modules.adoc[Configuring Modules]
415
*** xref:modules/chap/index.adoc[CHAP]

doc/antora/modules/installation/pages/attribute_names.adoc renamed to doc/antora/modules/howto/pages/installation/attribute_names.adoc

File renamed without changes.
File renamed without changes.

doc/antora/modules/installation/pages/dependencies.adoc renamed to doc/antora/modules/howto/pages/installation/dependencies.adoc

File renamed without changes.

doc/antora/modules/installation/pages/index.adoc renamed to doc/antora/modules/howto/pages/installation/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
FreeRADIUS is available from multiple sources:
44

5-
* Official xref:packages.adoc[Network RADIUS packages]
6-
* xref:source.adoc[Source code]
5+
* Official xref:howto:installation/packages.adoc[Network RADIUS packages]
6+
* xref:howto:installation/source.adoc[Source code]
77
* Many Operating System distributions
88
99
We highly recommend using the official packages from Network
File renamed without changes.

doc/antora/modules/installation/pages/packages.adoc renamed to doc/antora/modules/howto/pages/installation/packages.adoc

File renamed without changes.

0 commit comments

Comments
 (0)