Skip to content

Commit

Permalink
docs: Add projects to insiders list
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Aug 15, 2024
1 parent 901a306 commit 7d9deaf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/insiders/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,15 @@ a handful of them, [thanks to our awesome sponsors][sponsors]!
## What's in it for me?

```python exec="1" session="insiders"
data_source = "docs/insiders/goals.yml"
data_source = [
"docs/insiders/goals.yml",
("mkdocstrings/griffe2md", "https://mkdocstrings.github.io/griffe2md/", "insiders/goals.yml"),
("mkdocstrings/griffe-inherited-docstrings", "https://mkdocstrings.github.io/griffe-inherited-docstrings/", "insiders/goals.yml"),
("mkdocstrings/griffe-pydantic", "https://mkdocstrings.github.io/griffe-pydantic/", "insiders/goals.yml"),
("mkdocstrings/griffe-sphinx", "https://mkdocstrings.github.io/griffe-sphinx/", "insiders/goals.yml"),
("mkdocstrings/griffe-tui", "https://mkdocstrings.github.io/griffe-tui/", "insiders/goals.yml"),
("mkdocstrings/griffe-warnings-deprecated", "https://mkdocstrings.github.io/griffe-warnings-deprecated/", "insiders/goals.yml"),
]
```

```python exec="1" session="insiders" idprefix=""
Expand Down

0 comments on commit 7d9deaf

Please sign in to comment.