Skip to content

Customizing Window Title #1611

Closed Answered by sy-records
Topener asked this question in Q&A
Jul 6, 2021 · 1 comments · 1 reply
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 by Topener
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants