diff options
Diffstat (limited to 'doc/sphinx/configuration.rst')
-rw-r--r-- | doc/sphinx/configuration.rst | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/sphinx/configuration.rst b/doc/sphinx/configuration.rst new file mode 100644 index 0000000..a2c9ad0 --- /dev/null +++ b/doc/sphinx/configuration.rst | |||
@@ -0,0 +1,30 @@ | |||
1 | .. | ||
2 | This file is part of Anastasis | ||
3 | Copyright (C) 2019-2021 Anastasis SARL | ||
4 | |||
5 | Anastasis is free software; you can redistribute it and/or modify it under the | ||
6 | terms of the GNU Affero General Public License as published by the Free Software | ||
7 | Foundation; either version 2.1, or (at your option) any later version. | ||
8 | |||
9 | Anastasis is distributed in the hope that it will be useful, but WITHOUT ANY | ||
10 | WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR | ||
11 | A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. | ||
12 | |||
13 | You should have received a copy of the GNU Affero General Public License along with | ||
14 | Anastasis; see the file COPYING. If not, see <http://www.gnu.org/licenses/> | ||
15 | |||
16 | @author Christian Grothoff | ||
17 | @author Dominik Meister | ||
18 | @author Dennis Neufeld | ||
19 | |||
20 | ============= | ||
21 | Configuration | ||
22 | ============= | ||
23 | |||
24 | Details about the contents of the configuration file are describe in | ||
25 | the ``anastasis.conf(5)`` chapter. This chapter only describes the | ||
26 | configuration format. | ||
27 | |||
28 | .. include:: frags/configuration-format.rst | ||
29 | |||
30 | .. include:: frags/using-anastasis-config.rst | ||