Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update /api/core/index.qmd #189

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions api/core/index.qmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
repo-actions: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for trying this! This will work for this page, but not for any others under api/. I think the solution will be to place this setting in api/_metadata.yml file so that it applies to the whole subtree.

The likely challenge with that approach is that we programmatically build the files under api/ via quartodoc and there's a good chance that we clean out api/ entirely with each build. So I'm not sure where that will leave us.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like putting it in a meta file should do it:
image

---

# Shiny Core API

This page outlines Shiny _Core_'s API reference.
Expand Down
Loading