File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ WORKSPACE
4
4
# don't check in the build output of the book
5
5
docs /book /book /
6
6
7
+ # ignore auto-generated dir by `mdbook serve`
8
+ docs /book /src /docs
9
+
7
10
# Editor temp files
8
11
* ~
9
12
\# * #
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ title = "The Kubebuilder Book"
8
8
google-analytics = " UA-119864590-1"
9
9
curly-quotes = true
10
10
additional-css = [" theme/css/markers.css" , " theme/css/custom.css" ]
11
+ git-repository-url = " https://github.com/kubernetes-sigs/kubebuilder"
12
+ edit-url-template = " https://github.com/kubernetes-sigs/kubebuilder/edit/master/docs/book/{path}"
11
13
12
14
[preprocessor .literatego ]
13
15
command = " ./litgo.sh"
Original file line number Diff line number Diff line change 139
139
<i id =" git-repository-button" class =" fa {{ git_repository_icon }} " ></i >
140
140
</a >
141
141
{{ /if }}
142
+ {{ #if git_repository_edit_url }}
143
+ <a href =" {{ git_repository_edit_url }} " title =" Suggest an edit" aria-label =" Suggest an edit" >
144
+ <i id =" git-edit-button" class =" fa fa-edit" ></i >
145
+ </a >
146
+ {{ /if }}
142
147
</div >
143
148
</div >
144
149
You can’t perform that action at this time.
0 commit comments