Skip to content

Commit e48f399

Browse files
committedJun 24, 2024
Merge branch 'main' of github.com:plainblack/ving into plainblack-main
2 parents 15e0773 + fc72de4 commit e48f399

File tree

158 files changed

+38771
-28334
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+38771
-28334
lines changed
 

‎.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
- name: Build with VitePress
4747
run: |
4848
npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
49-
touch docs/.vitepress/dist/.nojekyll
49+
touch ving/docs/.vitepress/dist/.nojekyll
5050
- name: Upload artifact
5151
uses: actions/upload-pages-artifact@v3
5252
with:
53-
path: docs/.vitepress/dist
53+
path: ving/docs/.vitepress/dist
5454

5555
# Deployment job
5656
deploy:

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Ving is a Web and REST code generation tool and services framework. It has a hea
1313
- A full user interface for user management
1414
- A templated email subsystem
1515

16-
Ving is written entirely in Javascript using [Nuxt 3](http://nuxt.com), [Vue 3](http://vuejs.org), [PrimeVue](https://primevue.org), [PrimeFlex](https://www.primefaces.org/primeflex/) and [Drizzle](https://github.com/drizzle-team/drizzle-orm).
16+
Ving is written entirely in Javascript using [Nuxt 3](http://nuxt.com), [Vue 3](http://vuejs.org), [PrimeVue](https://primevue.org), [Tailwind](https://tailwindcss.com) and [Drizzle](https://github.com/drizzle-team/drizzle-orm).
1717

1818

1919
## Documentation

0 commit comments

Comments
 (0)