Excluding rules not to break XOS Docs

Change-Id: I874737f2503b3a1bde71ceeec280eaa16ed1b2f3
diff --git a/SUMMARY.md b/SUMMARY.md
index ada4b35..1a1a165 100644
--- a/SUMMARY.md
+++ b/SUMMARY.md
@@ -123,3 +123,4 @@
     * [VOLTHA](charts/voltha.md)
     * [XOS-CORE](charts/xos-core.md)
     * [XOSSH](charts/xossh.md)
+
diff --git a/mdl_relaxed.rb b/mdl_relaxed.rb
index 478ea9e..ff0843b 100644
--- a/mdl_relaxed.rb
+++ b/mdl_relaxed.rb
@@ -55,3 +55,8 @@
 # Causes failures within code block when MD031 is also excluded
 exclude_rule 'MD046'
 
+# Gitbook does not care about bare URLs
+exclude_rule 'MD034'
+
+# This is not true in case of "includes" placeholder
+exclude_rule 'MD041'