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

style: 💄 use normal appearance for callout blocks #1122

Merged
merged 1 commit into from
Mar 10, 2025
Merged
Changes from all commits
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
6 changes: 2 additions & 4 deletions docs/design/interface/functions.qmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: "Functions and classes"
callout-icon: false
callout-appearance: "minimal"
toc-depth: 2
---

Expand All @@ -13,7 +11,7 @@ toc-depth: 2
</style>
```

::: {.callout-important appearance="default" icon="true"}
::: callout-important
We created this document mainly as a way to help us as a team all
understand and agree on what we're making and what needs to be worked
on. Which means that the descriptions and explanations of these
Expand Down Expand Up @@ -42,7 +40,7 @@ object), built using the `Properties` object, that describes the package
and resource(s) in the package. This metadata is stored in the
`datapackage.json` file and follows the Frictionless Data specification.

::: {.callout-important appearance="default" icon="true"}
::: callout-important
Functions shown with a {{< var wip >}} icon are not yet implemented
while those with a {{< var done >}} icon are implemented.
:::
Expand Down