Skip to content

Commit

Permalink
docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rizen committed Feb 28, 2024
1 parent 2220239 commit 7a7a281
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 137 deletions.
49 changes: 0 additions & 49 deletions docs/api-examples.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Ving is written entirely in Javascript using [Nuxt 3](http://nuxt.com), [Vue 3](


## How Ving is Constructed
Everything starts with the [Ving Schema](subsytems/ving-schema), which defines tables in a database, along with fields, privileges, and other properties. From there everything is automatically generated, but still modifyable by you. Ving will generate [database schemas and migrations](subsytems/drizzle), [server-side Javascript APIs](subsytems/ving-record), [REST APIs](subsytems/rest), [Web UIs](subsytems/ui), [email templates](subsytems/email), and more.
Everything starts with the [Ving Schema](subsystems/ving-schema), which defines tables in a database, along with fields, privileges, and other properties. From there everything is automatically generated, but still modifyable by you. Ving will generate [database schemas and migrations](subsystems/drizzle), [server-side Javascript APIs](subsystems/ving-record), [REST APIs](subsystems/rest), [Web UIs](subsystems/ui), [email templates](subsystems/email), and more.


## Why Rest?
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Also use the [CLI](subsystems/cli) to create a user so you can log in to the web

## Startup

Start the development server on http://localhost:3000
Start the development server on `http://localhost:3000`

```bash
npm run dev
Expand Down
85 changes: 0 additions & 85 deletions docs/markdown-examples.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/subsystems/ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Displays a pagination bar for a [useVingKind() result set](#usevingkind).

Props:

- **kind** - A [useVingKind() object](usevingkind).
- **kind** - A [useVingKind() object](#usevingkind).

### SystemWideAlert
Place this in your layouts where you would like the system wide alert to be displayed when an admin has configured one. It is triggered by the `useSystemWideAlertStore()` composable.
Expand Down

0 comments on commit 7a7a281

Please sign in to comment.