-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
71 lines (64 loc) · 2.35 KB
/
mkdocs.yml
File metadata and controls
71 lines (64 loc) · 2.35 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Site Information
site_name: Zepl Documentation
site_url: http://old-docs.zepl.com/
site_description: Zepl Documentation Site
site_author: Zepl
# repo_url: https://github.com/ZEPL/zepl-documentation
# Included pages list
nav:
- Welcome: index.md
- User Guide:
- Access Controls:
- Organization Permissions: guide/accesscontrols/organization_permissions.md
- Notebooks:
- Sharing Notebooks: guide/sharing_notebooks.md
- External Notebooks:
- Apache Zeppelin: guide/zeppelin_integration.md
- Github: guide/github_integration.md
- Amazon S3: guide/s3_integration.md
- Import Notebook: guide/import_notebook.md
- Export Notebook: guide/export_notebook.md
- Explore Public Notebooks: guide/exploring_notebooks.md
- Notebook Versioning: guide/feature_versioning.md
- Autocompletion: guide/autocompletion_notebooks.md
- Interpreters:
- Apache Spark: guide/interpreter/spark.md
- Python: guide/interpreter/python.md
- JDBC : guide/interpreter/jdbc.md
- Config : guide/interpreter/config.md
- Angular: guide/interpreter/angular.md
- Accessing Data:
- Data Sources: guide/datasource/datasource.md
- Data Source Integrations: guide/datasource/datasource_integration.md
- Using Zepl Data Sources: guide/datasource/datasource_objects.md
- Uploading Data: guide/accessing_data.md
- Resources: guide/resource_mgmt.md
- Partnerships:
- Snowflake Partner Connect: guide/partnerships/snowflake_partner_connect.md
- Authentication:
- Zepl Account: guide/authentication/zepl_account.md
- Authentication Providers: guide/authentication/authentication_providers.md
- Enterprise:
- Amazon EMR Integration: guide/enterprise/emr_integration.md
- Custom Image Support: guide/enterprise/custom_image_support.md
- SaaS Image Builder: guide/enterprise/custom_image_saas.md
- VPC zcr Utility: guide/enterprise/custom_image_zcr.md
- Log Console: guide/enterprise/logging_console.md
- Sagemaker Integration: guide/enterprise/sagemaker.md
- FAQ: faq.md
- Support: support.md
# Theme & Javascript & CSS
theme:
name: readthedocs
custom_dir: custom_theme
extra_css:
- css/extra.css
# Google Analytics
google_analytics: ['UA-38575365-18', 'docs.zepl.com']
# Markdown Extension
markdown_extensions:
- toc:
anchorlink: True
- markdown.extensions.extra
plugins:
- search