8000 Merge pull request #301 from asigloo/bugfix/288-docs-edit-on-github-d… · asigloo/vue-dynamic-forms@e735946 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit e735946

Browse files
authored
Merge pull request #301 from asigloo/bugfix/288-docs-edit-on-github-doesnt-work
fix(docs): added docs dir and branch to theme config
2 parents 186f929 + 7b2d915 commit e735946

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/.vitepress/config.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@ import { defineConfigWithTheme } from 'vitepress'
22

33
export default defineConfigWithTheme({
44
title: 'Vue Dynamic Forms',
5-
description: 'Easy way to dynamically create reactive forms in vue based on varying business object model',
5+
description:
6+
'Easy way to dynamically create reactive forms in vue based on varying business object model',
67
lang: 'en-US',
78
themeConfig: {
89
repo: 'asigloo/vue-dynamic-forms',
910
logo: '/logo.svg',
11+
docsDir: 'docs',
12+
docsBranch: 'main',
1013
editLinks: true,
11-
editLinkText: 'Edit this page',
14+
editLinkText: 'Suggest changes to this page',
1215
lastUpdated: 'Last Updated',
1316
nav: [
1417
{

0 commit comments

Comments
 (0)
0