diff --git a/mkdocs.yml b/mkdocs.yml index 58dab10..1e0d7a0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,12 +8,12 @@ extra: nav: - Home: index.md - v5: - - Overview: v5/installation.md - - Installation: v5/configuration.md + - Installation: v5/installation.md + - Configuration: v5/configuration.md - Usage: v5/usage.md - Reference: - - "Inject class dependencies": v5/usage/factory.md - - "Inject entity repositories": v5/usage/injection.md + - "Inject using a factory": v5/usage/factory.md + - "Inject using dot-annotated-services": v5/usage/injection.md site_name: dot-session site_description: "DotKernel's session component" repo_url: "https://github.com/dotkernel/dot-session"