You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! First of all, I searched for a community or forum to ask this, but I did not find one. So, please excuse me if this is not the right place where to ask.
I need to add a blog and documentation to my website. Using kit-docs for both of them.
The main idea is to set the links in the navbar, next to the other website pages. I could set both documentation and blog in the same website using different sources. The problems I have now are:
I want to use only one navBar. I can't set the website navbar in the kit-docs pages. And I can't render a page in a different route using kit-docs navbar.
I also need to do a different CSS for both blog and docs. I tried using different CSS imports for each __layout@kit.docs.svelte component. But the second page clicked overwrites the CSS variables of both pages. (if you click first blog and then docs, both pages use docs styles. And vice versa).
Here I leave the link of the repository.
Steps to check:
I've got a slightly different twist on a similar topic...
I'd like to use kitdocs as part of a svelte project to manage the docs alongside within the app - but it doesn't seem to be trivial to have kitdocs start at say "/docs" - unless I've missed something in the manual?
Hello! First of all, I searched for a community or forum to ask this, but I did not find one. So, please excuse me if this is not the right place where to ask.
I need to add a blog and documentation to my website. Using kit-docs for both of them.
The main idea is to set the links in the navbar, next to the other website pages. I could set both documentation and blog in the same website using different sources. The problems I have now are:
__layout@kit.docs.svelte
component. But the second page clicked overwrites the CSS variables of both pages. (if you click firstblog
and thendocs
, both pages usedocs
styles. And vice versa).Here I leave the link of the repository.
Steps to check:
The question are:
Thank you in advance!
The text was updated successfully, but these errors were encountered: