1+ # Project information
2+ site_name : Gudu GSP and SQLFlow Docs
3+ site_url : https://sqlparse.github.io/sqlflow_public/ # IMPORTANT: Update this later!
4+ site_author : James
5+ site_description : >-
6+ A short description of your project documentation.
7+
8+ # Repository
9+ repo_name : ' sqlparser/sqlflow_public' # IMPORTANT: Update this later!
10+ repo_url : https://github.com/sqlparser/sqlflow_public/ # IMPORTANT: Update this later!
11+ # edit_uri: edit/main/docs/ # Optional: Link to edit pages directly on GitHub
12+
13+ # Copyright
14+ # copyright: Copyright © 2023 Your Name
15+
16+ # Theme configuration
17+ theme :
18+ name : material
19+ # Optional features - see Material for MkDocs documentation for many more
20+ features :
21+ - navigation.tabs # Use tabs for top-level sections
22+ - navigation.sections # Expand sections in the side nav
23+ - toc.integrate # Show table of contents on the left
24+ - navigation.top # Back-to-top button
25+ - search.suggest # Search autocompletion
26+ - content.code.copy # Copy button for code blocks
27+ # palette: # Optional color scheme customization
28+ # scheme: default
29+ # primary: indigo
30+ # accent: indigo
31+
32+ # Extensions (built-in)
33+ markdown_extensions :
34+ - pymdownx.highlight : # Code highlighting
35+ anchor_linenums : true
36+ - pymdownx.inlinehilite
37+ - pymdownx.snippets # Include content from other files
38+ - pymdownx.superfences # Nicer code blocks
39+ - admonition # Admonition blocks (note, warning, etc.)
40+ - toc :
41+ permalink : true # Add anchor links to headings
42+
43+ # Navigation structure (optional but recommended)
44+ nav :
45+ - Home : index.md
46+ - Getting Started : getting-started.md
47+ # Add more pages or sections here
48+ # - Section:
49+ # - Page 1: section/page1.md
50+ # - Page 2: section/page2.md
0 commit comments