Skip to content

Commit

Permalink
add search to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dwreeves committed Apr 21, 2024
1 parent ad332fd commit 84f85f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ They are, in order of parsing / precidence (last location wins):
An overview of all available config options in all scopes is below:

| CLI | Environment variable | GitHub Action / Rich-codex config |
|------------------------|----------------------|-----------------------------------|
| ---------------------- | -------------------- | --------------------------------- |
| `--search-include` | `SEARCH_INCLUDE` | `search_include` |
| `--search-exclude` | `SEARCH_EXCLUDE` | `search_exclude` |
| `--no-search` | `NO_SEARCH` | `no_search` |
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ markdown_extensions:
- pymdownx.superfences
- pymdownx.details
plugins:
- search
- social

0 comments on commit 84f85f9

Please sign in to comment.