Skip to content

Commit

Permalink
docs logo
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Sep 22, 2023
1 parent 7ec56b6 commit 89b9baa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 41 deletions.
3 changes: 1 addition & 2 deletions docs/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ export default defineAppConfig({
docus: {
title: "Vinxi",
description: "The app framework that grows with you.",
image:
"https://user-images.githubusercontent.com/904724/185365452-87b7ca7b-6030-4813-a2db-5e65c785bf88.png",
image: "/logo.png",
socials: {
twitter: "nuxtstudio",
github: "nuxt-themes/docus",
Expand Down
3 changes: 3 additions & 0 deletions docs/components/Logo.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<template>
<img width="77" src="/logo.png">
</template>
42 changes: 3 additions & 39 deletions docs/content/1.guide/1.what-is-a-router.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,57 +131,21 @@ const scriptTag = `<script src="${scriptSrc}"></script>`;
- The mode is available as `import.meta.env.ROUTER_MODE`.
::

## `fs`

> File system routing options for the router.

### `fs.dir`
## `routes`

::list
- The mode of the router.
- Determines how the other parts of the router are interpreted.
- The mode is available as `import.meta.env.ROUTER_MODE`.
::

### `fs.style`

::list
- The mode of the router.
- Determines how the other parts of the router are interpreted.
- The mode is available as `import.meta.env.ROUTER_MODE`.
::


## `compile`

> Compiler options for the router.
### `compile.target`
## `target`

::list
- Target platform for the router.
- Available targets are: `"browser"`, `"server"`
::

### `compile.plugins`
## `plugins`
::list
::


This includes:

## Runtime

::list

- How to respond to requests made to those routes, a handler
-
::

## Compile time

::list
- What platform is the code going to run on: `"client"`, `"server"`, etc.
- What vite plugins to use,
::
Binary file added docs/public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 89b9baa

Please sign in to comment.