Skip to content

Commit

Permalink
ci(tools-nx-event-catalog): Updated documentation pipeline to use new…
Browse files Browse the repository at this point in the history
… Nx Plugins

Remove old plugin packages to align with new, better organization style
  • Loading branch information
sullivanpj committed Oct 8, 2023
1 parent dcad763 commit f54122e
Show file tree
Hide file tree
Showing 99 changed files with 33 additions and 5,841 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- name: Prepare for build
run: pnpm build:tools-ci

- name: Build documents executor
run: pnpm nx run tools-executors-docs:build
- name: Generate TSDocs Markdown with API Extractor
run: pnpm docs:api-extractor

- name: Build website
run: pnpm nx run docs-website:build
Expand Down
6 changes: 3 additions & 3 deletions docs/event-catalog/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"projectType": "application",
"targets": {
"build": {
"executor": "@stormstack/tools-executors-docs:event-catalog-build",
"executor": "@stormstack/tools-nx-event-catalog:build",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/docs/event-catalog"
}
},
"serve": {
"executor": "@stormstack/tools-executors-docs:event-catalog-serve",
"executor": "@stormstack/tools-nx-event-catalog:serve",
"outputs": ["{options.outputPath}"],
"options": {
"port": 5000
Expand All @@ -29,5 +29,5 @@
}
},
"tags": ["scope:docs", "platform:admin"],
"implicitDependencies": ["tools-executors-docs"]
"implicitDependencies": ["tools-nx-event-catalog"]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"build": "nx run-many -t build --all --parallel 4",
"build:relay": "relay-compiler ./dist/tools/devops/config/relay",
"build:storybook": "storybook build -s public",
"build:tools": "pnpm nx run tools-executors-typescript:build && pnpm nx run tools-executors-docs:build && pnpm nx run design-system-tokens:build:impact",
"build:tools-ci": "pnpm nx run tools-executors-typescript:build && pnpm nx run design-system-tokens:style-dictionary",
"build:tools": "pnpm build:tools-ci && pnpm nx run design-system-tokens:build:impact",
"build:tools-ci": "pnpm nx run tools-nx-monorepo:build && pnpm nx run tools-nx-event-catalog:build && pnpm nx run design-system-tokens:style-dictionary",
"build:types": "nx affected -t build:types",
"build:web-deploy": "pnpm run build:tools-ci && pnpm nx run web-shell:build:production",
"clean": "rimraf dist",
Expand Down
30 changes: 2 additions & 28 deletions tools/async-api/kafka/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,34 +52,8 @@
]
}
},
"lint": {
"executor": "@nx/linter:eslint",
"options": {
"lintFilePatterns": [
"tools/async-api/kafka/**/*.ts",
"tools/async-api/kafka/generators.json",
"tools/async-api/kafka/package.json"
]
},
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "tools/async-api/kafka/jest.config.ts",
"passWithNoTests": true
}
},
"readme-format": {
"executor": "@stormstack/tools-executors-docs:readme-format",
"outputs": ["{options.outputFile}"],
"options": {
"outputPath": "tools/async-api/kafka",
"inputFile": "tools/async-api/kafka/README.md",
"templatePath": "libs/core/config/src/readme-templates"
}
},
"lint": {},
"test": {},
"semantic-release": {
"executor": "@theunderscorer/nx-semantic-release:semantic-release",
"options": {
Expand Down
Empty file removed tools/executors/.gitkeep
Empty file.
45 changes: 0 additions & 45 deletions tools/executors/docs/.eslintrc.json

This file was deleted.

Empty file removed tools/executors/docs/.gitkeep
Empty file.
147 changes: 0 additions & 147 deletions tools/executors/docs/README.md

This file was deleted.

Loading

0 comments on commit f54122e

Please sign in to comment.