Replies: 2 comments 1 reply
-
I can search for |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the reply. It happens with the basic setup too (I simply ran This is my site_name: My Docs
theme:
name: material
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
plugins:
- search And index.md: # Welcome to MkDocs
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
## Commands
* `mkdocs new [dir-name]` - Create a new project.
* `mkdocs serve` - Start the live-reloading docs server.
* `mkdocs build` - Build the documentation site.
* `mkdocs -h` - Print help message and exit.
`???`
## Project layout ?
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my documentations I'd like to search for characters such as
.
and?
. But when I type those characters in the search bar no results are returned.Is it possible to enable this somehow?
Beta Was this translation helpful? Give feedback.
All reactions