comparison doc/mkdocs.yml @ 239:d47e70da760e

doc: switch to mkdocs+doxybook2, closes #2516 @2h
author David Demelier <markand@malikania.fr>
date Fri, 27 Nov 2020 17:00:30 +0100
parents
children 97f55f6b9593
comparison
equal deleted inserted replaced
238:b30c3af37a01 239:d47e70da760e
1 #
2 # mkdocs.yml.txt -- documentation for Molko's Adventure
3 #
4 # Copyright (c) 2020 David Demelier <markand@malikania.fr>
5 #
6 # Permission to use, copy, modify, and/or distribute this software for any
7 # purpose with or without fee is hereby granted, provided that the above
8 # copyright notice and this permission notice appear in all copies.
9 #
10 # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11 # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 # ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 #
18
19 site_name: Molko's Adventure
20 theme: material
21 markdown_extensions:
22 - admonition
23 - tables
24 - def_list
25 nav:
26 - Home: index.md
27 - About: about.md
28 - Installation: install.md
29 - Specifications:
30 - map: specs/map.md
31 - tileset: specs/tileset.md
32 - Tools:
33 - mlk-bcc: tools/bcc.md
34 - mlk-map: tools/map.md
35 - mlk-tileset: tools/tileset.md
36 - Developer corner:
37 - Notes:
38 - Error handling: dev/error.md
39 - Ownership: dev/ownership.md
40 - FAQ: dev/faq.md
41 - Howto:
42 - dev/howto/01-init.md
43 - API Reference:
44 - Modules: modules/index.md
45 - Files: files/index.md