Custom logo and meta #880
Unanswered
danilopolani
asked this question in
Q&A
Replies: 1 comment
-
Maybe I can help on the first point. Enable header logo in app.config.ts export default defineAppConfig({
docus: {
header: { logo: true },
// rest of the config
}
}); components/global/Logo.vue: <template>
<img src="/your-logo.png" /> // your-logo.png should be in public folder
</template> I'm using this in my docs and working as expected, there's a docs section too on this regard |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm creating a new docs project with Docus but I have a few questions and I can't find the answer anywhere.
header.logo
property is, right now, a boolean.Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions