-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
29 lines (29 loc) · 958 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
site_name: Search with Typesense
repo_url: https://github.com/codemanas/cm-typesense-docs
site_author: codemanas
theme:
name: material
font:
text: Inclusive Sans
logo: assets/logo.png
palette:
primary: custom
accent: deep orange
extra_css:
- stylesheets/extra.css
nav:
- Installation: index.md
- Getting Started: getting-started.md
- Shortcode: shortcode.md
- Debugging: debug.md
- Advanced:
- Overriding Template: template-overriding.md
- Customizing Widgets: customizing-instant-search-widgets.md
- Changing Widgets: changing-widgets.md
- Adding Custom Post Types: advanced-custom-post-types.md
- Adding Taxonomy as Collection: advanced-custom-taxonomy.md
- Unsetting category from page schema: unset-cat-from-page.md
- Customizing default result template: customizing-default-hit-template.md
- WP CLI: wp-cli.md
- Addons:
- Typsesense Search for WooCommerce: tsfwc.md