Questions tagged [vitepress]
27 questions
0
votes
1 answer
Tailwind class conflicts when used in Markdown with vitepress
I'm using vitepress for documenting our app. It reads markdown and renders it in vue components. Unfortunately there seems to be a conflict with a tailwind default class (setting all borders to 0 on button components) and a button I am applying the…

Artur Müller Romanov
- 4,417
- 10
- 73
- 132
0
votes
0 answers
I can't regularize my vitepress project with google adsense
how are you? I developed a blog with vitepress and it's been 3 weeks that I've been trying different ways to use the script tag with the code that google adsense asks for and they always tell me to review it because the code wasn't found I've even…

Anderson Lucas
- 11
- 1
0
votes
1 answer
Vitepress prepends previous route segment to next route
I have a Vitepress 1.0.0-alpha.40 project with the following configuration
import { defineConfig } from 'vitepress'
export default defineConfig({
base: './',
outDir: '../dist',
themeConfig: {
sidebar: [
{
…

baitendbidz
- 187
- 3
- 19
0
votes
0 answers
Vitepress deploy on vercel
when I deploy my Vitepress project on Vercel, it deploys incompletely. For example, a menu does not appear. Any ideas?
when i deploy on vercel
it's should be
thanks.
i try redeploying, yarn..npm..

karakusnavy
- 1
- 2
0
votes
0 answers
vitepress:Unexpected identifier 'project'
On my computer, when I create a vitepress project on the desktop, the project is normal. But when I nest a folder outside the project, my console will report the following error. There are no problems under my friend's window computer.
My computer…

jie.Chen
- 1
0
votes
0 answers
VitePress Unknown file extension ".css" for C:\Users\woo-m\Desktop\ToTimeMail\node_modules\vant\es\style\base.css
I have a problem in VitePress, I used VantUI, but he throws an error.
Unknown file extension ".css" for C:\Users\woo-m\Desktop\ToTimeMail\node_modules\vant\es\style\base.css
I found the file he mentioned, which is a Less, but VitePress should have…

JanYork
- 1
0
votes
0 answers
Is it possible to display files or type definitions inside markdown files?
Given a VitePress project for internal docs for a library based on TypeScript ( I have access to the private library repository and could install it locally )
I want to add some documentation for interfaces and types and based on the VitePress docs…

baitendbidz
- 187
- 3
- 19
0
votes
1 answer
Vitepress VS Code resolve absolute path to docs/ in markdown
I am using VitePress (fot that matter it might as well be VuePress) in Visual Studio Code.
In markdown files you can normally write links relative to any other markdown document.
You can also write absolute links which VitePress resolves (by…

santiago arizti
- 4,175
- 3
- 37
- 50
0
votes
1 answer
open Images in a new Tab in Vitepress production build
I would like to open images in Vitepress in a new tab because of some pictures which has fine details. I tried to wrap the image Link with a pointing to the same resource. Unfortunately or fortunately vitepress copies the asset with a hashed file…

Taranis
- 314
- 1
- 2
- 11
0
votes
1 answer
Adding og images to VitePress
I've seen that in the VitePress .md files you can add meta description and keywords like this,
head:
- - meta
- name: description
content: my custom description
But I can't seem to figure out how to add og:title or og:image, it seems…

Kelvin Zhao
- 2,243
- 3
- 22
- 31
-1
votes
1 answer
How to make sidebar with children elements in Vitepress?
I'm trying to represent my folder tree in the sidebar but when I click on one of the Group parent elements, the children elements are not rendered.
Another thing that's weird is that the Group elements have no cursor: pointer css property, like you…

Artur Müller Romanov
- 4,417
- 10
- 73
- 132
-1
votes
1 answer
Vitepress empty page layout
I want to create a landing page for a documentation and I dont any layout option. How can I create a landing that points to a Vue component directly?
---
layout: none
---