Skip to content

Commit cb76bf8

Browse files
committed
Updated main README.md and removed unused docs.
1 parent f7e900e commit cb76bf8

24 files changed

+443
-32297
lines changed

.github/workflows/scaffold-release.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

.github/workflows/scaffold-test.yml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -106,42 +106,3 @@ jobs:
106106
- name: Check coding standards with actionlint
107107
run: docker run --rm -v "${GITHUB_WORKSPACE:-.}":/app --workdir /app rhysd/actionlint:1.6.27 -ignore 'SC2002:' -ignore 'SC2155:'
108108
continue-on-error: ${{ vars.DREVOPS_CI_ACTIONLINT_IGNORE_FAILURE == '1' }}
109-
110-
scaffold-test-docs:
111-
runs-on: ubuntu-latest
112-
113-
steps:
114-
- name: Checkout code
115-
uses: actions/checkout@v4
116-
with:
117-
fetch-depth: 0
118-
119-
- name: Setup Node.js
120-
uses: actions/setup-node@v4
121-
122-
- name: Install dependencies
123-
run: npm install
124-
working-directory: '${{ github.workspace }}/.scaffold/docs'
125-
126-
- name: Build documentation site
127-
run: npm run build
128-
working-directory: '${{ github.workspace }}/.scaffold/docs'
129-
130-
- name: Run tests
131-
run: npm run test
132-
working-directory: '${{ github.workspace }}/.scaffold/docs'
133-
134-
- name: Deploy to Netlify
135-
uses: nwtgck/actions-netlify@v3.0
136-
with:
137-
github-token: ${{ secrets.GITHUB_TOKEN }}
138-
publish-dir: '.scaffold/docs/build'
139-
production-branch: 1.x
140-
deploy-message: "Deploy from GitHub Actions"
141-
enable-pull-request-comment: true
142-
enable-commit-comment: true
143-
overwrites-pull-request-comment: true
144-
env:
145-
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
146-
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
147-
timeout-minutes: 1
File renamed without changes.

.scaffold/assets/ci-circleci.png

-72.4 KB
Binary file not shown.

.scaffold/assets/ci-gha.png

-67 KB
Binary file not shown.
348 KB
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.

.scaffold/docs/.gitignore

Lines changed: 0 additions & 19 deletions
This file was deleted.

.scaffold/docs/README.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

.scaffold/docs/babel.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

.scaffold/docs/content/README.mdx

Lines changed: 0 additions & 7 deletions
This file was deleted.

.scaffold/docs/content/faqs.mdx

Lines changed: 0 additions & 8 deletions
This file was deleted.

.scaffold/docs/content/setup.mdx

Lines changed: 0 additions & 8 deletions
This file was deleted.

.scaffold/docs/content/usage.mdx

Lines changed: 0 additions & 8 deletions
This file was deleted.

.scaffold/docs/cspell.json

Lines changed: 0 additions & 37 deletions
This file was deleted.

.scaffold/docs/docusaurus.config.js

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)