Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ site_name: User Documentation
repo_url: https://github.com/ezsystems/user-documentation
site_url: https://doc.ibexa.co/projects/userguide/en/latest/
copyright: "Copyright 1999-2024 Ibexa AS and others"
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
anchors: warn
not_in_nav: |
search_results.md
/snippets/*
nav:
- Ibexa User Documentation: index.md
- Getting started:
Expand Down