Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
fwbrasil committed Nov 29, 2023
1 parent d95bc2c commit f0f21aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### Please visit https://getkyo.io for an indexed version of this documentation.
##

<img src="https://raw.githubusercontent.com/getkyo/kyo/master/kyo.png" width="200" alt="Kyo">

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
function (hook, vm) {
hook.beforeEach(function (content) {
const startPattern = '### Please visit';
const endPattern = '<img';
const endPattern = '## ';

let startIndex = content.indexOf(startPattern);
let endIndex = content.indexOf(endPattern, startIndex + startPattern.length);
Expand Down

0 comments on commit f0f21aa

Please sign in to comment.