Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
7 changes: 7 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: libzim Contribution
---

{%
include-markdown "../CONTRIBUTING.md"
%}
File renamed without changes.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ title: libzim Documentation

{%
include-markdown "../README.md"
rewrite-relative-urls=false
%}
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ nav:
- Home: index.md
- API Reference: api_reference/
- Changelog: 'changelog.md'
- License: license.md
- License: LICENSE.md

theme:
name: material
Expand Down
Loading