File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
themes/geekboot/layouts/partials Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ registry.
42
42
<!-- allow "check" -->
43
43
* Fixed [ an issue] ( https://github.com/crossplane/docs/pull/718 ) where mermaid
44
44
diagrams didn't display the right colors across light and dark modes.
45
- * Added support for a "[ you are here] ( https://github.com/crossplane/docs/pull/716" )
45
+ * Added support for a "[ you are here] ( https://github.com/crossplane/docs/pull/716 ) "
46
46
feature for doc page table of contents.
47
47
* Fixed the color of check marks (✔️) in dark mode.
48
48
<!-- vale Google.WordList = YES -->
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ registry.
42
42
<!-- allow "check" -->
43
43
* Fixed [ an issue] ( https://github.com/crossplane/docs/pull/718 ) where mermaid
44
44
diagrams didn't display the right colors across light and dark modes.
45
- * Added support for a "[ you are here] ( https://github.com/crossplane/docs/pull/716" )
45
+ * Added support for a "[ you are here] ( https://github.com/crossplane/docs/pull/716 ) "
46
46
feature for doc page table of contents.
47
47
* Fixed the color of check marks (✔️) in dark mode.
48
48
<!-- vale Google.WordList = YES -->
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ <h1 class="bd-title mb-0" id="content">{{ .Title | markdownify }}
57
57
</ div >
58
58
< div >
59
59
< svg class ="bi " width ="1em " height ="1em "> < use xlink:href ="#github "/> </ svg >
60
- < span class ="ps-1 "> < a href ="{{printf "https: //github.com/crossplane/docs/tree/master/content/%s" .Page.File}}"> View page source</ a > </ span >
60
+ < span class ="ps-1 "> < a href ="{{printf "https: //github.com/crossplane/docs/tree/master/content/%s" .Page.File.Path }}"> View page source</ a > </ span >
61
61
</ div >
62
62
</ div >
63
63
</ nav >
Original file line number Diff line number Diff line change @@ -3,9 +3,11 @@ DirectoryPath: "public"
3
3
# This doesn't cause errors
4
4
IgnoreInternalEmptyHash : true
5
5
CheckExternal : false
6
+ StripQueryString : false
6
7
IgnoreURLs :
7
8
- " github.com/crossplane/docs/tree/master/content/(.*).md" # Ignore the links to "view this source"
8
9
- " www.googletagmanager.com/*" # Ignore google tag manager
9
10
- " twitter.com/*" # Ignore twitter links since they send to login page
10
11
- " https://releases.crossplane.io/stable/current/bin" # S3 bucket listing always returns 404 status even with directory listing
11
12
- " docs.crossplane.io/latest/*" # Allow links to the latest release (e.g. from knowledge-base)
13
+ - " github.com/crossplane/docs/issues/new*" # Ignore the "open an issue" link
You can’t perform that action at this time.
0 commit comments