# Project KB Configuration
# This file configures the project knowledge base

# Path to the KB directory (required for project-scope KBs)
kb_path: kb

# Optional: default tags for entries created here
# default_tags:
#   - memex

# Optional: default write directory for new entries
# primary: design

# Optional: boost these paths in search (glob patterns)
# boost_paths:
#   - guides/*
#   - reference/*

# Optional: exclude patterns from indexing (glob)
# exclude:
#   - "*.draft.md"

# Landing page for published site
publish_index_entry: guides/quick-start
