Skip to content
Discussion options

You must be logged in to vote

you can use :

window.$docsify = {
plugins: [
function(hook, vm) {
hook.doneEach(function() {
// Invoked each time after the data is fully loaded, no arguments,
document.title += ' - title';
});
}
]
};

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Topener
Comment options

Answer selected byTopener
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
@Topener@sy-records