Skip to content

Commit

Permalink
docs: separate directory for en [lunaria-ignore] (vuejs#3996)
Browse files Browse the repository at this point in the history
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
  • Loading branch information
F-loat and brc-dd authored Jun 28, 2024
1 parent b54d7b0 commit b694900
Show file tree
Hide file tree
Showing 37 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/config/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ import { search as esSearch } from './es'
export const shared = defineConfig({
title: 'VitePress',

rewrites: {
'en/:rest*': ':rest*'
},

lastUpdated: true,
cleanUrls: true,
metaChunk: true,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/guide/using-vue.md → docs/en/guide/using-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ VitePress currently has SSG support for teleports to body only. For other target
```

<script setup>
import ModalDemo from '../components/ModalDemo.vue'
import ComponentInHeader from '../components/ComponentInHeader.vue'
import ModalDemo from '../../components/ModalDemo.vue'
import ComponentInHeader from '../../components/ComponentInHeader.vue'
</script>

<style>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b694900

Please sign in to comment.