Skip to content

Commit

Permalink
Add adoption message
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed May 3, 2024
1 parent 8e2d91a commit 8cf0cd6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

![vite-plugin-fable logo](https://nojaf.com/vite-plugin-fable/img/logo.png)

Hi there, this is an experiment, it somewhat works on my machine and please don't expect anything from this.
> [!IMPORTANT]
> This project is up for adoption. I'm looking for eager people to maintain this. Please open a [discussion](https://github.com/nojaf/vite-plugin-fable/discussions) if you are interested!
## What is this?

Expand Down
Binary file modified bun.lockb
Binary file not shown.
12 changes: 11 additions & 1 deletion docs/content/fsdocs-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ header .start strong {
padding-bottom: var(--spacing-400);
}

#content p:last-child:has(a) {
#content > p:last-child:has(a) {
margin-top: 0;
display: flex;

Expand Down Expand Up @@ -100,3 +100,13 @@ vpf-command {
display: block;
margin-block: var(--spacing-400);
}

blockquote {
margin-inline: 0;
}

blockquote > p {
font-weight: 600;
font-size: var(--font-500);
font-family: var(--monospace-font);
}
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ category: docs

![vite-plugin-fable logo](./img/logo.png)

> This project is up for adoption. I'm looking for eager people to maintain this.<br>
> Please open a [discussion](https://github.com/nojaf/vite-plugin-fable/discussions) if you are interested!
## Introduction

When diving into Vite, I found myself having a friendly debate with what the [get started with Vite](https://fable.io/docs/getting-started/javascript.html#browser) guide suggests.
Expand Down

0 comments on commit 8cf0cd6

Please sign in to comment.