From ed92b73c300e84e0fcb4a8540e90356fd47f7b66 Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Mon, 6 Mar 2023 15:06:17 +0100 Subject: [PATCH 1/2] Change branch for API docs --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 766ba7dccf..dea872006f 100644 --- a/_config.yml +++ b/_config.yml @@ -154,7 +154,7 @@ fetch-remote: - repo: "https://github.com/docker/cli" default_branch: "master" # FIXME(thaJeztah): change to 23.0 release branch, once created. - ref: "master" + ref: "23.0" paths: - dest: "engine/extend" src: From 98fc7d6da822bb12acbb5cb6b071b515e27c6b85 Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Mon, 6 Mar 2023 15:18:12 +0100 Subject: [PATCH 2/2] Previous commit updated wrong section --- _config.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/_config.yml b/_config.yml index dea872006f..d8fa1a732e 100644 --- a/_config.yml +++ b/_config.yml @@ -153,7 +153,6 @@ defaults: fetch-remote: - repo: "https://github.com/docker/cli" default_branch: "master" - # FIXME(thaJeztah): change to 23.0 release branch, once created. ref: "23.0" paths: - dest: "engine/extend" @@ -172,12 +171,7 @@ fetch-remote: - repo: "https://github.com/docker/docker" default_branch: "master" - # The default branch has separate files for each API version, so we can - # consume the swagger files from that branch (we only publish the ones - # that have been released through the stubs in the engine/api/ directory). - # Using the default (master) branch allows for API docs changes to be - # published without them being cherry-picked into the release branch. - ref: "master" + ref: "23.0" paths: - dest: "engine/api" src: