egoist / docute

📚 Effortless documentation, done right.
https://docute.egoist.dev
MIT License
3.81k stars 427 forks source link

Custom footer documentation #198

Closed davidmoshal closed 5 years ago

davidmoshal commented 5 years ago

Not seeing much info on registerComponent as suggested in #26.

Is there an example on how to add a footer?

Documentation often has a copyright notice, so I'm surprised that a footer is not a standard option.

For now am using:

    <div style="position: absolute; bottom: 0; right:0; width:80vw; text-align: center">
      &copy;2019 <company name>, Strictly Confidential
    </div>
egoist commented 5 years ago

I think we can add footer and banner options, I'll also update the docs for registerComponent later.

davidmoshal commented 5 years ago

@egoist thanks

egoist commented 5 years ago

:tada: This issue has been resolved in version 4.8.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

egoist commented 5 years ago

Check out https://docute.org/options#banner--footer.

davidmoshal commented 5 years ago

@egoist thanks, awesome! Such rapid response I had no option but to sign up as a 'top backer'. BTW: I chose Docute over Docsify and Vuepress.