From 64a1f8e08e53118cb6dc82c0c6e0c13581328ad4 Mon Sep 17 00:00:00 2001 From: SamArdrey Date: Mon, 20 Jun 2022 15:06:49 -0700 Subject: [PATCH] Hide endpoints tagged as private from build --- .yardopts | 1 + 1 file changed, 1 insertion(+) diff --git a/.yardopts b/.yardopts index 9138bb53..8f04328b 100644 --- a/.yardopts +++ b/.yardopts @@ -1,3 +1,4 @@ --title "Sidekiq" --readme docs/menu.md +--hide-api private lib/sidekiq/api.rb lib/sidekiq/middleware/chain.rb - Changes.md