-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (41 loc) · 1.58 KB
/
mkdocs.yml
File metadata and controls
44 lines (41 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
INHERIT: ../../../mkdocs-common.yml
site_name: Framework
site_url: https://athenaframework.org/Framework/
repo_url: https://github.com/athena-framework/framework
nav:
- Back to Manual: project://.
- API:
- Aliases: aliases.md
- Top Level: index.md
- '*'
plugins:
- search
- section-index
- literate-nav
- gen-files:
scripts:
- ../../../gen_doc_stubs.py
- mkdocstrings:
default_handler: crystal
custom_templates: ../../../docs/templates
handlers:
crystal:
crystal_docs_flags:
- ../../../docs/index.cr
- ./lib/athena-clock/src/athena-clock.cr
- ./lib/athena-console/src/athena-console.cr
- ./lib/athena-contracts/src/athena-contracts.cr
- ./lib/athena-dependency_injection/src/athena-dependency_injection.cr
- ./lib/athena-event_dispatcher/src/athena-event_dispatcher.cr
- ./lib/athena-http/src/athena-http.cr
- ./lib/athena-http_kernel/src/athena-http_kernel.cr
- ./lib/athena-image_size/src/athena-image_size.cr
- ./lib/athena-mime/src/athena-mime.cr
- ./lib/athena-negotiation/src/athena-negotiation.cr
- ./lib/athena-routing/src/athena-routing.cr
- ./lib/athena-serializer/src/athena-serializer.cr
- ./lib/athena-validator/src/athena-validator.cr
- ./lib/athena/src/athena.cr
- ./lib/athena/src/spec.cr
source_locations:
lib/athena: https://github.com/athena-framework/framework/blob/v{shard_version}/{file}#L{line}