mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
94 lines
1.6 KiB
YAML
94 lines
1.6 KiB
YAML
area/release:
|
|
- .github/**
|
|
- _releaser/**
|
|
- netlify.toml
|
|
|
|
area/build:
|
|
- content/build/**
|
|
- _vendor/github.com/moby/buildkit/**
|
|
- _vendor/github.com/docker/buildx/**
|
|
- content/engine/commandline/build*
|
|
|
|
area/compose:
|
|
- content/compose/**
|
|
- _vendor/github.com/docker/compose/**
|
|
- _vendor/github.com/compose-spec/compose-spec/**
|
|
|
|
area/desktop:
|
|
- content/desktop/**
|
|
- '!content/desktop/extensions/**'
|
|
- '!content/desktop/extensions-sdk/**'
|
|
|
|
area/engine:
|
|
- content/engine/**
|
|
- content/config/**
|
|
- '!content/engine/reference/commandline/*'
|
|
|
|
area/install:
|
|
- content/desktop/install/**
|
|
- content/engine/install/**
|
|
|
|
area/swarm:
|
|
- content/engine/swarm/**
|
|
|
|
area/security:
|
|
- content/security/**
|
|
|
|
area/get-started:
|
|
- content/get-started/**
|
|
- content/language/**
|
|
|
|
area/networking:
|
|
- content/network/**
|
|
- content/config/ipv6.md
|
|
|
|
area/hub:
|
|
- content/docker-hub/**
|
|
|
|
area/cli:
|
|
- content/engine/reference/commandline/**
|
|
- _vendor/github.com/docker/cli/**
|
|
|
|
area/api:
|
|
- content/engine/api/**
|
|
- content/docker-hub/api/**
|
|
- _vendor/github.com/moby/moby/docs/api/*
|
|
|
|
area/scout:
|
|
- content/scout/**
|
|
- _vendor/github.com/docker/scout-cli/**
|
|
|
|
area/billing:
|
|
- content/billing/**
|
|
|
|
area/subscription:
|
|
- content/subscription/**
|
|
|
|
area/admin:
|
|
- content/admin/**
|
|
|
|
area/configuration:
|
|
- content/config/**
|
|
|
|
area/extensions:
|
|
- content/desktop/extensions/**
|
|
- content/desktop/extensions-sdk/**
|
|
|
|
area/samples:
|
|
- content/samples/**
|
|
|
|
area/storage:
|
|
- content/storage/**
|
|
|
|
hugo:
|
|
- layouts/**
|
|
- hugo.yaml
|
|
- *.config.js
|
|
- assets/**
|
|
|
|
dependencies:
|
|
- go.mod
|
|
- go.sum
|
|
- package*.json
|
|
- _vendor/**
|