From: Alan T. DeKok Date: Wed, 6 Feb 2019 16:27:29 +0000 (-0500) Subject: point to the new location for documentation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d7b3d37d5ddf06ee855392532e1bbfcf1e0773c;p=thirdparty%2Ffreeradius-server.git point to the new location for documentation --- diff --git a/raddb/README.md b/raddb/README.md new file mode 100644 index 00000000000..a81eea5dd62 --- /dev/null +++ b/raddb/README.md @@ -0,0 +1,12 @@ +# Where to find documentation + +All documentation for the server configuration files is now in the +`doc/raddb/` directory. + +You can now also do: + + $ make asciidoc + +from the top-level directory. The configuration files here will be +converted to Asciidoc with markup, and places in the `doc/raddb/` +directory.