-
Notifications
You must be signed in to change notification settings - Fork 60
/
mkdocs.yml
46 lines (46 loc) · 1.24 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
site_name: BigFunctions
site_description: "BigFunctions are open-source BigQuery routines that give you SQL-superpowers. BigFunctions can compute advanced transforms such as sentiment score of a text, or send data to any of your favorite SAAS tool. BigFunctions is dbt's best friend."
site_url: 'https://unytics.io/bigfunctions/'
repo_name: 'unytics/bigfunctions'
repo_url: 'https://github.com/unytics/bigfunctions'
edit_uri: 'edit/main'
copyright: 'Copyright © 2024 Unytics'
theme:
name: material
custom_dir: docs/theme_overrides
logo: assets/logo.png
favicon: assets/logo.png
features:
- tabs
- content.tabs.link
- content.code.copy
# - instant
# - toc.integrate
# - navigation.instant
- navigation.path
- navigation.tabs
- navigation.tracking
- navigation.indexes
- navigation.hide
# - navigation.expand
markdown_extensions:
- attr_list
- md_in_html
- tables
- toc:
toc_depth: 4
permalink: "¶"
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
plugins:
- search
nav:
- Get Started!: README.md
- Explore BigFunctions!: bigfunctions/README.md
- Contribute!: CONTRIBUTING.md
validation:
nav:
omitted_files: ignore