Skip to content

Commit 34a80f4

Browse files
authored
docs: remove bloom (#15970)
* docs: remove bloom * update yarn.lock * fixes * add missing import * add missing imports
1 parent 4c81e2e commit 34a80f4

134 files changed

Lines changed: 20 additions & 9845 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/docs-test.yml

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -398,63 +398,6 @@ jobs:
398398
env:
399399
REVIEWDOG_GITHUB_API_TOKEN: ${{ github.token }}
400400

401-
vale-bloom:
402-
if: ${{ startsWith(github.head_ref, 'docs/') }}
403-
runs-on: ubuntu-latest
404-
steps:
405-
- name: Cancel Previous Runs
406-
uses: styfle/cancel-workflow-action@0.11.0
407-
with:
408-
access_token: ${{ github.token }}
409-
410-
- name: Checkout
411-
uses: actions/checkout@v3
412-
with:
413-
fetch-depth: 0
414-
415-
- name: Install Dependencies
416-
run: yarn
417-
418-
- name: Build Dependencies
419-
run: yarn build
420-
421-
- name: Install www/utils Dependencies
422-
run: yarn
423-
working-directory: www/utils
424-
425-
- name: Build utils
426-
run: yarn build
427-
working-directory: www/utils
428-
429-
# reviewdog throws an error when the number
430-
# of file changes in a PR is > 300, so
431-
# we retrieve the number of changed files
432-
# and only run the linter if the number is
433-
# less than 300. This is to avoid a PR hanging in
434-
# an error state
435-
- name: Get PR files number
436-
working-directory: www/utils/packages/scripts
437-
run: "yarn check:pr-files-count ${{ github.ref_name }}"
438-
id: pr-files
439-
440-
- name: Get Directories to Scan
441-
working-directory: www/vale
442-
run: ./get-files.sh bloom/app going-live faq
443-
id: directories
444-
445-
- name: Vale Linter
446-
uses: errata-ai/vale-action@reviewdog
447-
if: ${{ steps.pr-files.outputs.files_lt_threshold == 'true' }}
448-
with:
449-
files: ${{ steps.directories.outputs.LIST }}
450-
fail_on_error: true
451-
vale_flags: "--minAlertLevel=error"
452-
reporter: github-pr-check
453-
token: ${{ github.token }}
454-
filter_mode: nofilter
455-
env:
456-
REVIEWDOG_GITHUB_API_TOKEN: ${{ github.token }}
457-
458401
content-eslint:
459402
if: ${{ startsWith(github.head_ref, 'docs/') }}
460403
runs-on: ubuntu-latest

www/apps/api-reference/next.config.mjs

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ const nextConfig = {
1717
basePath: process.env.NEXT_PUBLIC_BASE_PATH || "/api",
1818
outputFileTracingRoot: new URL("../../", import.meta.url).pathname,
1919
outputFileTracingExcludes: {
20-
"*": [
21-
"../**/.open-next/**",
22-
"../!(api-reference)/.next/**",
23-
],
20+
"*": ["../**/.open-next/**", "../!(api-reference)/.next/**"],
2421
},
2522
webpack: (config) => {
2623
config.ignoreWarnings = [{ module: /node_modules\/keyv\/src\/index\.js/ }]
@@ -49,9 +46,6 @@ const withMDX = createMDX({
4946
brokenLinkCheckerPlugin,
5047
{
5148
crossProjects: {
52-
bloom: {
53-
projectPath: path.resolve("..", "bloom"),
54-
},
5549
docs: {
5650
projectPath: path.resolve("..", "book"),
5751
},
@@ -80,9 +74,6 @@ const withMDX = createMDX({
8074
url: process.env.NEXT_PUBLIC_DOCS_URL,
8175
path: "",
8276
},
83-
bloom: {
84-
url: process.env.NEXT_PUBLIC_BLOOM_URL,
85-
},
8677
resources: {
8778
url: process.env.NEXT_PUBLIC_RESOURCES_URL,
8879
},

www/apps/bloom/.content.eslintrc.mjs

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

www/apps/bloom/.env.example

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

www/apps/bloom/.gitignore

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

0 commit comments

Comments
 (0)