This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove generator script (#162)
- Loading branch information
Showing
47 changed files
with
79 additions
and
15,174 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
name: very_good_docs_site | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
on: | ||
push: | ||
paths: | ||
- .github/workflows/very_good_docs_site.yaml | ||
- "brick/**" | ||
branches: | ||
- main | ||
pull_request: | ||
paths: | ||
- .github/workflows/very_good_docs_site.yaml | ||
- "brick/**" | ||
branches: | ||
- main | ||
|
||
jobs: | ||
brick: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: 📚 Git Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- name: 🎯 Setup Dart | ||
uses: dart-lang/setup-dart@v1 | ||
with: | ||
sdk: stable | ||
|
||
- name: 🧱 Mason Make | ||
run: | | ||
dart pub global activate mason_cli | ||
mason get | ||
mason make very_good_docs_site -c brick/config.json -o output --on-conflict overwrite | ||
- name: ⚙️ Setup Node | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: 18.x | ||
|
||
- name: 📦 Install Dependencies | ||
run: | | ||
cd output/test_docs_site | ||
npm i | ||
- name: ✨ Check Format | ||
run: | | ||
cd output/test_docs_site | ||
npm run format:check | ||
- name: 🧹 Lint | ||
run: | | ||
cd output/test_docs_site | ||
npm run lint | ||
- name: 👷 Build website | ||
run: | | ||
cd output/test_docs_site | ||
npm run build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Files and directories created by mason | ||
.mason/ | ||
mason-lock.json | ||
output/ | ||
|
||
# Files and directories created by MacOS | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"project_name": "test_docs_site", | ||
"org_name": "very_good_ventures", | ||
"description": "A Very Good Documentation Site", | ||
"publishable": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
bricks: | ||
very_good_docs_site: | ||
path: brick |
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
src/very_good_docs_site/.github/ISSUE_TEMPLATE/bug_report.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
src/very_good_docs_site/.github/ISSUE_TEMPLATE/documentation.md
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
src/very_good_docs_site/.github/ISSUE_TEMPLATE/feature_request.md
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
src/very_good_docs_site/.github/ISSUE_TEMPLATE/performance.md
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
src/very_good_docs_site/.github/ISSUE_TEMPLATE/refactor.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.