From f30600b794ed36d23c42f4a20eadc1d66c64c2bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Thu, 17 Oct 2024 10:37:15 +0200 Subject: [PATCH] Update settings file reference documentation (#727) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergio CastaƱo Arteaga --- .github/workflows/build-images.yml | 2 +- .github/workflows/ci.yml | 21 +++------------------ docs/config/settings.yml | 14 +++++++++++--- 3 files changed, 15 insertions(+), 22 deletions(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index d3236974..4926cb1d 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -9,7 +9,7 @@ jobs: build-landscape2-image: if: github.ref == 'refs/heads/main' runs-on: - labels: equinix-4cpu-16gb + labels: ubuntu-latest-8-cores steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd6ceba3..e0797ba6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,15 +9,10 @@ on: jobs: lint-and-test-cli-tool: runs-on: - labels: equinix-4cpu-16gb + labels: ubuntu-latest-8-cores steps: - name: Checkout code uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 18 - - name: Install Yarn - run: npm install -g yarn - name: Setup Rust uses: dtolnay/rust-toolchain@master with: @@ -34,17 +29,12 @@ jobs: lint-and-test-webapp: runs-on: - labels: equinix-4cpu-16gb + labels: ubuntu-latest-8-cores env: NODE_OPTIONS: --max_old_space_size=4096 steps: - name: Checkout code uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 18 - - name: Install Yarn - run: npm install -g yarn - name: Install dependencies working-directory: ./ui/webapp run: yarn install --network-concurrency 1 @@ -57,17 +47,12 @@ jobs: lint-and-test-embed: runs-on: - labels: equinix-4cpu-16gb + labels: ubuntu-latest-8-cores env: NODE_OPTIONS: --max_old_space_size=4096 steps: - name: Checkout code uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 18 - - name: Install Yarn - run: npm install -g yarn - name: Install dependencies working-directory: ./ui/embed run: yarn install --network-concurrency 1 diff --git a/docs/config/settings.yml b/docs/config/settings.yml index 465cffb4..0ac0e7fc 100644 --- a/docs/config/settings.yml +++ b/docs/config/settings.yml @@ -47,9 +47,14 @@ url: https://landscape.cncf.io # specific order within a category (this happens often in the Members category). # In those cases, it is possible to define that order by overriding a category. # -# This option can also be used to not display one or more subcategories in the -# landscape. To achieve that, we only need to exclude the subcategory from the -# subcategories list when overriding a category. +# This option can also be used to not display one or more subcategories in some +# sections of the landscape [*]. To achieve that, we only need to exclude the +# subcategory from the subcategories list when overriding a category. +# +# [*] +# - Grid mode: excluded subcategories won't be displayed +# - Card mode: items in excluded subcategories won't be displayed when +# filtering by group or classifying by category # # categories: # - name: @@ -206,6 +211,9 @@ grid_items_size: small # name of the group (it will be displayed as is) and a list with the categories # (as defined in the landscape.yml data file) that will be part of this group. # +# When groups are used, categories not listed in any group won't be displayed +# in the grid mode. +# # groups: # - name: # categories: