Files
docker-docs/.github/labeler.yml
Stephanie Aurelio 37e129a46f Add account section and update settings and security (#20350)
* add account section and update admin pages

* update hub build and security sections

* update toc

* Update content/accounts/_index.md

* Update .github/labeler.yml

---------

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2024-07-17 10:29:28 -07:00

148 lines
3.2 KiB
YAML

area/release:
- changed-files:
- any-glob-to-any-file:
- .github/**
- _releaser/**
- netlify.toml
area/build:
- changed-files:
- any-glob-to-any-file:
- content/build/**
- _vendor/github.com/moby/buildkit/**
- _vendor/github.com/docker/buildx/**
- content/engine/commandline/build*
area/build-cloud:
- changed-files:
- any-glob-to-any-file:
- content/build-cloud/**
area/compose:
- changed-files:
- any-glob-to-any-file:
- content/compose/**
- _vendor/github.com/docker/compose/**
- _vendor/github.com/compose-spec/compose-spec/**
area/desktop:
- changed-files:
- any-glob-to-any-file:
- content/desktop/**
area/engine:
- changed-files:
- any-glob-to-any-file:
- content/engine/**
- content/config/**
area/install:
- changed-files:
- any-glob-to-any-file:
- content/desktop/install/**
- content/engine/install/**
area/swarm:
- changed-files:
- any-glob-to-any-file:
- content/engine/swarm/**
area/security:
- changed-files:
- any-glob-to-any-file:
- content/security/**
area/get-started:
- changed-files:
- any-glob-to-any-file:
- content/get-started/**
- content/language/**
area/networking:
- changed-files:
- any-glob-to-any-file:
- content/network/**
- content/config/ipv6.md
area/hub:
- changed-files:
- any-glob-to-any-file:
- content/docker-hub/**
area/cli:
- changed-files:
- any-glob-to-any-file:
- content/engine/reference/commandline/**
- _vendor/github.com/docker/cli/**
area/api:
- changed-files:
- any-glob-to-any-file:
- content/engine/api/**
- content/docker-hub/api/**
- _vendor/github.com/moby/moby/docs/api/*
area/scout:
- changed-files:
- any-glob-to-any-file:
- content/scout/**
- _vendor/github.com/docker/scout-cli/**
area/billing:
- changed-files:
- any-glob-to-any-file:
- content/billing/**
area/subscription:
- changed-files:
- any-glob-to-any-file:
- content/subscription/**
area/admin:
- changed-files:
- any-glob-to-any-file:
- content/admin/**
area/configuration:
- changed-files:
- any-glob-to-any-file:
- content/config/**
area/extensions:
- changed-files:
- any-glob-to-any-file:
- content/desktop/extensions/**
- content/desktop/extensions-sdk/**
area/samples:
- changed-files:
- any-glob-to-any-file:
- content/samples/**
area/storage:
- changed-files:
- any-glob-to-any-file:
- content/storage/**
area/accounts:
- changed-files:
- any-glob-to-any-file:
- content/accounts/**
hugo:
- changed-files:
- any-glob-to-any-file:
- layouts/**
- hugo.yaml
- tailwind.config.js
- postcss.config.js
- assets/**
dependencies:
- changed-files:
- any-glob-to-any-file:
- go.mod
- go.sum
- package*.json
- _vendor/**