Skip to content

Commit

Permalink
docs: init vocs (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia authored Feb 18, 2024
1 parent 1f4de7c commit 3f20fe5
Show file tree
Hide file tree
Showing 31 changed files with 6,917 additions and 2,227 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Site Build
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Site Install dependencies
working-directory: ./site
run: npm install
- name: Site Test Build
working-directory: ./site
run: |
npm run build
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ esm
lib
tmp
/out-tsc
site/vocs.config.tsx.timestamp*

# dependencies
node_modules
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<p align="center">
<a href="https://github.com/coinbase/onchainkit">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./docs/logo/v-0-6.png">
<img alt="OnchainKit logo vibes" src="./docs/logo/v-0-6.png" width="auto">
<source media="(prefers-color-scheme: dark)" srcset="./site/public/logo/v-0-6.png">
<img alt="OnchainKit logo vibes" src="./site/docs/public/logo/v-0-6.png" width="auto">
</picture>
</a>
</p>

# OnchainKit

<p align="left">
OnchainKit is a collection of tools to build world-class onchain apps with CSS, React, and Typescript.
OnchainKit is a collection of lightweight, composable, and type-safe React components along with TypeScript utilities to create top-tier onchain applications.
<p>

<p align="left">
Expand Down
43 changes: 0 additions & 43 deletions docs/.vitepress/config.mts

This file was deleted.

12 changes: 0 additions & 12 deletions docs/.vitepress/theme/custom.css

This file was deleted.

4 changes: 0 additions & 4 deletions docs/.vitepress/theme/index.js

This file was deleted.

Binary file removed docs/.yarn/install-state.gz
Binary file not shown.
24 changes: 0 additions & 24 deletions docs/index.md

This file was deleted.

22 changes: 0 additions & 22 deletions docs/package.json

This file was deleted.

Loading

0 comments on commit 3f20fe5

Please sign in to comment.