Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: migrate to nuxt #3046

Merged
merged 28 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
82e35bc
docs: new docs initial commit
mattmaribojoc Aug 31, 2023
c9b6971
docs: update code snippets
mattmaribojoc Sep 1, 2023
c038bba
docs: new docs
mattmaribojoc Sep 15, 2023
e48888c
docs: update Dropdown
mattmaribojoc Sep 15, 2023
49f97eb
docs: update theme version
mattmaribojoc Sep 15, 2023
bfe3500
docs: new docs initial commit
mattmaribojoc Nov 27, 2023
9b83e66
docs: add qwik link to sidebar
mattmaribojoc Nov 27, 2023
9eddca8
docs: fix code snippets
mattmaribojoc Nov 30, 2023
48844f8
docs: add colored install buttons
mattmaribojoc Nov 30, 2023
510c43e
docs: skip unit tests
mattmaribojoc Nov 30, 2023
2d226a4
Merge branch 'v2-develop' of https://github.com/vuestorefront/storefr…
mattmaribojoc Nov 30, 2023
e515b6a
chore: prevent docs deps from hoisting
mattmaribojoc Dec 13, 2023
636a9fc
Merge branch 'v2-develop' of https://github.com/vuestorefront/storefr…
mattmaribojoc Dec 13, 2023
5d9f383
docs: remove old files
mattmaribojoc Dec 13, 2023
7fb6c1e
docs: rebrand (wip)
mattmaribojoc Mar 14, 2024
0fa96ee
docs: update source code links
mattmaribojoc Mar 14, 2024
30498c7
fix: add placeholder to SfSelectProps
mattmaribojoc Mar 14, 2024
b8385f4
fix: tsconfig type error
mattmaribojoc Mar 14, 2024
170fdb9
fix: workflow file
mattmaribojoc Mar 14, 2024
6bb07b8
Merge branch 'v2-develop' of https://github.com/vuestorefront/storefr…
mattmaribojoc Mar 15, 2024
dab070b
chore: update yarn.lock
mattmaribojoc Mar 15, 2024
5419831
docs: refactor list card
mattmaribojoc Mar 15, 2024
e0ac6a5
docs: update sf-docs-base
mattmaribojoc Mar 15, 2024
35f33c4
docs: apply feedback
mattmaribojoc Mar 18, 2024
f9e5528
docs: give min height to Playground Generate components
mattmaribojoc Mar 18, 2024
0180a65
docs: add @nuxt/content dep
mattmaribojoc Mar 18, 2024
d979e7a
docs: update Dockerfile
mattmaribojoc Mar 25, 2024
9ef54eb
docs: add figma redirect
mattmaribojoc Mar 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ jobs:
run: yarn --immutable
- name: Run build
run: yarn build:docs
env:
DOCS_EXAMPLES_VUE_PATH: 'https://docs.storefrontui.io/v2-vue'
DOCS_EXAMPLES_REACT_PATH: 'https://docs.storefrontui.io/v2-react'

build-release:
name: Build packages for release
Expand Down Expand Up @@ -319,6 +322,6 @@ jobs:
env:
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ yarn-error.log*
.env.development.local
.env.test.local
.env.production.local
.env

# turbo and others
.turbo
Expand Down
8 changes: 4 additions & 4 deletions _templates/component/new/docs_readme.ejs.t
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ hideBreadcrumbs: true

## Source code

<!-- vue -->
::vue-only
<<<../../../packages/sfui/frameworks/vue/components/<%= name %>/<%= name %>.vue
<!-- end vue -->
<!-- react -->
::
::react-only
<<<../../../packages/sfui/frameworks/react/components/<%= name %>/<%= name %>.tsx
<!-- end react -->
::
5 changes: 2 additions & 3 deletions apps/docs/components/.env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
VITE_DOCS_BASEPATH=/v2/
VITE_DOCS_EXAMPLES_REACT_PATH=http://localhost:3002
VITE_DOCS_EXAMPLES_VUE_PATH=http://localhost:3001
DOCS_EXAMPLES_VUE_PATH=http://localhost:3001
DOCS_EXAMPLES_REACT_PATH=http://localhost:3002
2 changes: 0 additions & 2 deletions apps/docs/components/.gitignore

This file was deleted.

95 changes: 0 additions & 95 deletions apps/docs/components/.vuepress/components/ComponentList.vue

This file was deleted.

11 changes: 0 additions & 11 deletions apps/docs/components/.vuepress/components/FigmaLink.vue

This file was deleted.

70 changes: 0 additions & 70 deletions apps/docs/components/.vuepress/components/Generate.vue

This file was deleted.

36 changes: 0 additions & 36 deletions apps/docs/components/.vuepress/components/LandingGrid.vue

This file was deleted.

105 changes: 0 additions & 105 deletions apps/docs/components/.vuepress/components/Showcase.vue

This file was deleted.

Loading
Loading