-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (39 loc) · 984 Bytes
/
mkdocs.yml
File metadata and controls
44 lines (39 loc) · 984 Bytes
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
site_name: BigQuery MCP Server
site_description: A Model Context Protocol server for BigQuery with cross-project support
site_url: https://aicayzer.github.io/bigquery-mcp/
use_directory_urls: true
nav:
- Home: index.md
- Installation: installation.md
- Client Setup: setup.md
- AI Setup Assistant: ai-setup.md
- Tools Reference: tools.md
- Configuration: configuration.md
theme:
name: material
logo: assets/bigquery-icon.svg
favicon: assets/bigquery-icon.svg
palette:
- scheme: default
primary: white
accent: light blue
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.highlight
- content.code.copy
markdown_extensions:
- codehilite
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
plugins:
- search
repo_url: https://github.com/aicayzer/bigquery-mcp
repo_name: bigquery-mcp