From 9ea7b506d194bb024b471e334251a178f103833a Mon Sep 17 00:00:00 2001 From: Joe Schulte Date: Thu, 25 Jul 2024 13:27:22 -0400 Subject: [PATCH 1/2] Update /api/core/index.qmd --- api/core/index.qmd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/core/index.qmd b/api/core/index.qmd index 60cef8ab..f8f7ad8d 100644 --- a/api/core/index.qmd +++ b/api/core/index.qmd @@ -1,3 +1,7 @@ +--- +repo-actions: false +--- + # Shiny Core API This page outlines Shiny _Core_'s API reference. From 417e5efcc61dbafb5dd877032156e3edb607eb0f Mon Sep 17 00:00:00 2001 From: Joe Schulte Date: Thu, 25 Jul 2024 22:38:24 -0400 Subject: [PATCH 2/2] removing github links from api core in metadata file --- api/core/_metadata.yml | 1 + api/core/index.qmd | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) create mode 100644 api/core/_metadata.yml diff --git a/api/core/_metadata.yml b/api/core/_metadata.yml new file mode 100644 index 00000000..e21e9fa0 --- /dev/null +++ b/api/core/_metadata.yml @@ -0,0 +1 @@ +repo-actions: false diff --git a/api/core/index.qmd b/api/core/index.qmd index f8f7ad8d..60cef8ab 100644 --- a/api/core/index.qmd +++ b/api/core/index.qmd @@ -1,7 +1,3 @@ ---- -repo-actions: false ---- - # Shiny Core API This page outlines Shiny _Core_'s API reference.