Skip to content

Commit

Permalink
feat: Added histoire
Browse files Browse the repository at this point in the history
  • Loading branch information
cogor committed Nov 23, 2023
1 parent af74e1a commit 7af1108
Show file tree
Hide file tree
Showing 9 changed files with 1,112 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: 'npm'
- run: npm i
- name: Build docs
run: npm run build-storybook
run: npm run story:build
build-pkg:

runs-on: ubuntu-latest
Expand Down
16 changes: 16 additions & 0 deletions histoire.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import { defineConfig } from 'histoire'
import { HstVue } from '@histoire/plugin-vue2'

export default defineConfig({
plugins: [HstVue()],
setupFile: 'src/histoire-setup.ts',
theme: {
title: 'Bootsman-ui',
logo: {
square: './src/assets/logo.png',
light: './src/assets/logo-full.png',
dark: './src/assets/logo-full-dark.png'
},
logoHref: 'https://github.com/soft-stech/bootsman-ui'
}
})
Loading

0 comments on commit 7af1108

Please sign in to comment.