-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
31 lines (28 loc) · 898 Bytes
/
mkdocs.yml
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
INHERIT: ../../../mkdocs-common.yml
site_name: Dependency Injection
site_url: https://athenaframework.org/DependencyInjection/
repo_url: https://github.com/athena-framework/dependency-injection
nav:
- Introduction: README.md
- Back to Manual: project://.
- API:
- Aliases: aliases.md
- Top Level: top_level.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-dependency_injection/src/athena-dependency_injection.cr
source_locations:
lib/athena-dependency_injection: https://github.com/athena-framework/dependency-injection/blob/v{shard_version}/{file}#L{line}