Skip to content

Commit 07d6b34

Browse files
committed
Deploy preview for PR 111 πŸ›«
1 parent bed8eaf commit 07d6b34

112 files changed

Lines changed: 2484 additions & 222 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Pages excluded from link checking (see scripts/lychee-book.sh)
2+
# print.html aggregates the whole book and repeats links; excluding it is required.
3+
^https?://[^/]+/print\.html
4+
# External sites that block or throttle link checkers
5+
https://pixabay.com/users/bru-no-1161770/
6+
https://pixabay.com/service/license-summary/
7+
https://www.sap.com/
8+
# Built book may serve this chapter at README.html or index.html; ignore if 404
9+
^https?://[^/]+/measuring/gqm_example/README\.html
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
const path_to_root = "";
3737
const default_light_theme = "light";
3838
const default_dark_theme = "navy";
39-
window.path_to_searchindex_js = "searchindex-bbfce816.js";
39+
window.path_to_searchindex_js = "searchindex-867a60fa.js";
4040
</script>
4141
<!-- Start loading toc.js asap -->
42-
<script src="toc-78c7bc11.js"></script>
42+
<script src="toc-e70a2d30.js"></script>
4343
</head>
4444
<body>
4545
<div id="mdbook-help-container">

β€Žpr-preview/pr-111/html/CONTRIBUTING.htmlβ€Ž

Lines changed: 263 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ giscus.crossorigin = "anonymous"
2323
# Required for correct asset and 404 paths on GitHub Pages (project site and PR preview subpaths).
2424
site-url = "/managing-innersource-projects/"
2525
additional-js = ["mermaid.min.js", "mermaid-init.js"]
26+
27+
[output.linkcheck2]
File renamed without changes.

0 commit comments

Comments
Β (0)